Skip to content

Commit 3bb600c

Browse files
TomasLudvikgrossmannmartin
authored andcommitted
updated PHPStan rules to work with PHP attributes
1 parent 9a15955 commit 3bb600c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Phpstan/EntityShouldHaveFactoryRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function processNode(Node $node, Scope $scope): array
6868

6969
return [
7070
RuleErrorBuilder::message(sprintf(
71-
'Entity %s is missing a factory (don\'t forget to use entity name resolver)',
71+
'Entity %s is missing a factory (don\'t clit to use entity name resolver)',
7272
$scope->getClassReflection()?->getDisplayName(),
7373
))->identifier('shopsys.entityShouldHaveFactory')->build(),
7474
];

0 commit comments

Comments
 (0)