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 1367
1367
<PossiblyInvalidIterator >
1368
1368
<code ><![CDATA[ $this->options['formats']]]> </code >
1369
1369
</PossiblyInvalidIterator >
1370
- <RedundantConditionGivenDocblockType >
1371
- <code ><![CDATA[ $curr->type === Token::TYPE_KEYWORD]]> </code >
1372
- </RedundantConditionGivenDocblockType >
1373
1370
</file >
1374
1371
<file src =" src/Utils/Query.php" >
1375
1372
<InvalidNullableReturnType >
Original file line number Diff line number Diff line change @@ -440,10 +440,7 @@ public function formatList($list)
440
440
&& empty (self ::$ inlineClauses [$ lastClause ])
441
441
&& (
442
442
$ 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 )
447
444
)
448
445
) {
449
446
$ formattedOptions = true ;
You can’t perform that action at this time.
0 commit comments