@@ -304,7 +304,7 @@ |
||
304 | 304 | * |
305 | 305 | * @param \AppserverIo\Lang\Reflection\ClassInterface $reflectionClass The reflection class with the bean configuration |
306 | 306 | * |
307 | - * @return \AppserverIo\Routlt\Description\PathDescriptorInterface The initialized descriptor |
|
307 | + * @return null|PathDescriptor The initialized descriptor |
|
308 | 308 | */ |
309 | 309 | public function fromReflectionClass(ClassInterface $reflectionClass) |
310 | 310 | { |
@@ -144,7 +144,7 @@ |
||
144 | 144 | /** |
145 | 145 | * Returns the HTTP response code that has to be send. |
146 | 146 | * |
147 | - * @return integer The HTTP response code |
|
147 | + * @return string The HTTP response code |
|
148 | 148 | */ |
149 | 149 | public function getCode() |
150 | 150 | { |
@@ -66,7 +66,7 @@ |
||
66 | 66 | /** |
67 | 67 | * Initializes the instance with the configured result value. |
68 | 68 | * |
69 | - * @param \AppserverIo\Routlt\Description\\ResultDescriptorInterface $resultDescriptor The result descriptor instance |
|
69 | + * @param ResultDescriptorInterface $resultDescriptor The result descriptor instance |
|
70 | 70 | */ |
71 | 71 | public function __construct(ResultDescriptorInterface $resultDescriptor) |
72 | 72 | { |