@@ -6,11 +6,11 @@ |
||
| 6 | 6 | { |
| 7 | 7 | parent::__construct( |
| 8 | 8 | 'To processors in the chain are incompatible. The first processor\'s output is "' |
| 9 | - . $first |
|
| 10 | - . '". The next Processor in the queue does only support the following input types: ' |
|
| 11 | - . implode( ', ', $second ) |
|
| 12 | - . '.' |
|
| 13 | - ); |
|
| 9 | + . $first |
|
| 10 | + . '". The next Processor in the queue does only support the following input types: ' |
|
| 11 | + . implode( ', ', $second ) |
|
| 12 | + . '.' |
|
| 13 | + ); |
|
| 14 | 14 | } |
| 15 | 15 | } |
| 16 | 16 | |
@@ -4,10 +4,10 @@ |
||
| 4 | 4 | { |
| 5 | 5 | public function __construct( $output ) |
| 6 | 6 | { |
| 7 | - // Convert array to string if is_array |
|
| 8 | - if(is_array($output)) { |
|
| 9 | - $output = var_export($output, true); |
|
| 10 | - } |
|
| 7 | + // Convert array to string if is_array |
|
| 8 | + if(is_array($output)) { |
|
| 9 | + $output = var_export($output, true); |
|
| 10 | + } |
|
| 11 | 11 | parent::__construct( 'Execution of external program failed:' . "\n" . $output ); |
| 12 | 12 | } |
| 13 | 13 | } |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | : ( ( $type === self::UNKNOWN ) |
| 18 | 18 | ? ( 'existent' ) |
| 19 | 19 | : ( 'writable') |
| 20 | - ) |
|
| 20 | + ) |
|
| 21 | 21 | . ' in this context.' |
| 22 | 22 | ); |
| 23 | 23 | } |