corrected spacing to PEAR standards
[phorkie.git] / src / phorkie / Repository.php
index 995a16d01282272b381467496e7a183c8156c27a..4ac5ae71e7cd5c1930d003e8f75db525f160dd55 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';