Remove code coverage ignore annotations

This commit is contained in:
Timothy Warren 2017-03-24 08:49:39 -04:00
parent e7aba2a256
commit f3df8f1588
4 changed files with 8 additions and 12 deletions

View File

@ -94,7 +94,6 @@ class Controller {
/**
* Show the login form
*
* @codeCoverageIgnore
* @param string $status
* @return void
*/

View File

@ -300,7 +300,6 @@ trait ControllerTrait {
/**
* Add a message box to the page
*
* @codeCoverageIgnore
* @param HtmlView $view
* @param string $type
* @param string $message

View File

@ -106,7 +106,6 @@ class Dispatcher extends RoutingBase {
/**
* Handle the current route
*
* @codeCoverageIgnore
* @param object|null $route
* @return void
*/

View File

@ -24,7 +24,6 @@ class API extends AbstractModel {
/**
* Sort the list entries by their title
*
* @codeCoverageIgnore
* @param array $array
* @param string $sortKey
* @return void