diff --git a/Controller.php b/Controller.php index 422eb6e..5334979 100644 --- a/Controller.php +++ b/Controller.php @@ -95,6 +95,7 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 + * @codeCoverageIgnore */ public function viewProjectManagementList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -116,6 +117,7 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 + * @codeCoverageIgnore */ public function viewProjectManagementCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -134,6 +136,7 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 + * @codeCoverageIgnore */ public function viewProjectManagementProfile(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable {