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
Blank lines inside an indented heredoc/nowdoc in a CRLF file no longer emit a spurious "Invalid body indentation level" error. A blank line in a CRLF source still carries its \r after splitting on \n, so the indentation check saw a non-empty line without the closing marker's indent; PHP's scanner treats a line that reaches \r/\n before any non-whitespace as empty (php-rs-parser).