@@ -329,6 +329,9 @@ discard block |
||
| 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 |
||
| 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)); |