Completed
Pull Request — experimental/sf (#3471)
by
unknown
415:52 queued 350:41
created
src/Eccube/Controller/Admin/Store/PluginController.php 2 patches
Indentation   +5 added lines, -9 removed lines patch added patch discarded remove patch
@@ -91,7 +91,6 @@  discard block
 block discarded – undo
91 91
      *
92 92
      * @Route("/%eccube_admin_route%/store/plugin/306999026.html", name="admin_store_plugin_306999026")
93 93
      * @Template("@admin/Store/Html/screens_306999026.twig")
94
-
95 94
      */
96 95
     public function html_306999026()
97 96
     {
@@ -103,7 +102,6 @@  discard block
 block discarded – undo
103 102
      *
104 103
      * @Route("/%eccube_admin_route%/store/plugin/306999032.html", name="admin_store_plugin_306999032")
105 104
      * @Template("@admin/Store/Html/screens_306999032.twig")
106
-
107 105
      */
108 106
     public function html_306999032()
109 107
     {
@@ -111,12 +109,11 @@  discard block
 block discarded – undo
111 109
     }
112 110
 
113 111
 /**
114
-     * Template only
115
-     *
116
-     * @Route("/%eccube_admin_route%/store/plugin/306999030.html", name="admin_store_plugin_306999030")
117
-     * @Template("@admin/Store/Html/screens_306999030.twig")
118
-
119
-     */
112
+ * Template only
113
+ *
114
+ * @Route("/%eccube_admin_route%/store/plugin/306999030.html", name="admin_store_plugin_306999030")
115
+ * @Template("@admin/Store/Html/screens_306999030.twig")
116
+ */
120 117
     public function html_306999030()
121 118
     {
122 119
 
@@ -127,7 +124,6 @@  discard block
 block discarded – undo
127 124
      *
128 125
      * @Route("/%eccube_admin_route%/store/plugin/306999027.html", name="admin_store_plugin_306999027")
129 126
      * @Template("@admin/Store/Html/screens_306999027.twig")
130
-
131 127
      */
132 128
     public function html_306999027()
133 129
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      * @Route("/%eccube_admin_route%/store/plugin/306999035.html", name="admin_store_plugin_306999035")
85 85
      * @Template("@admin/Store/Html/screens_306999035.twig")
86 86
      */
87
-    public function html_306999035(){}
87
+    public function html_306999035() {}
88 88
 
89 89
     /**
90 90
      * Template only
Please login to merge, or discard this patch.