@@ -47,7 +47,7 @@ |
||
| 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 | */ |
@@ -49,12 +49,12 @@ |
||
| 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 | } |