Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 50e9083

Browse files
author
Ryan Mauger
committed
Removed some phpstorm autogenerated comments
1 parent 64d2ddf commit 50e9083

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tests/Zend/Controller/Router/Route/ChainTest.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ class Zend_Controller_Router_Route_SubclassTest extends Zend_Controller_Router_R
10281028
public function match($path, $partial = false)
10291029
{
10301030
$path = $path->getPathInfo();
1031-
$match = parent::match($path, $partial); // TODO: Change the autogenerated stub
1031+
$match = parent::match($path, $partial);
10321032
if (is_array($match)) {
10331033
$this->setMatchedPath($this->_route);
10341034
}
@@ -1041,14 +1041,10 @@ public function getVersion()
10411041
}
10421042

10431043
public function assemble($data = array(), $reset = false, $encode = false)
1044-
{
1045-
// TODO: Implement assemble() method.
1046-
}
1044+
{}
10471045

10481046
public static function getInstance(Zend_Config $config)
1049-
{
1050-
// TODO: Implement getInstance() method.
1051-
}
1047+
{}
10521048

10531049
}
10541050

0 commit comments

Comments
 (0)