@@ -50,8 +50,7 @@ |
||
| 50 | 50 | * Class ConfigurationInterface |
| 51 | 51 | * @package Platine\Stdlib\Contract |
| 52 | 52 | */ |
| 53 | -interface ConfigurationInterface |
|
| 54 | -{ |
|
| 53 | +interface ConfigurationInterface { |
|
| 55 | 54 | /** |
| 56 | 55 | * Create new instance |
| 57 | 56 | * @param array<string, mixed> $config |
@@ -50,8 +50,7 @@ |
||
| 50 | 50 | * Class Jsonable |
| 51 | 51 | * @package Platine\Stdlib\Contract |
| 52 | 52 | */ |
| 53 | -interface Jsonable |
|
| 54 | -{ |
|
| 53 | +interface Jsonable { |
|
| 55 | 54 | /** |
| 56 | 55 | * Convert the instance to JSON string |
| 57 | 56 | * @param int $options |
@@ -50,8 +50,7 @@ |
||
| 50 | 50 | * Class Arrayable |
| 51 | 51 | * @package Platine\Stdlib\Contract |
| 52 | 52 | */ |
| 53 | -interface Arrayable |
|
| 54 | -{ |
|
| 53 | +interface Arrayable { |
|
| 55 | 54 | /** |
| 56 | 55 | * Convert the instance to array |
| 57 | 56 | * @return array<mixed> |
@@ -62,8 +62,7 @@ |
||
| 62 | 62 | * Class Uuid |
| 63 | 63 | * @package Platine\Stdlib\Helper |
| 64 | 64 | */ |
| 65 | -class Uuid |
|
| 66 | -{ |
|
| 65 | +class Uuid { |
|
| 67 | 66 | /** |
| 68 | 67 | * Generate UUID v3 |
| 69 | 68 | * @param string $namespace |