From f8ad88921243238358d1c208267b8bfa5e6a43d1 Mon Sep 17 00:00:00 2001 From: Jeremiasz Major Date: Mon, 18 Jul 2022 23:23:11 +0200 Subject: [PATCH] trigger ci --- src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php b/src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php index fe3015929f0..41fe2418531 100644 --- a/src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php +++ b/src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php @@ -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;