Passed
Push — master ( e6fd03...a950a4 )
by Sebastian
04:03
created
src/Mailcode/Factory/Exception.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     * @param Exception|NULL $previous
29 29
     * @param Mailcode_Commands_Command|NULL $command
30 30
     */
31
-    public function __construct(string $message, $details=null, $code=null, $previous=null, ?Mailcode_Commands_Command $command=null)
31
+    public function __construct(string $message, $details = null, $code = null, $previous = null, ?Mailcode_Commands_Command $command = null)
32 32
     {
33 33
         parent::__construct($message, $details, $code, $previous);
34 34
         
Please login to merge, or discard this patch.