Test Failed
Push — master ( 142697...051a0a )
by Sergey
08:41
created
src/Definition/RpcAuthDefinition.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
                 'code'     => -32001,
55 55
                 'message'  => 'Access denied, you are not authorized',
56 56
                 'description' => 'The error occurs if the procedure requires authorization, '
57
-                 . 'but the user is not authorized.',
57
+                    . 'but the user is not authorized.',
58 58
                 'logLevel' => LogLevel::INFO,
59 59
             ]
60 60
         );
Please login to merge, or discard this patch.