Completed
Push — master ( b785dd...3df4eb )
by Vladimir
03:46
created
src/allejo/stakx/Website.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -329,6 +329,9 @@  discard block
 block discarded – undo
329 329
         $this->confLess = $status;
330 330
     }
331 331
 
332
+    /**
333
+     * @param string $filePath
334
+     */
332 335
     private function creationWatcher($filePath)
333 336
     {
334 337
         $this->output->writeln(sprintf('File creation detected: %s', $filePath));
@@ -370,6 +373,9 @@  discard block
 block discarded – undo
370 373
         }
371 374
     }
372 375
 
376
+    /**
377
+     * @param string $filePath
378
+     */
373 379
     private function modificationWatcher($filePath)
374 380
     {
375 381
         $this->output->writeln(sprintf('File change detected: %s', $filePath));
Please login to merge, or discard this patch.