PHP 7 compatibility – update to PHP-CSS-Parser needed
-
Hello,
Just a note that I ran a PHP 7 compatibility inspection in PhpStorm and it complained about includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/String.php – because string is a reserved word in PHP 7 and therefore can’t be used in a class name.
They’ve already fixed it in the new version:
https://github.com/sabberworm/PHP-CSS-Parser/blob/master/lib/Sabberworm/CSS/Value/URL.php
Thanks,
William
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP 7 compatibility – update to PHP-CSS-Parser needed’ is closed to new replies.