Test Failed
Push — master ( e58721...cb5b41 )
by Ryuichi
03:08 queued 34s
created
Modules/Exception/Extend/CollectionException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.
Modules/Exception/Extend/CsrfException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.
Modules/Exception/Extend/DatabaseException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.
Modules/Exception/Extend/ForbiddenAccessException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.
Modules/Exception/Extend/InvalidRequestException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.
Modules/Exception/Extend/IOException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.
Modules/Exception/Extend/MethodNotFoundException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.
Modules/Exception/Extend/ResourceNotFoundException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.
Modules/Exception/Extend/RouterException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
 {
14 14
     /**
15 15
      * constructor
16
+     * @param string $message
16 17
      */
17 18
     public function __construct($message = null)
18 19
     {
Please login to merge, or discard this patch.