Completed
Push — master ( 54fa46...73d26f )
by Vladimir
02:25
created
src/Object/Website.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,6 @@  discard block
 block discarded – undo
106 106
     /**
107 107
      * Compile the website.
108 108
      *
109
-     * @param bool $cleanDirectory Clean the target directing before rebuilding
110 109
      * @param bool $tracking       Whether or not to keep track of files as they're compiled to save time in 'watch'
111 110
      */
112 111
     public function build ($tracking = false)
@@ -300,6 +299,9 @@  discard block
 block discarded – undo
300 299
         $this->noClean = $noClean;
301 300
     }
302 301
 
302
+    /**
303
+     * @param string $filePath
304
+     */
303 305
     private function modificationWatcher ($filePath)
304 306
     {
305 307
         $this->output->writeln(sprintf("File change detected: %s", $filePath));
Please login to merge, or discard this patch.