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.
2 parents edda20e + 735bde0 commit 65c0ed6Copy full SHA for 65c0ed6
src/Renderable.php
@@ -4,6 +4,9 @@
4
5
interface Renderable
6
{
7
+ /**
8
+ * @return string
9
+ */
10
public function __toString();
11
12
/**
src/Value/Value.php
@@ -151,8 +151,4 @@ public function getLineNo()
151
152
return $this->iLineNo;
153
}
154
-
155
- //Methods are commented out because re-declaring them here is a fatal error in PHP < 5.3.9
156
- //public abstract function __toString();
157
- //public abstract function render(\Sabberworm\CSS\OutputFormat $oOutputFormat);
158
0 commit comments