Skip to content

Commit

Permalink
add array type
Browse files Browse the repository at this point in the history
  • Loading branch information
dinooo13 committed Feb 19, 2022
1 parent 831c8fe commit ab5ad04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ public function imageSearch($term)
* @return PromiseInterface
* @link https://docs.docker.com/engine/api/v1.41/#operation/ImageCommit
*/
public function containerCommit($container, $repo = null, $tag = null, $comment = null, $author = null, $pause = true, $changes = null, $config = array())
public function containerCommit($container, $repo = null, $tag = null, $comment = null, $author = null, $pause = true, $changes = null, array $config = array())
{
return $this->postJson(
$this->uri->expand(
Expand Down

0 comments on commit ab5ad04

Please sign in to comment.