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 fe75c67 commit 75990b9Copy full SHA for 75990b9
src/functions.php
@@ -75,7 +75,7 @@ function host(string ...$hostname): Host|ObjectProxy
75
$deployer->hosts->set($hostname, $host);
76
return $host;
77
}, $aliases);
78
- return new ObjectProxy($hosts); // @phpstan-ignore-line Acts like a host.
+ return new ObjectProxy($hosts);
79
}
80
81
@@ -102,7 +102,7 @@ function localhost(string ...$hostnames): Localhost|ObjectProxy
102
$deployer->hosts->set($host->getAlias(), $host);
103
104
}, $hostnames);
105
106
107
108
0 commit comments