Completed
Push — master ( 38c799...2fe87d )
by Kevin
10:58
created
src/Parser/RelevantSelectorParser.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Crossjoin\Css\Format\Rule\AtMedia\MediaRule;
16 16
 use Crossjoin\Css\Format\Rule\Style\StyleRuleSet;
17 17
 use Crossjoin\Css\Format\Rule\Style\StyleSelector;
18
-use Illuminate\Support\Arr;
19 18
 use InvalidArgumentException;
20 19
 
21 20
 /**
Please login to merge, or discard this 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.