Completed
Push — master ( b534db...688c46 )
by Tim
40s
created
src/AppserverIo/Routlt/Description/ResultConfigurationDescriptor.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * Returns the HTTP response code that has to be send.
120 120
      *
121
-     * @return integer The HTTP response code
121
+     * @return string The HTTP response code
122 122
      */
123 123
     public function getCode()
124 124
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     /**
129 129
      * Returns a new descriptor instance.
130 130
      *
131
-     * @return \AppserverIo\Routlt\Description\ResultDescriptorInterface The descriptor instance
131
+     * @return ResultConfigurationDescriptor The descriptor instance
132 132
      */
133 133
     public static function newDescriptorInstance()
134 134
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
      *
164 164
      * @param \AppserverIo\Lang\Reflection\AnnotationInterface $reflectionAnnotation The reflection annotation with the result configuration
165 165
      *
166
-     * @return \AppserverIo\Routlt\Description\ResultDescriptorInterface The initialized descriptor
166
+     * @return ResultConfigurationDescriptor The initialized descriptor
167 167
      */
168 168
     public function fromReflectionAnnotation(AnnotationInterface $reflectionAnnotation)
169 169
     {
Please login to merge, or discard this patch.
src/AppserverIo/Routlt/Description/ResultDescriptor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      *
103 103
      * @param \AppserverIo\Lang\Reflection\ClassInterface $reflectionClass The reflection class with the bean configuration
104 104
      *
105
-     * @return \AppserverIo\Routlt\Description\PathDescriptorInterface The initialized descriptor
105
+     * @return null|ResultDescriptor The initialized descriptor
106 106
      */
107 107
     public function fromReflectionClass(ClassInterface $reflectionClass)
108 108
     {
Please login to merge, or discard this patch.