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
<?phpdeclare(strict_types=1);
classTestClass
{
/** * This is just standard doc comment for method which declaration's length is actually < LineLengthFixer max length * but it computes this php doc to the method declaration itself */privatefunctiontestMethod($arg)
{
}
}
?>
when LineLengthFixer is called on this file, it breaks the line and outputs this
I don't know how to fix it, however
The text was updated successfully, but these errors were encountered:
when LineLengthFixer is called on this file, it breaks the line and outputs this
I don't know how to fix it, however
The text was updated successfully, but these errors were encountered: