@@ -50,10 +50,10 @@ |
||
| 50 | 50 | throw new \Exception( |
| 51 | 51 | 'Invalid composeFile definition "(' . gettype( |
| 52 | 52 | $composeFile |
| 53 | - ).') ' . var_export( |
|
| 53 | + ) . ') ' . var_export( |
|
| 54 | 54 | $composeFile, |
| 55 | 55 | true |
| 56 | - ).'"' |
|
| 56 | + ) . '"' |
|
| 57 | 57 | ); |
| 58 | 58 | } |
| 59 | 59 | } |