Fix most coding standards issues in Test/Console

This commit is contained in:
mark_story 2012-03-10 23:32:02 -05:00
parent fdcb3dc34f
commit ed1d34accc
15 changed files with 54 additions and 50 deletions

View file

@ -61,7 +61,6 @@ class TestShellDispatcher extends ShellDispatcher {
* @return void
*/
public function clear() {
}
/**
@ -96,6 +95,7 @@ class TestShellDispatcher extends ShellDispatcher {
}
return parent::_getShell($shell);
}
}
/**