mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-16 21:18:20 +01:00
Allow returning self
from ArraySerializable::fromArray()
This commit is contained in:
parent
cf02d3133c
commit
02f9dfc0c0
@ -9,5 +9,5 @@ interface ArraySerializable extends Arrayable
|
||||
*
|
||||
* @param array<mixed> $data
|
||||
*/
|
||||
public static function fromArray(array $data): static;
|
||||
public static function fromArray(array $data): self;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user