Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82bebae + 0fe2438 commit cca97a0Copy full SHA for cca97a0
1 file changed
src/AbstractFixer.php
@@ -61,7 +61,7 @@ public function __construct()
61
}
62
63
64
- public function fix(\SplFileInfo $file, Tokens $tokens)
+ final public function fix(\SplFileInfo $file, Tokens $tokens)
65
{
66
if (0 < $tokens->count() && $this->isCandidate($tokens) && $this->supports($file)) {
67
$this->applyFix($file, $tokens);
0 commit comments