Completed
Pull Request — master (#459)
by Michael
11:59 queued 04:11
created
www/src/DembeloMain/IntegrationTests/Controller/DefaultControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
         $client = static::createClient();
50 50
 
51
-        $client->request('GET', '/themenfeld/'.$topic->getId());
51
+        $client->request('GET', '/themenfeld/' . $topic->getId());
52 52
 
53 53
         $response = $client->getResponse();
54 54
 
Please login to merge, or discard this patch.