Passed
Push — master ( 59419c...a7bf6b )
by Arthur
02:24
created
src/Blocks/FormRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -264,7 +264,7 @@
 block discarded – undo
264 264
     public function createAccessToken()
265 265
     {
266 266
         if (empty($this->generator->types[CustomsInterface::CUSTOM_TYPES_QUERY_PARAMS][ApiInterface::RAML_PROPS]
267
-                  [JSONApiInterface::PARAM_ACCESS_TOKEN][ApiInterface::RAML_KEY_DEFAULT]) === false
267
+                    [JSONApiInterface::PARAM_ACCESS_TOKEN][ApiInterface::RAML_KEY_DEFAULT]) === false
268 268
         ) {
269 269
             $this->setAccessTokenContent();
270 270
             $fileForm  = FileManager::getModulePath($this->generator, true) . $this->generator->formRequestDir
Please login to merge, or discard this patch.