Test Failed
Push — master ( 281a42...f60c1f )
by Rutger
12:44
created
sample/config/main.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
             'class' => yii\db\Connection::class,
65 65
             'dsn' => getenv('MYSQL_HOST') && getenv('MYSQL_DB_NAME')
66 66
                 ? 'mysql:host=' . getenv('MYSQL_HOST') . (getenv('MYSQL_PORT') ? ':' . getenv('MYSQL_PORT') : '')
67
-                  . ';dbname=' . getenv('MYSQL_DB_NAME')
67
+                    . ';dbname=' . getenv('MYSQL_DB_NAME')
68 68
                 : null,
69 69
             'username' => getenv('MYSQL_USER_NAME'),
70 70
             'password' => getenv('MYSQL_USER_PASSWORD'),
Please login to merge, or discard this patch.
src/models/base/Oauth2AuthCodeScope.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 
23 23
 
24 24
     /**
25
-    * @inheritdoc
26
-    */
25
+     * @inheritdoc
26
+     */
27 27
     //public static $tableName = 'oauth2_auth_code_scope';
28 28
 
29 29
 
Please login to merge, or discard this patch.
src/models/base/Oauth2Client.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@
 block discarded – undo
43 43
 
44 44
 
45 45
     /**
46
-    * @inheritdoc
47
-    */
46
+     * @inheritdoc
47
+     */
48 48
     //public static $tableName = 'oauth2_client';
49 49
 
50 50
 
Please login to merge, or discard this patch.
src/models/base/Oauth2AccessToken.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
34 34
 
35 35
 
36 36
     /**
37
-    * @inheritdoc
38
-    */
37
+     * @inheritdoc
38
+     */
39 39
     //public static $tableName = 'oauth2_access_token';
40 40
 
41 41
 
Please login to merge, or discard this patch.
src/models/base/Oauth2RefreshToken.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
 
26 26
 
27 27
     /**
28
-    * @inheritdoc
29
-    */
28
+     * @inheritdoc
29
+     */
30 30
     //public static $tableName = 'oauth2_refresh_token';
31 31
 
32 32
 
Please login to merge, or discard this patch.
src/models/base/Oauth2UserClient.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
 
26 26
 
27 27
     /**
28
-    * @inheritdoc
29
-    */
28
+     * @inheritdoc
29
+     */
30 30
     //public static $tableName = 'oauth2_user_client';
31 31
 
32 32
 
Please login to merge, or discard this patch.
src/models/base/Oauth2UserClientScope.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
 
26 26
 
27 27
     /**
28
-    * @inheritdoc
29
-    */
28
+     * @inheritdoc
29
+     */
30 30
     //public static $tableName = 'oauth2_user_client_scope';
31 31
 
32 32
 
Please login to merge, or discard this patch.
src/models/base/Oauth2AccessTokenScope.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 
23 23
 
24 24
     /**
25
-    * @inheritdoc
26
-    */
25
+     * @inheritdoc
26
+     */
27 27
     //public static $tableName = 'oauth2_access_token_scope';
28 28
 
29 29
 
Please login to merge, or discard this patch.
src/models/base/Oauth2Scope.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@
 block discarded – undo
33 33
 
34 34
 
35 35
     /**
36
-    * @inheritdoc
37
-    */
36
+     * @inheritdoc
37
+     */
38 38
     //public static $tableName = 'oauth2_scope';
39 39
 
40 40
 
Please login to merge, or discard this patch.