We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be621e commit 696e85aCopy full SHA for 696e85a
lib/Sabberworm/CSS/Value/Value.php
@@ -5,6 +5,7 @@
5
use Sabberworm\CSS\Renderable;
6
7
abstract class Value implements Renderable {
8
- public abstract function __toString();
9
- public abstract function render(\Sabberworm\CSS\OutputFormat $oOutputFormat);
+ //Methods are commented out because re-declaring them here is a fatal error in PHP < 5.3.9
+ //public abstract function __toString();
10
+ //public abstract function render(\Sabberworm\CSS\OutputFormat $oOutputFormat);
11
}
0 commit comments