|
@@ -29,7 +29,7 @@ |
|
|
block discarded – undo |
|
29
|
29
|
* @param ExceptionHandler $primaryHandler |
|
30
|
30
|
* @param ExceptionHandler[] $secondaryHandlers (optional) |
|
31
|
31
|
*/ |
|
32
|
|
- public function __construct(ExceptionHandler $primaryHandler, array $secondaryHandlers = []) |
|
|
32
|
+ public function __construct(ExceptionHandler $primaryHandler, array $secondaryHandlers = [ ]) |
|
33
|
33
|
{ |
|
34
|
34
|
$this->primaryHandler = $primaryHandler; |
|
35
|
35
|
$this->secondaryHandlers = $secondaryHandlers; |
Please login to merge, or discard this patch.