Test Failed
Branch master (5e8424)
by Randy
02:43
created
src/Enforcement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     public function setExceptionMessage(string $message, ...$args)
97 97
     {
98 98
         if (!empty($args)) {
99
-            $args    = array_map(function ($arg) {
99
+            $args    = array_map(function($arg) {
100 100
                 return !is_string($arg) ? var_export($arg, true) : $arg;
101 101
             }, $args);
102 102
             $message = sprintf($message, ...$args);
Please login to merge, or discard this patch.
src/EnforcementTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     private $enforcement;
17 17
 
18 18
     /**
19
-     * @param string|Exception $exception
19
+     * @param string $exception
20 20
      * @param array            ...$args
21 21
      *
22 22
      * @return $this
Please login to merge, or discard this patch.