Completed
Branch develop (6c4c7d)
by Hugo
03:48
created
Category
src/ChainedExceptionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.