@@ -1,4 +1,4 @@ discard block |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | |
| 3 | 3 | namespace Terah\Assert; |
| 4 | 4 | |
@@ -10,5 +10,5 @@ discard block |
||
| 10 | 10 | * |
| 11 | 11 | * @var string |
| 12 | 12 | */ |
| 13 | - protected $exceptionClass = 'Terah\Assert\ValidationFailedException'; |
|
| 13 | + protected $exceptionClass = 'Terah\Assert\ValidationFailedException'; |
|
| 14 | 14 | } |
| 15 | 15 | \ No newline at end of file |