Updated PhpDoc

This commit is contained in:
netkas 2024-10-04 00:20:16 -04:00
parent e8221c11ec
commit f5dc29804c

View file

@ -7,7 +7,7 @@
/** /**
* Returns an array representation of the object * Returns an array representation of the object
* *
* @return array * @return array|null
*/ */
public function toArray(): ?array; public function toArray(): ?array;