Completed
Pull Request — master (#12)
by Mauro
02:28
created
src/Laboratory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * Retrieve registers journals.
57 57
      *
58
-     * @return array
58
+     * @return Journal[]
59 59
      */
60 60
     public function getJournals()
61 61
     {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      *
68 68
      * @param string $name
69 69
      *
70
-     * @return mixed
70
+     * @return Experiment
71 71
      */
72 72
     public function experiment($name)
73 73
     {
Please login to merge, or discard this patch.