Completed
Push — 1.x ( ef4154...556658 )
by Joel
03:12
created
generated/Model/ContainerConfig.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
     }
267 267
 
268 268
     /**
269
-     * @param string[] $labels
269
+     * @param \ArrayObject $labels
270 270
      *
271 271
      * @return self
272 272
      */
@@ -646,7 +646,7 @@  discard block
 block discarded – undo
646 646
     }
647 647
 
648 648
     /**
649
-     * @param mixed[] $exposedPorts
649
+     * @param \ArrayObject $exposedPorts
650 650
      *
651 651
      * @return self
652 652
      */
Please login to merge, or discard this patch.
generated/Model/HostConfig.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     }
171 171
 
172 172
     /**
173
-     * @param string[] $lxcConf
173
+     * @param \ArrayObject $lxcConf
174 174
      *
175 175
      * @return self
176 176
      */
@@ -370,7 +370,7 @@  discard block
 block discarded – undo
370 370
     }
371 371
 
372 372
     /**
373
-     * @param PortBinding[] $portBindings
373
+     * @param \ArrayObject $portBindings
374 374
      *
375 375
      * @return self
376 376
      */
Please login to merge, or discard this patch.
generated/Model/ImageItem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
     }
167 167
 
168 168
     /**
169
-     * @param string[] $labels
169
+     * @param \ArrayObject $labels
170 170
      *
171 171
      * @return self
172 172
      */
Please login to merge, or discard this patch.
generated/Model/LogConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @param string[] $config
45
+     * @param \ArrayObject $config
46 46
      *
47 47
      * @return self
48 48
      */
Please login to merge, or discard this patch.
generated/Model/Network.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     }
143 143
 
144 144
     /**
145
-     * @param NetworkContainer[] $containers
145
+     * @param \ArrayObject $containers
146 146
      *
147 147
      * @return self
148 148
      */
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
     }
163 163
 
164 164
     /**
165
-     * @param string[] $options
165
+     * @param \ArrayObject $options
166 166
      *
167 167
      * @return self
168 168
      */
Please login to merge, or discard this patch.
generated/Model/RegistryConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     }
23 23
 
24 24
     /**
25
-     * @param Registry[] $indexConfigs
25
+     * @param \ArrayObject $indexConfigs
26 26
      *
27 27
      * @return self
28 28
      */
Please login to merge, or discard this patch.
generated/Model/VolumeConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-     * @param string[] $driverOpts
69
+     * @param \ArrayObject $driverOpts
70 70
      *
71 71
      * @return self
72 72
      */
Please login to merge, or discard this patch.
src/Manager/ImageManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -79,6 +79,7 @@
 block discarded – undo
79 79
     /**
80 80
      * {@inheritdoc}
81 81
      *
82
+     * @param string $name
82 83
      * @return \Psr\Http\Message\ResponseInterface|PushImageInfo[]|CreateImageStream
83 84
      */
84 85
     public function push($name, $parameters = [], $fetch = self::FETCH_OBJECT)
Please login to merge, or discard this patch.
generated/Resource/ExecResource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      *     (string)Content-Type: Content Type Header
18 18
      * @param string $fetch Fetch mode (object or response)
19 19
      *
20
-     * @return \Psr\Http\Message\ResponseInterface|\Docker\API\Model\ExecCreateResult
20
+     * @return \Docker\API\Model\ExecStartConfig
21 21
      */
22 22
     public function create($id, \Docker\API\Model\ExecConfig $execConfig, $parameters = [], $fetch = self::FETCH_OBJECT)
23 23
     {
Please login to merge, or discard this patch.