Skip to content

Commit b8c2fed

Browse files
remove leading space around return type
Co-authored-by: Flávio Heleno <flaviohbatista@gmail.com>
1 parent 53405bd commit b8c2fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Docker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static function create(
9191
$httpClient = null,
9292
array $additionalPlugins = [],
9393
array $additionalNormalizers = []
94-
) : self
94+
): self
9595
{
9696
if (null === $httpClient) {
9797
$httpClient = DockerClientFactory::createFromEnv();

0 commit comments

Comments
 (0)