Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Jul 18, 2022
1 parent 16a6b4d commit f8ad889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php
Expand Up @@ -79,7 +79,7 @@ public function isCandidate(Tokens $tokens): bool
protected function applyFix(\SplFileInfo $file, Tokens $tokens): void
{
$oneSpaceBefore = 'one' === $this->configuration['space_before'];

x
for ($index = 0, $limit = $tokens->count(); $index < $limit; ++$index) {
if (!$tokens[$index]->isGivenKind(CT::T_TYPE_COLON)) {
continue;
Expand Down

0 comments on commit f8ad889

Please sign in to comment.