@@ -26,7 +26,7 @@ |
||
| 26 | 26 | { |
| 27 | 27 | $that = get_called_class(); |
| 28 | 28 | |
| 29 | - if (!array_key_exists($that, self::$instances)){ |
|
| 29 | + if (!array_key_exists($that, self::$instances)) { |
|
| 30 | 30 | self::$instances[$that] = new self; |
| 31 | 31 | } |
| 32 | 32 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * @author : Korotkov Danila <[email protected]> |