Completed
Push — master ( 6efea1...0e768a )
by Simonas
04:33 queued 10s
created
Service/Json/JsonReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
     /**
191 191
      * Returns parsed current line.
192 192
      *
193
-     * @return mixed
193
+     * @return string
194 194
      */
195 195
     public function current()
196 196
     {
Please login to merge, or discard this patch.
Command/DocumentGenerateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -262,7 +262,7 @@
 block discarded – undo
262 262
      * @param array  $properties
263 263
      * @param string $annotation
264 264
      *
265
-     * @return string
265
+     * @return boolean
266 266
      */
267 267
     private function isUniqueAnnotation($properties, $annotation)
268 268
     {
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
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
      *
135 135
      * @param \ReflectionProperty $property
136 136
      *
137
-     * @return Property|object|null
137
+     * @return \ReflectionProperty
138 138
      */
139 139
     private function getPropertyAnnotationData(\ReflectionProperty $property)
140 140
     {
@@ -325,6 +325,7 @@  discard block
 block discarded – undo
325 325
      *
326 326
      * @param \ReflectionClass $reflectionClass
327 327
      * @param string           $property
328
+     * @param string|null $propertyType
328 329
      *
329 330
      * @return array
330 331
      */
Please login to merge, or discard this patch.
Profiler/ElasticsearchProfiler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     /**
89 89
      * Returns total time queries took.
90 90
      *
91
-     * @return string
91
+     * @return double
92 92
      */
93 93
     public function getTime()
94 94
     {
Please login to merge, or discard this patch.
Service/Repository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @return array
76
+     * @return string
77 77
      */
78 78
     public function getType()
79 79
     {
@@ -386,7 +386,7 @@  discard block
 block discarded – undo
386 386
      *
387 387
      * @param string $className
388 388
      *
389
-     * @return array
389
+     * @return string
390 390
      */
391 391
     private function resolveType($className)
392 392
     {
Please login to merge, or discard this patch.