Passed
Branch master (336aa4)
by Fran
04:08
created
src/NOSQL/Controller/NOSQLController.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -14,14 +14,14 @@
 block discarded – undo
14 14
 class NOSQLController extends NOSQLBaseController {
15 15
 
16 16
     /**
17
-    * Index
18
-    * @GET
19
-    * @label  Admin nosql composer
20
-    * @action true
21
-    * @visible true
22
-    * @route /admin/nosql
23
-    * @return string HTML
24
-    */
17
+     * Index
18
+     * @GET
19
+     * @label  Admin nosql composer
20
+     * @action true
21
+     * @visible true
22
+     * @route /admin/nosql
23
+     * @return string HTML
24
+     */
25 25
     public function index() {
26 26
         return $this->render('index.html.twig');
27 27
     }
Please login to merge, or discard this patch.