@@ -155,7 +155,7 @@ discard block |
||
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 |
||
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 | { |