Test Setup Failed
Branch develop (8c15cb)
by ANTHONIUS
03:02
created
Category
RoboFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         $this->taskWatch()
43 43
             ->monitor(
44 44
                 $paths,
45
-                function (FilesystemEvent $event) use ($options) {
45
+                function(FilesystemEvent $event) use ($options) {
46 46
                     $resource = (string) $event->getResource();
47 47
                     if (
48 48
                         false !== strpos($resource, 'build')
Please login to merge, or discard this patch.
src/Session/Session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -335,7 +335,7 @@
 block discarded – undo
335 335
                 $this->addException(new SessionException($e->getMessage()));
336 336
             }
337 337
         }
338
-        $this->hasStarted   = false;
338
+        $this->hasStarted = false;
339 339
         $this->save();
340 340
     }
341 341
 
Please login to merge, or discard this patch.
src/Controller/RemoteController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
             return new JsonResponse($data, Response::HTTP_NOT_FOUND);
117 117
         }
118 118
 
119
-        $response =  new Response($data, Response::HTTP_OK);
119
+        $response = new Response($data, Response::HTTP_OK);
120 120
         $response->headers->set('Content-Type', static::SERIALIZED_OBJECT_CONTENT_TYPE);
121 121
 
122 122
         return $response;
Please login to merge, or discard this patch.