You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -237,6 +250,7 @@ public function remove($oItemToRemove) {
237
250
238
251
/**
239
252
* Replaces an item from the CSS list.
253
+
*
240
254
* @param RuleSet|Import|Charset|CSSList $oItemToRemove May be a RuleSet (most likely a DeclarationBlock), a Import, a Charset or another CSSList (most likely a MediaQuery)
241
255
*/
242
256
publicfunctionreplace($oOldItem, $mNewItem) {
@@ -254,7 +268,7 @@ public function replace($oOldItem, $mNewItem) {
254
268
255
269
/**
256
270
* Set the contents.
257
-
* @param array $aContents Objects to set as content.
271
+
* @param array<int, RuleSet|Import|Charset|CSSList> $aContents Objects to set as content.
258
272
*/
259
273
publicfunctionsetContents(array$aContents) {
260
274
$this->aContents = array();
@@ -300,6 +314,9 @@ public function __toString() {
0 commit comments