You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php
class Test
{
public function a(
$b,
$c
)
{
}
}
The text was updated successfully, but these errors were encountered:
duzhe
changed the title
empty line in multi-line function declaration cause infinity loop
Empty line in multi-line function declaration cause infinity loop
Feb 21, 2017
gsherwood
changed the title
Empty line in multi-line function declaration cause infinity loop
Empty line in multi-line function declaration cause infinite loop
Feb 21, 2017
Test this case
The text was updated successfully, but these errors were encountered: