Completed
Branch develop (270aa7)
by Evert
02:46
created
Category
Tests/EventListener/ResponseListenerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
  */
25 25
 final class ResponseListenerTest extends \PHPUnit\Framework\TestCase
26 26
 {
27
-    private const HOST  = 'api.host.tld';
27
+    private const HOST = 'api.host.tld';
28 28
 
29 29
     private $dispatcher;
30 30
     private $kernel;
Please login to merge, or discard this patch.
Tests/DependencyInjection/FHUserAgentExtensionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,6 +80,6 @@
 block discarded – undo
80 80
             ]
81 81
         ], $this->container);
82 82
 
83
-        Assert::assertTrue(true);   // otherwise should throw exception, and internal property isn't testable
83
+        Assert::assertTrue(true); // otherwise should throw exception, and internal property isn't testable
84 84
     }
85 85
 }
Please login to merge, or discard this patch.