Skip to content

Commit 88e6324

Browse files
erikn69freekmurze
authored andcommitted
Fix phpstan message
1 parent 1bade3d commit 88e6324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config/DestinationConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ protected function __construct(
2727
}
2828
}
2929

30+
/** @param array<string, mixed> $data */
3031
public static function fromArray(array $data): self
3132
{
3233
return new self(

0 commit comments

Comments
 (0)