Completed
Pull Request — master (#8)
by
unknown
02:38
created
src/Assert.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
             throw new InvalidStringException('name', $name);
81 81
         }
82 82
 
83
-        if ($exceptionClass!== null && !is_string($exceptionClass)) {
83
+        if ($exceptionClass !== null && !is_string($exceptionClass)) {
84 84
             throw new InvalidStringException('exceptionClass', $exceptionClass);
85 85
         }
86 86
 
Please login to merge, or discard this patch.