Passed
Push — master ( 3b6807...9d591e )
by Mikael
01:57
created
src/Controller/SampleController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,6 @@
 block discarded – undo
146 146
      * deal with type check within the action method and throuw exceptions
147 147
      * when the expected type is not met.
148 148
      *
149
-     * @param mixed $value with a default string.
150 149
      *
151 150
      * @return string
152 151
      */
Please login to merge, or discard this patch.
src/Controller/ErrorHandlerController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
      * Add internal routes for 403, 404 and 500 that provides a page with
20 20
      * error information, using the default page layout.
21 21
      *
22
-     * @param string $message with details.
23 22
      *
24 23
      * @throws Anax\Route\Exception\NotFoundException
25 24
 
Please login to merge, or discard this patch.
src/Controller/SampleAppController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,6 @@
 block discarded – undo
146 146
      * deal with type check within the action method and throuw exceptions
147 147
      * when the expected type is not met.
148 148
      *
149
-     * @param mixed $value with a default string.
150 149
      *
151 150
      * @return string
152 151
      */
Please login to merge, or discard this patch.