Passed
Push — develop ( 6860d6...6d431a )
by nguereza
02:01
created
src/Contract/ConfigurationInterface.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 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
Please login to merge, or discard this patch.
src/Contract/Jsonable.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 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
Please login to merge, or discard this patch.
src/Contract/Arrayable.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 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>
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.