[NFC] formatting on test class cleanup
[civicrm-core.git] / Civi / Test / DbTestTrait.php
index 06b5e60b3c635fefcd663156b0d9ad82248bc7c2..3e97931cfe078e6b2c453e2440dc15dd73a6098c 100644 (file)
@@ -169,10 +169,13 @@ trait DbTestTrait {
    *
    * Example: $this->assertSql(2, 'select count(*) from foo where foo.bar like "%1"',
    * array(1 => array("Whiz", "String")));
+   *
    * @param $expected
    * @param $query
    * @param array $params
    * @param string $message
+   *
+   * @throws \Exception
    */
   public function assertDBQuery($expected, $query, $params = array(), $message = '') {
     if ($message) {