Completed
Push — master ( 38b25e...fa10c6 )
by Alex
03:25 queued 11s
created
Mezon/Application/Tests/ApplicationUnitTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     {
208 208
         $application = new \Mezon\Application\Application();
209 209
 
210
-        $application->fly = function () {
210
+        $application->fly = function() {
211 211
             return 'OK!';
212 212
         };
213 213
 
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
         // setup
233 233
         $application = new \Mezon\Application\Application();
234 234
 
235
-        $application->fly = function () {
235
+        $application->fly = function() {
236 236
             return 'OK!';
237 237
         };
238 238
 
Please login to merge, or discard this patch.