Explorar o código

Fixing docblocks in tests.

Rafael Dohms %!s(int64=12) %!d(string=hai) anos
pai
achega
e5bd547cfc

+ 3 - 4
src/Packagist/WebBundle/Tests/Controller/FeedControllerTest.php

@@ -7,11 +7,10 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
 class FeedControllerTest extends WebTestCase
 {
     /**
-     * @param $feed
-     * @param $format
-     * @param null $filter
+     * @param string $feed
+     * @param string $format
+     * @param string|null $filter
      *
-     * @return void
      * @dataProvider provideForFeed
      */
     public function testFeedAction($feed, $format, $filter = null)