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
if (1 === \count($tokens) && T_INLINE_HTML === $tokens[0][0]) {
92
+
if (1 === \count($tokens) && \T_INLINE_HTML === $tokens[0][0]) {
93
93
thrownew \InvalidArgumentException(sprintf('The file "%s" does not contain PHP code. Did you forgot to add the "<?php" start tag at the beginning of the file?', $file));
0 commit comments