@@ -3,7 +3,7 @@ |
||
3 | 3 | * This file is part of the Yep package. |
4 | 4 | * Copyright (c) 2018 Martin Zeman (Zemistr) (http://www.zemistr.eu) |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace Yep\Reflection; |
9 | 9 |