Completed
Branch master (3c9467)
by reallyli
10:45
created
src/Tester.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,6 +140,7 @@  discard block
 block discarded – undo
140 140
     /**
141 141
      * Mark a goal as completed for the current experiment.
142 142
      *
143
+     * @param string $name
143 144
      * @return void
144 145
      */
145 146
     public function complete($name)
@@ -233,6 +234,7 @@  discard block
 block discarded – undo
233 234
     /**
234 235
      * Prepare an experiment for this session.
235 236
      *
237
+     * @param string $experiment
236 238
      * @return string
237 239
      */
238 240
     protected function nextExperiment($experiment = null)
@@ -274,7 +276,7 @@  discard block
 block discarded – undo
274 276
     /**
275 277
      * Check if there are active experiments.
276 278
      *
277
-     * @return string
279
+     * @return boolean
278 280
      */
279 281
     public function hasExperiments()
280 282
     {
Please login to merge, or discard this patch.