Skip to content

Commit e7e45f5

Browse files
committed
style: phpstan
1 parent d0c3702 commit e7e45f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FixedArrayable.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function first(): mixed
104104
*/
105105
public function from(mixed $input): self
106106
{
107-
return new FixedArrayable($input);
107+
return new self($input);
108108
}
109109

110110
/**

0 commit comments

Comments
 (0)