Completed
Branch master (764cdd)
by Hannes
02:58
created
Category
src/Rule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      */
40 40
     public function __construct()
41 41
     {
42
-        $this->onException(function (\Exception $exception) {
42
+        $this->onException(function(\Exception $exception) {
43 43
             throw new Exception(sprintf($this->exceptionMessage, $exception->getMessage()), 0, $exception);
44 44
         });
45 45
     }
Please login to merge, or discard this patch.