@@ -42,7 +42,7 @@ |
||
| 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') |
@@ -335,7 +335,7 @@ |
||
| 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 | |
@@ -116,7 +116,7 @@ |
||
| 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; |