Completed
Push — master ( 6efea1...0e768a )
by Simonas
04:33 queued 10s
created
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.