Completed
Push — staging ( 78db94...a92047 )
by Matthew
02:20
created
tests/Endpoints/AlertControllerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use GuzzleHttp\Client;
4
-use GuzzleHttp\Psr7\Request;
5
-use GuzzleHttp\Psr7\Response;
6 4
 
7 5
 class AlertControllerTest extends \PHPUnit_Framework_TestCase
8 6
 {
Please login to merge, or discard this patch.
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.