File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2828 },
2929 "require-dev" : {
3030 "mediawiki/mediawiki-codesniffer" : " 47.0.0" ,
31- "mediawiki/mediawiki-phan-config" : " 0.16 .0" ,
31+ "mediawiki/mediawiki-phan-config" : " 0.17 .0" ,
3232 "mediawiki/minus-x" : " 1.1.3" ,
3333 "php-parallel-lint/php-console-highlighter" : " 1.0.0" ,
3434 "php-parallel-lint/php-parallel-lint" : " 1.4.0" ,
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ public function consumeToken() {
264264 $ this ->parseError ( 'unclosed-comment ' , $ pos );
265265 }
266266 $ this ->consumeCharacter ();
267+ // @phan-suppress-next-line PhanPossiblyInfiniteRecursionSameParams
267268 return $ this ->consumeToken ();
268269 }
269270
Original file line number Diff line number Diff line change @@ -508,6 +508,7 @@ protected function consumeDeclaration() {
508508 !strcasecmp ( $ v2 ->value (), 'important ' )
509509 ) {
510510 // This removes the "!" and "important" (5), and also any whitespace between/after (6)
511+ // @phan-suppress-next-line PhanPossiblyInfiniteLoop
511512 while ( isset ( $ value [$ l1 ] ) ) {
512513 $ value ->remove ( $ l1 );
513514 }
You can’t perform that action at this time.
0 commit comments