Completed
Push — master ( c82f1b...c3956a )
by Tim
12s
created
src/AppserverIo/Routlt/Description/ResultConfigurationDescriptor.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * Returns the HTTP response code that has to be send.
119 119
      *
120
-     * @return integer The HTTP response code
120
+     * @return string The HTTP response code
121 121
      */
122 122
     public function getCode()
123 123
     {
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     /**
128 128
      * Returns a new descriptor instance.
129 129
      *
130
-     * @return \AppserverIo\Routlt\Description\ResultDescriptorInterface The descriptor instance
130
+     * @return ResultConfigurationDescriptor The descriptor instance
131 131
      */
132 132
     public static function newDescriptorInstance()
133 133
     {
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
      *
163 163
      * @param \AppserverIo\Routlt\Annotations\Result $annotation The result annotation with the result configuration
164 164
      *
165
-     * @return \AppserverIo\Routlt\Description\ResultDescriptorInterface The initialized descriptor
165
+     * @return ResultConfigurationDescriptor The initialized descriptor
166 166
      */
167 167
     public function fromAnnotation(Result $annotation)
168 168
     {
Please login to merge, or discard this patch.