@@ -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 | } |