diff --git a/build/PHPStan/Build/SkipTestsWithRequiresPhpAttributeRule.php b/build/PHPStan/Build/SkipTestsWithRequiresPhpAttributeRule.php index 00ea26f827..05de1553e2 100644 --- a/build/PHPStan/Build/SkipTestsWithRequiresPhpAttributeRule.php +++ b/build/PHPStan/Build/SkipTestsWithRequiresPhpAttributeRule.php @@ -103,7 +103,7 @@ public function processNode(Node $node, Scope $scope): array $phpVersion = new PhpVersion($firstStmt->cond->right->value); return [ - RuleErrorBuilder::message('Skip tests with #[RequiresPhp] attribute intead.') + RuleErrorBuilder::message('Skip tests with #[RequiresPhp] attribute instead.') ->identifier('phpstan.skipTestsRequiresPhp') ->line($firstStmt->getStartLine()) ->fixNode($originalNode, static function (Node\Stmt\ClassMethod $node) use ($phpVersion, $inverseBinaryOpSigil) {