Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As found by PHPStan: Line 869 in src/Twig/TwigExtension.php Right side of && is always true. Which makes sense as var_dump(strtok(" ", " ")) -> bool(false) so we either get a false or would get the string on: var_dump(strtok(" 1", " ") -> str("1")
- Loading branch information