We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4085906 commit cba4e09Copy full SHA for cba4e09
src/cssdoc.php
@@ -284,7 +284,7 @@ public function offsetUnset($i) : void {
284
* @param string|integer $i The key to be accessed, can be a string or integer
285
* @return mixed The requested value or null if the key doesn't exist
286
*/
287
- public function offsetGet(mixed $i) : mixed { // return reference so you can set it like an array
+ public function offsetGet($i) : mixed { // return reference so you can set it like an array
288
return $this->document->rules[$i] ?? null;
289
}
290
0 commit comments