Passed
Push — master ( af5bad...67bde4 )
by Alexander
02:36
created
src/response/Page.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
         try {
153 153
             if ($headfile && file_exists($headfile)) {
154 154
                 $sldkfjlksejflskjflskdjflskdfj = $headfile;
155
-                (function () use ($sldkfjlksejflskjflskdjflskdfj) {
155
+                (function() use ($sldkfjlksejflskjflskdjflskdfj) {
156 156
                     extract($this->data);
157 157
                     include $sldkfjlksejflskjflskdjflskdfj;
158 158
                 })();
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
 
161 161
             if ($neckfile && file_exists($neckfile)) {
162 162
                 $lidsinqjhsdfytqkwjkasjdksadsdg = $neckfile;
163
-                (function () use ($lidsinqjhsdfytqkwjkasjdksadsdg) {
163
+                (function() use ($lidsinqjhsdfytqkwjkasjdksadsdg) {
164 164
                     extract($this->data);
165 165
                     include $lidsinqjhsdfytqkwjkasjdksadsdg;
166 166
                 })();
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
             ob_start();
216 216
             try {
217 217
                 $ldkfoskdfosjicyvutwehkshfskjdf = $footfile;
218
-                (function () use ($ldkfoskdfosjicyvutwehkshfskjdf) {
218
+                (function() use ($ldkfoskdfosjicyvutwehkshfskjdf) {
219 219
                     extract($this->data);
220 220
                     include $ldkfoskdfosjicyvutwehkshfskjdf;
221 221
                 })();
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
         try {
244 244
             // or another way to hide the file variable?
245 245
             $dsfjskdfjsdlkfjsdkfjsdkfjsdlkfjsd = $file;
246
-            (function () use ($dsfjskdfjsdlkfjsdkfjsdkfjsdlkfjsd) {
246
+            (function() use ($dsfjskdfjsdlkfjsdkfjsdkfjsdlkfjsd) {
247 247
                 extract($this->data);
248 248
                 include $dsfjskdfjsdlkfjsdkfjsdkfjsdlkfjsd;
249 249
             })();
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
         ob_start();
280 280
         try {
281 281
             $popsemdsdfosjicyvsoaowkdawd = $parts_file;
282
-            (function () use ($popsemdsdfosjicyvsoaowkdawd) {
282
+            (function() use ($popsemdsdfosjicyvsoaowkdawd) {
283 283
                 extract($this->data);
284 284
                 include $popsemdsdfosjicyvsoaowkdawd;
285 285
             })();
Please login to merge, or discard this patch.