Completed
Push — master ( b3079f...65c6d8 )
by
unknown
02:54
created
Tests/Functional/MediaAdminBundle/Controller/MediaControllerTest.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
-     * @param string $form
29 28
      */
30 29
     public function testMediaForms()
31 30
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public function testMediaForms()
31 31
     {
32
-        $url = '/admin/media/' . $this->media->getId();
32
+        $url = '/admin/media/'.$this->media->getId();
33 33
 
34 34
         $this->client->request('GET', $url);
35 35
 
Please login to merge, or discard this patch.