File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 13671367 <PossiblyInvalidIterator >
13681368 <code ><![CDATA[ $this->options['formats']]]> </code >
13691369 </PossiblyInvalidIterator >
1370- <RedundantConditionGivenDocblockType >
1371- <code ><![CDATA[ $curr->type === Token::TYPE_KEYWORD]]> </code >
1372- </RedundantConditionGivenDocblockType >
13731370 </file >
13741371 <file src =" src/Utils/Query.php" >
13751372 <InvalidNullableReturnType >
Original file line number Diff line number Diff line change @@ -440,10 +440,7 @@ public function formatList($list)
440440 && empty (self ::$ inlineClauses [$ lastClause ])
441441 && (
442442 $ curr ->type !== Token::TYPE_KEYWORD
443- || (
444- $ curr ->type === Token::TYPE_KEYWORD
445- && $ curr ->flags & Token::FLAG_KEYWORD_FUNCTION
446- )
443+ || ($ curr ->flags & Token::FLAG_KEYWORD_FUNCTION )
447444 )
448445 ) {
449446 $ formattedOptions = true ;
You can’t perform that action at this time.
0 commit comments