Completed
Branch master (e16c37)
by ophelie
05:20 queued 02:58
created
src/DockerCompose/ComposeFile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Set the file name
49 49
      *
50
-     * @param string $filName The name of file to set
50
+     * @param string $fileName The name of file to set
51 51
      *
52 52
      * @return ComposeFile
53 53
      */
Please login to merge, or discard this patch.
src/DockerCompose/ComposeFileCollection.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -49,12 +49,12 @@
 block discarded – undo
49 49
                     $this->add(new ComposeFile($composeFile));
50 50
                 } else {
51 51
                     throw new \Exception(
52
-                        'Invalid composeFile definition "('. gettype(
52
+                        'Invalid composeFile definition "(' . gettype(
53 53
                             $composeFile
54
-                        ).') '. var_export(
54
+                        ) . ') ' . var_export(
55 55
                             $composeFile,
56 56
                             true
57
-                        ).'"'
57
+                        ) . '"'
58 58
                     );
59 59
                 }
60 60
             }
Please login to merge, or discard this patch.