Commit aa11241e authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix mistypo doc comment for dispatch method

parent 4c7bdde9
...@@ -1913,7 +1913,7 @@ abstract class EcomDev_PHPUnit_Test_Case_Controller extends EcomDev_PHPUnit_Test ...@@ -1913,7 +1913,7 @@ abstract class EcomDev_PHPUnit_Test_Case_Controller extends EcomDev_PHPUnit_Test
* *
* *
* @param string $route * @param string $route
* @param $store * @param array $params
*/ */
public function dispatch($route = null, array $params = array()) public function dispatch($route = null, array $params = array())
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment