Completed
Pull Request — master (#25)
by
unknown
09:41
created
Controller/BootstrapController.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -71,28 +71,28 @@
 block discarded – undo
71 71
         return array();
72 72
     }
73 73
 
74
-     /**
75
-     * @Route("/bootstrap/images")
76
-     * @Template()
77
-     */
74
+        /**
75
+         * @Route("/bootstrap/images")
76
+         * @Template()
77
+         */
78 78
     public function imagesAction()
79 79
     {
80 80
         return array();
81 81
     }
82 82
 
83
-     /**
84
-     * @Route("/bootstrap/helper-classes")
85
-     * @Template()
86
-     */
83
+        /**
84
+         * @Route("/bootstrap/helper-classes")
85
+         * @Template()
86
+         */
87 87
     public function helperClassesAction()
88 88
     {
89 89
         return array();
90 90
     }
91 91
 
92
-     /**
93
-     * @Route("/bootstrap/responsive-utilities")
94
-     * @Template()
95
-     */
92
+        /**
93
+         * @Route("/bootstrap/responsive-utilities")
94
+         * @Template()
95
+         */
96 96
     public function responsiveUtilitiesAction()
97 97
     {
98 98
         return array();
Please login to merge, or discard this patch.