Merge pull request #4958 from pratikshad/code-cleanup-batch-19
[civicrm-core.git] / tests / phpunit / Utils.php
index 51ac65e77d01c588dc9c72ad181dab13e255412b..cfc7d1dae4472f6163d1f9060f27bdf2e8d1e0f3 100644 (file)
@@ -44,6 +44,10 @@ class Utils {
 
   /**
    *  Construct an object for this database
+   * @param $host
+   * @param $port
+   * @param $user
+   * @param $pass
    */
   public function __construct($host, $port, $user, $pass) {
     try {