@@ -80,7 +80,7 @@ |
||
| 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 | |