Merge pull request #21945 from masetto/profile-data-attribute
[civicrm-core.git] / Civi / Test.php
index a0d67697470284b41d3fd5fc4909198b8659d3d0..3deca30fbc2862b12cc7a928e51e2eb83de0918b 100644 (file)
@@ -50,7 +50,7 @@ class Test {
   /**
    * Get the data source used for testing.
    *
-   * @param string|NULL $part
+   * @param string|null $part
    *   One of NULL, 'hostspec', 'port', 'username', 'password', 'database'.
    * @return string|array|NULL
    *   If $part is omitted, return full DSN array.