Completed
Pull Request — master (#641)
by
unknown
02:26
created
Service/Repository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @return array
75
+     * @return string
76 76
      */
77 77
     public function getType()
78 78
     {
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
      *
85 85
      * @param string $id Document ID to find
86 86
      *
87
-     * @return object
87
+     * @return null|\ReflectionClass
88 88
      */
89 89
     public function find($id)
90 90
     {
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
      *
277 277
      * @param string $className
278 278
      *
279
-     * @return array
279
+     * @return string
280 280
      */
281 281
     private function resolveType($className)
282 282
     {
Please login to merge, or discard this patch.
Mapping/DocumentParser.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
      *
133 133
      * @param \ReflectionProperty $property
134 134
      *
135
-     * @return Property|null
135
+     * @return \ReflectionProperty
136 136
      */
137 137
     private function getPropertyAnnotationData(\ReflectionProperty $property)
138 138
     {
@@ -295,6 +295,7 @@  discard block
 block discarded – undo
295 295
      *
296 296
      * @param \ReflectionClass $reflectionClass
297 297
      * @param string           $property
298
+     * @param string|null $propertyType
298 299
      *
299 300
      * @return array
300 301
      */
Please login to merge, or discard this patch.