OSDN Git Service

Add dockblock params declaration
authorJefersson Nathan <admin@phpse.net>
Sun, 22 Mar 2015 11:04:59 +0000 (08:04 -0300)
committerJefersson Nathan <admin@phpse.net>
Mon, 15 Jun 2015 11:04:59 +0000 (08:04 -0300)
tests/PHPRouter/RouterTest.php

index fa83f45..b42382f 100644 (file)
@@ -28,6 +28,10 @@ class RouterTest extends PHPUnit_Framework_TestCase
 {
     /**
      * @dataProvider matcherProvider
+     *
+     * @param $router
+     * @param $path
+     * @param $expected
      */
     public function testMatch($router, $path, $expected)
     {