@@ -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 | /** |
| 57 | 56 | * Convert the instance to JSON string |
@@ -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 | /** |
| 57 | 56 | * Convert the instance to array |
@@ -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 | /** |
| 57 | 56 | * Create new instance |
@@ -52,8 +52,7 @@ |
||
| 52 | 52 | * Class Path |
| 53 | 53 | * @package Platine\Stdlib\Helper |
| 54 | 54 | */ |
| 55 | -class Path |
|
| 56 | -{ |
|
| 55 | +class Path { |
|
| 57 | 56 | |
| 58 | 57 | /** |
| 59 | 58 | * normalize the path by replace the "\" to "/" |
@@ -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 | /** |
| 57 | 56 | * Whether the application is running on CLI |
@@ -50,8 +50,7 @@ |
||
| 50 | 50 | * Class Xml |
| 51 | 51 | * @package Platine\Stdlib\Helper |
| 52 | 52 | */ |
| 53 | -class Xml |
|
| 54 | -{ |
|
| 53 | +class Xml { |
|
| 55 | 54 | |
| 56 | 55 | /** |
| 57 | 56 | * Transform an XML string to array |
@@ -53,8 +53,7 @@ |
||
| 53 | 53 | * Class Composer |
| 54 | 54 | * @package Platine\Stdlib\Helper |
| 55 | 55 | */ |
| 56 | -class Composer |
|
| 57 | -{ |
|
| 56 | +class Composer { |
|
| 58 | 57 | |
| 59 | 58 | /** |
| 60 | 59 | * The composer class loader instance |
@@ -50,8 +50,7 @@ |
||
| 50 | 50 | * Class Unit |
| 51 | 51 | * @package Platine\Stdlib\Helper |
| 52 | 52 | */ |
| 53 | -class Unit |
|
| 54 | -{ |
|
| 53 | +class Unit { |
|
| 55 | 54 | |
| 56 | 55 | /** |
| 57 | 56 | * Convert the size like 4G, 7T, 19B to byte |
@@ -50,8 +50,7 @@ |
||
| 50 | 50 | * Class Str |
| 51 | 51 | * @package Platine\Stdlib\Helper |
| 52 | 52 | */ |
| 53 | -class Str |
|
| 54 | -{ |
|
| 53 | +class Str { |
|
| 55 | 54 | |
| 56 | 55 | /** |
| 57 | 56 | * The cache of snake-cased words. |