Skip to content

Commit

Permalink
chore: apply cs fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Apr 23, 2020
1 parent d0cd60e commit 031d830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PedroTroller/CS/Fixer/AbstractFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use PhpCsFixer\AbstractFixer as PhpCsFixer;
use PhpCsFixer\FixerDefinition\CodeSample;
use PhpCsFixer\FixerDefinition\FixerDefinition;
use PhpCsFixer\Tokenizer\Token;
use PhpCsFixer\Tokenizer\Tokens;

abstract class AbstractFixer extends PhpCsFixer
Expand Down Expand Up @@ -165,7 +166,7 @@ protected function implementsInterface(Tokens $tokens, $fqcn)
}

/**
* @return PhpCsFixer\Tokenizer\Token[]
* @return Token[]
*/
protected function getComments(Tokens $tokens)
{
Expand Down

0 comments on commit 031d830

Please sign in to comment.