Completed
Push — dev/plugin-misc ( 25e329...80e15a )
by Kiyotaka
37:50 queued 24:50
created
codeception/acceptance/EA10PluginCest.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -253,6 +253,9 @@  discard block
 block discarded – undo
253 253
         $I->assertFileNotExists($updatedPath);
254 254
     }
255 255
 
256
+    /**
257
+     * @param string $fileName
258
+     */
256 259
     private function publishPlugin($fileName)
257 260
     {
258 261
         copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName);
@@ -365,6 +368,9 @@  discard block
 block discarded – undo
365 368
 
366 369
     private $code;
367 370
 
371
+    /**
372
+     * @param string $code
373
+     */
368 374
     public function __construct(AcceptanceTester $I, $code)
369 375
     {
370 376
         parent::__construct($I);
@@ -486,6 +492,9 @@  discard block
 block discarded – undo
486 492
         return $this;
487 493
     }
488 494
 
495
+    /**
496
+     * @param string $fileName
497
+     */
489 498
     private function publishPlugin($fileName)
490 499
     {
491 500
         $published = copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName);
@@ -509,6 +518,9 @@  discard block
 block discarded – undo
509 518
     /** @var string */
510 519
     private $code;
511 520
 
521
+    /**
522
+     * @param string $code
523
+     */
512 524
     public function __construct(AcceptanceTester $I, $code)
513 525
     {
514 526
         parent::__construct($I);
Please login to merge, or discard this patch.