Completed
Push — master ( 948046...38c799 )
by Kevin
11:42
created
src/Parser/RelevantSelectorParser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     /**
66 66
      * Create a new instance of "Relevant Selector Parser"
67 67
      *
68
-     * @param  \Crossjoin\Css\Reader\CssString|string|null  $stylesheet
68
+     * @param  string  $stylesheet
69 69
      * @param  string                                       $charset
70 70
      */
71 71
     public function __construct($stylesheet = null, $charset = 'UTF-8')
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
      * Store the selectors from the rule to the tank
102 102
      *
103 103
      * @param  array   &$tank
104
-     * @param  array   $selectors
104
+     * @param StyleRuleSet $rule
105 105
      * @return void
106 106
      */
107 107
     protected function populateSelectors(array &$tank, $rule)
Please login to merge, or discard this patch.