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 14171417 <PossiblyInvalidIterator >
14181418 <code ><![CDATA[ $this->options['formats']]]> </code >
14191419 </PossiblyInvalidIterator >
1420- <RedundantConditionGivenDocblockType >
1421- <code ><![CDATA[ $curr->type === Token::TYPE_KEYWORD]]> </code >
1422- </RedundantConditionGivenDocblockType >
14231420 </file >
14241421 <file src =" src/Utils/Query.php" >
14251422 <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