Completed
Push — master ( fe2892...6427ed )
by Oleg
03:03
created
lib/WebMarketingROI/OptimizelyPHP/Resource/v2/Change.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -316,6 +316,9 @@  discard block
 block discarded – undo
316 316
         return $this->attributes;
317 317
     }
318 318
     
319
+    /**
320
+     * @param ChangeAttribute $attributes
321
+     */
319 322
     public function setAttributes($attributes)
320 323
     {
321 324
         $this->attributes = $attributes;
@@ -326,6 +329,9 @@  discard block
 block discarded – undo
326 329
         return $this->rearrange;
327 330
     }
328 331
     
332
+    /**
333
+     * @param string $rearrange
334
+     */
329 335
     public function setRearrange($rearrange)
330 336
     {
331 337
         $this->rearrange = $rearrange;
@@ -346,6 +352,9 @@  discard block
 block discarded – undo
346 352
         return $this->css;
347 353
     }
348 354
     
355
+    /**
356
+     * @param CssAttribute $css
357
+     */
349 358
     public function setCss($css)
350 359
     {
351 360
         $this->css = $css;
Please login to merge, or discard this patch.
lib/WebMarketingROI/OptimizelyPHP/Resource/v2/Experiment.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -346,6 +346,9 @@
 block discarded – undo
346 346
         return $this->schedule;
347 347
     }
348 348
     
349
+    /**
350
+     * @param Schedule $schedule
351
+     */
349 352
     public function setSchedule($schedule)
350 353
     {
351 354
         $this->schedule = $schedule;
Please login to merge, or discard this patch.