Test Failed
Branch master (81723e)
by Sergey
06:28 queued 04:18
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @param string $nameStream Name stream
37 37
      *
38
-     * @return mixed
38
+     * @return Stream
39 39
      */
40 40
     public function stream(string $nameStream)
41 41
     {
Please login to merge, or discard this patch.
src/Hydrator/CollectionHydrator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * @param array  $data  Data
17 17
      * @param string $class Class Collection
18 18
      *
19
-     * @return mixed
19
+     * @return Collection
20 20
      * @throws \ErrorException
21 21
      */
22 22
     public function hydrate(array $data, string $class) : Collection
Please login to merge, or discard this patch.