@@ -239,7 +239,7 @@ public function testFixableCommentBefore(): void
239239 public function testFixableMissingIncorrectFormatOneSpace (): void
240240 {
241241 $ report = self ::checkFile (
242- __DIR__ . '/data/fixableDeclareStrictTypesIncorrentFormatOneSpace .php ' ,
242+ __DIR__ . '/data/fixableDeclareStrictTypesIncorrectFormatOneSpace .php ' ,
243243 [],
244244 [DeclareStrictTypesSniff::CODE_INCORRECT_STRICT_TYPES_FORMAT ]
245245 );
@@ -248,15 +248,15 @@ public function testFixableMissingIncorrectFormatOneSpace(): void
248248
249249 public function testFixableMissingIncorrectFormatNoSpaces (): void
250250 {
251- $ report = self ::checkFile (__DIR__ . '/data/fixableDeclareStrictTypesIncorrentFormatNoSpaces .php ' , [
251+ $ report = self ::checkFile (__DIR__ . '/data/fixableDeclareStrictTypesIncorrectFormatNoSpaces .php ' , [
252252 'spacesCountAroundEqualsSign ' => 0 ,
253253 ], [DeclareStrictTypesSniff::CODE_INCORRECT_STRICT_TYPES_FORMAT ]);
254254 self ::assertAllFixedInFile ($ report );
255255 }
256256
257257 public function testFixableMissingIncorrectFormatMoreSpaces (): void
258258 {
259- $ report = self ::checkFile (__DIR__ . '/data/fixableDeclareStrictTypesIncorrentFormatMoreSpaces .php ' , [
259+ $ report = self ::checkFile (__DIR__ . '/data/fixableDeclareStrictTypesIncorrectFormatMoreSpaces .php ' , [
260260 'spacesCountAroundEqualsSign ' => 4 ,
261261 ], [DeclareStrictTypesSniff::CODE_INCORRECT_STRICT_TYPES_FORMAT ]);
262262 self ::assertAllFixedInFile ($ report );
0 commit comments