File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SlevomatCodingStandard/Sniffs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ protected static function assertSniffError(\PHP_CodeSniffer\Files\File $codeSnif
8787 );
8888 }
8989
90- protected function assertNoSniffError (\PHP_CodeSniffer \Files \File $ codeSnifferFile , int $ line ): void
90+ protected static function assertNoSniffError (\PHP_CodeSniffer \Files \File $ codeSnifferFile , int $ line ): void
9191 {
9292 $ errors = $ codeSnifferFile ->getErrors ();
9393 self ::assertFalse (
@@ -102,7 +102,7 @@ protected function assertNoSniffError(\PHP_CodeSniffer\Files\File $codeSnifferFi
102102 );
103103 }
104104
105- protected function assertAllFixedInFile (\PHP_CodeSniffer \Files \File $ codeSnifferFile ): void
105+ protected static function assertAllFixedInFile (\PHP_CodeSniffer \Files \File $ codeSnifferFile ): void
106106 {
107107 $ codeSnifferFile ->disableCaching ();
108108 $ codeSnifferFile ->fixer ->fixFile ();
You can’t perform that action at this time.
0 commit comments