Completed
Push — di ( f3b698...546a0f )
by Tim
03:40
created
src/AppserverIo/Routlt/Description/ResultDescriptor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     /**
156 156
      * Returns the HTTP response code that has to be send.
157 157
      *
158
-     * @return integer The HTTP response code
158
+     * @return string The HTTP response code
159 159
      */
160 160
     public function getCode()
161 161
     {
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      *
190 190
      * @param \AppserverIo\Lang\Reflection\ClassInterface $reflectionClass The reflection class with the bean configuration
191 191
      *
192
-     * @return \AppserverIo\Routlt\Description\PathDescriptorInterface The initialized descriptor
192
+     * @return null|ResultDescriptor The initialized descriptor
193 193
      */
194 194
     public function fromReflectionClass(ClassInterface $reflectionClass)
195 195
     {
Please login to merge, or discard this patch.