Completed
Push — dev/plugin-misc ( 2b845e...8786ba )
by Kiyotaka
05:38
created
codeception/acceptance/EA10PluginCest.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -367,6 +367,9 @@  discard block
 block discarded – undo
367 367
         $Horizon->検証();
368 368
     }
369 369
 
370
+    /**
371
+     * @param string $fileName
372
+     */
370 373
     private function publishPlugin($fileName)
371 374
     {
372 375
         copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName);
@@ -510,6 +513,9 @@  discard block
 block discarded – undo
510 513
     /** @var Store_Plugin */
511 514
     protected $dependency;
512 515
 
516
+    /**
517
+     * @param string $code
518
+     */
513 519
     public function __construct(AcceptanceTester $I, $code, Store_Plugin $dependency = null)
514 520
     {
515 521
         parent::__construct($I);
@@ -642,6 +648,9 @@  discard block
 block discarded – undo
642 648
         return $this;
643 649
     }
644 650
 
651
+    /**
652
+     * @param string $fileName
653
+     */
645 654
     protected function publishPlugin($fileName)
646 655
     {
647 656
         $published = copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName);
@@ -663,6 +672,9 @@  discard block
 block discarded – undo
663 672
     /** @var string */
664 673
     private $code;
665 674
 
675
+    /**
676
+     * @param string $code
677
+     */
666 678
     public function __construct(AcceptanceTester $I, $code)
667 679
     {
668 680
         parent::__construct($I);
Please login to merge, or discard this patch.