Browse Source

Fixing docblocks in tests.

Rafael Dohms 12 years ago
parent
commit
e5bd547cfc
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/Packagist/WebBundle/Tests/Controller/FeedControllerTest.php

+ 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)