Passed
Push — develop ( 5425f4...c52a22 )
by nguereza
11:03
created
src/Helper/Arr.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Helper/Uuid.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Helper/Env.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Helper/Json.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.