Completed
Push — master ( 1c72b8...2bd393 )
by ophelie
03:53
created
src/DockerCompose/ComposeFileCollection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
         $args = func_get_arg(0);
40 40
 
41 41
         if (!is_array($args)) {
42
-            throw new \Exception('Invalid parameter "(' . gettype($args). ')');
42
+            throw new \Exception('Invalid parameter "(' . gettype($args) . ')');
43 43
         }
44 44
 
45 45
         foreach ($args as $composeFile) {
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
                 throw new \Exception(
52 52
                     'Invalid composeFile definition "(' . gettype(
53 53
                         $composeFile
54
-                    ). ') ' . var_export(
54
+                    ) . ') ' . var_export(
55 55
                         $composeFile,
56 56
                         true
57 57
                     ) . '"'
Please login to merge, or discard this patch.