We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea642f commit 4e64690Copy full SHA for 4e64690
1 file changed
src/cssdoc.php
@@ -303,6 +303,7 @@ public function current() {
303
*
304
* @return mixed The current pointer position
305
*/
306
+ #[\ReturnTypeWillChange]
307
public function key() : mixed {
308
return $this->pointer;
309
}
0 commit comments