@@ -65,7 +65,7 @@ discard block |
||
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 |
||
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) |