File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 66use Sabberworm \CSS \Property \AtRule ;
77
88/**
9- * A BlockList constructed by an unknown at-rule. @media rules are rendered into AtRuleBlockList objects.
9+ * A ` BlockList` constructed by an unknown at-rule. ` @media` rules are rendered into ` AtRuleBlockList` objects.
1010 */
1111class AtRuleBlockList extends CSSBlockList implements AtRule
1212{
@@ -48,6 +48,9 @@ public function atRuleArgs()
4848 return $ this ->sArgs ;
4949 }
5050
51+ /**
52+ * @return string
53+ */
5154 public function __toString ()
5255 {
5356 return $ this ->render (new OutputFormat ());
@@ -70,6 +73,9 @@ public function render(OutputFormat $oOutputFormat)
7073 return $ sResult ;
7174 }
7275
76+ /**
77+ * @return bool
78+ */
7379 public function isRootList ()
7480 {
7581 return false ;
You can’t perform that action at this time.
0 commit comments