Passed
Branch develop (c09191)
by nguereza
05:39
created
Category
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
     /**
57 56
      * Convert the instance to JSON string
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
     /**
57 56
      * Convert the instance to array
Please login to merge, or discard this patch.
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
     /**
57 56
      * Create new instance
Please login to merge, or discard this patch.
src/Helper/Path.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 Path
51 51
  * @package Platine\Stdlib\Helper
52 52
  */
53
-class Path
54
-{
53
+class Path {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Helper/Xml.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 Xml
51 51
  * @package Platine\Stdlib\Helper
52 52
  */
53
-class Xml
54
-{
53
+class Xml {
55 54
 
56 55
 
57 56
 }
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
 
57 56
 }
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
@@ -50,8 +50,7 @@
 block discarded – undo
50 50
  * Class Json
51 51
  * @package Platine\Stdlib\Helper
52 52
  */
53
-class Json
54
-{
53
+class Json {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Helper/Arr.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 Arr
51 51
  * @package Platine\Stdlib\Helper
52 52
  */
53
-class Arr
54
-{
53
+class Arr {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Helper/Composer.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 Composer
51 51
  * @package Platine\Stdlib\Helper
52 52
  */
53
-class Composer
54
-{
53
+class Composer {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.