Passed
Push — develop ( 934375...2a0a83 )
by nguereza
01:31
created
src/Configuration.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,6 +91,6 @@
 block discarded – undo
91 91
                 'token' => 'oauth_token',
92 92
                 'owner' => 'owner',
93 93
             ],
94
-	];
94
+    ];
95 95
     }
96 96
 }
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * @class Configuration
53 53
  * @package Platine\OAuth2
54 54
  */
55
-class Configuration extends AbstractConfiguration
56
-{
55
+class Configuration extends AbstractConfiguration {
57 56
     /**
58 57
      * {@inheritdoc}
59 58
      */
Please login to merge, or discard this patch.