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 bbd950d commit a3c3aa5Copy full SHA for a3c3aa5
1 file changed
src/Support/ObjectProxy.php
@@ -10,13 +10,21 @@
10
11
namespace Deployer\Support;
12
13
+use Deployer\Host\Host;
14
+
15
+/**
16
+ * @mixin Host
17
+ */
18
class ObjectProxy
19
{
20
/**
- * @var array
21
+ * @var array<Host>
22
*/
23
private $objects;
24
25
+ /**
26
+ * @param array<Host> $objects
27
28
public function __construct(array $objects)
29
30
$this->objects = $objects;
0 commit comments