Merge in 5.20
[civicrm-core.git] / Civi / Test.php
index 8e44fcd5094fdd6bf3346cd22660c677dc003caa..51d929054daba3313c9292e58342d8456100655c 100644 (file)
@@ -45,7 +45,7 @@ class Test {
   /**
    * Get a connection to the test database.
    *
-   * @return PDO
+   * @return \PDO
    */
   public static function pdo() {
     if (!isset(self::$singletons['pdo'])) {
@@ -127,7 +127,6 @@ class Test {
     return self::$singletons['schema'];
   }
 
-
   /**
    * @return \Civi\Test\Data
    */