Completed
Push — staging ( a92047...829806 )
by Matthew
02:22
created
src/Controller/Endpoint/AbstractEndpointController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@
 block discarded – undo
272 272
     {
273 273
         $queryString = $request->query->get('embed');
274 274
 
275
-        if (! empty($queryString)) {
275
+        if (!empty($queryString)) {
276 276
             $this->fractal->parseIncludes($request->query->get('embed'));
277 277
         }
278 278
     }
Please login to merge, or discard this patch.