Completed
Branch master (5887b2)
by Indra
04:10
created
Builder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Transform command to request.
33 33
      *
34
-     * @return Request
34
+     * @return \Closure
35 35
      */
36 36
     public function commandToRequestTransformer()
37 37
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     /**
86 86
      * Transform response to result.
87 87
      *
88
-     * @return Result
88
+     * @return \Closure
89 89
      */
90 90
     public function responseToResultTransformer()
91 91
     {
Please login to merge, or discard this patch.
Validator/Validator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     /**
128 128
      * Create ValidatorException.
129 129
      *
130
-     * @return ValidationException
130
+     * @return ValidatorException
131 131
      */
132 132
     public function createValidatorException()
133 133
     {
Please login to merge, or discard this patch.