move forking code to separate class
[phorkie.git] / src / phorkie / Repository.php
index 995a16d01282272b381467496e7a183c8156c27a..43f2b23dddf0be98f7ac56626cd1cc506be35541 100644 (file)
@@ -104,6 +104,11 @@ class Repository
         $this->hash = $output;
     }
 
+       /**
+     * Populates $this->message
+     *
+     * @return void
+     */
     public function loadMessage()
     {
         $rev = (isset($this->hash)) ? $this->hash : 'HEAD';