Passed
Push — master ( 416163...1bd59b )
by Alexander
01:34
created
src/response/Page.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -130,14 +130,14 @@  discard block
 block discarded – undo
130 130
         ob_start();
131 131
         try {
132 132
             if ($headfile && file_exists($headfile)) {
133
-                (function ($sldkfjlksejflskjflskdjflskdfj) {
133
+                (function($sldkfjlksejflskjflskdjflskdfj) {
134 134
                     extract($this->data);
135 135
                     include $sldkfjlksejflskjflskdjflskdfj;
136 136
                 })($headfile);
137 137
             }
138 138
 
139 139
             if ($neckfile && file_exists($neckfile)) {
140
-                (function ($lidsinqjhsdfytqkwjkasjdksadsdg) {
140
+                (function($lidsinqjhsdfytqkwjkasjdksadsdg) {
141 141
                     extract($this->data);
142 142
                     include $lidsinqjhsdfytqkwjkasjdksadsdg;
143 143
                 })($neckfile);
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
         if ($footfile && file_exists($footfile)) {
180 180
             ob_start();
181 181
             try {
182
-                (function ($ldkfoskdfosjicyvutwehkshfskjdf) {
182
+                (function($ldkfoskdfosjicyvutwehkshfskjdf) {
183 183
                     extract($this->data);
184 184
                     include $ldkfoskdfosjicyvutwehkshfskjdf;
185 185
                 })($footfile);
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
         ob_start();
205 205
         try {
206 206
             // or another way to hide the file variable?
207
-            (function ($dsfjskdfjsdlkfjsdkfjsdkfjsdlkfjsd) {
207
+            (function($dsfjskdfjsdlkfjsdkfjsdkfjsdlkfjsd) {
208 208
                 extract($this->data);
209 209
                 include $dsfjskdfjsdlkfjsdkfjsdkfjsdlkfjsd;
210 210
             })($file);
Please login to merge, or discard this patch.