@@ -58,8 +58,7 @@ |
||
58 | 58 | * @class Arr |
59 | 59 | * @package Platine\Stdlib\Helper |
60 | 60 | */ |
61 | -class Arr |
|
62 | -{ |
|
61 | +class Arr { |
|
63 | 62 | /** |
64 | 63 | * Convert an array, object or string to array |
65 | 64 | * @param array<mixed>|object|string $object |
@@ -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 |
@@ -50,8 +50,7 @@ |
||
50 | 50 | * @class Env |
51 | 51 | * @package Platine\Stdlib\Helper |
52 | 52 | */ |
53 | -class Env |
|
54 | -{ |
|
53 | +class Env { |
|
55 | 54 | /** |
56 | 55 | * Whether the application is running on CLI |
57 | 56 | * @return bool |
@@ -52,8 +52,7 @@ |
||
52 | 52 | * @class Json |
53 | 53 | * @package Platine\Stdlib\Helper |
54 | 54 | */ |
55 | -class Json |
|
56 | -{ |
|
55 | +class Json { |
|
57 | 56 | /** |
58 | 57 | * Decode JSON string |
59 | 58 | * @param string $json |