@@ -39,7 +39,7 @@ discard block |
||
| 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 |
||
| 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 | ) . '"' |