Version 5.1 - All the GraphQL #32
@ -94,7 +94,6 @@ class Controller {
|
||||
/**
|
||||
* Show the login form
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @param string $status
|
||||
* @return void
|
||||
*/
|
||||
|
@ -300,7 +300,6 @@ trait ControllerTrait {
|
||||
/**
|
||||
* Add a message box to the page
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @param HtmlView $view
|
||||
* @param string $type
|
||||
* @param string $message
|
||||
|
@ -106,7 +106,6 @@ class Dispatcher extends RoutingBase {
|
||||
/**
|
||||
* Handle the current route
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @param object|null $route
|
||||
* @return void
|
||||
*/
|
||||
|
@ -24,7 +24,6 @@ class API extends AbstractModel {
|
||||
/**
|
||||
* Sort the list entries by their title
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @param array $array
|
||||
* @param string $sortKey
|
||||
* @return void
|
||||
|
Loading…
Reference in New Issue
Block a user