@@ -194,7 +194,7 @@ |
||
194 | 194 | /** |
195 | 195 | * 指定された複数ディレクトリのうち、いずれかのディレクトリ以下にファイルが存在するかを確認。 |
196 | 196 | * |
197 | - * @param $form FormInterface |
|
197 | + * @param FormInterface $form FormInterface |
|
198 | 198 | * @param $dirs array |
199 | 199 | */ |
200 | 200 | private function validateFilePath($form, $dirs) |
@@ -456,6 +456,9 @@ discard block |
||
456 | 456 | $I->see('[1]'); |
457 | 457 | } |
458 | 458 | |
459 | + /** |
|
460 | + * @param string $fileName |
|
461 | + */ |
|
459 | 462 | private function publishPlugin($fileName) |
460 | 463 | { |
461 | 464 | copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -602,6 +605,9 @@ discard block |
||
602 | 605 | /** @var Store_Plugin */ |
603 | 606 | protected $dependency; |
604 | 607 | |
608 | + /** |
|
609 | + * @param string $code |
|
610 | + */ |
|
605 | 611 | public function __construct(AcceptanceTester $I, $code, Store_Plugin $dependency = null) |
606 | 612 | { |
607 | 613 | parent::__construct($I); |
@@ -734,6 +740,9 @@ discard block |
||
734 | 740 | return $this; |
735 | 741 | } |
736 | 742 | |
743 | + /** |
|
744 | + * @param string $fileName |
|
745 | + */ |
|
737 | 746 | protected function publishPlugin($fileName) |
738 | 747 | { |
739 | 748 | $published = copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -752,6 +761,9 @@ discard block |
||
752 | 761 | /** @var string */ |
753 | 762 | private $code; |
754 | 763 | |
764 | + /** |
|
765 | + * @param string $code |
|
766 | + */ |
|
755 | 767 | public function __construct(AcceptanceTester $I, $code) |
756 | 768 | { |
757 | 769 | parent::__construct($I); |