We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bade3d commit 88e6324Copy full SHA for 88e6324
src/Config/DestinationConfig.php
@@ -27,6 +27,7 @@ protected function __construct(
27
}
28
29
30
+ /** @param array<string, mixed> $data */
31
public static function fromArray(array $data): self
32
{
33
return new self(
0 commit comments