Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cca97a0

Browse files
committed
Merge branch '2.2'
2 parents 82bebae + 0fe2438 commit cca97a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AbstractFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __construct()
6161
}
6262
}
6363

64-
public function fix(\SplFileInfo $file, Tokens $tokens)
64+
final public function fix(\SplFileInfo $file, Tokens $tokens)
6565
{
6666
if (0 < $tokens->count() && $this->isCandidate($tokens) && $this->supports($file)) {
6767
$this->applyFix($file, $tokens);

0 commit comments

Comments
 (0)