OSDN Git Service

Fix params tags types
authorJefersson Nathan <admin@phpse.net>
Mon, 20 Apr 2015 11:10:45 +0000 (08:10 -0300)
committerJefersson Nathan <admin@phpse.net>
Mon, 15 Jun 2015 11:10:45 +0000 (08:10 -0300)
tests/PHPRouter/RouterTest.php

index 6e56aae..dc9cef9 100644 (file)
@@ -29,9 +29,9 @@ class RouterTest extends PHPUnit_Framework_TestCase
     /**
      * @dataProvider matcherProvider
      *
-     * @param $router
-     * @param $path
-     * @param $expected
+     * @param Router $router
+     * @param string $path
+     * @param string $expected
      */
     public function testMatch($router, $path, $expected)
     {