Fix PhanTypeMismatchDeclaredParam
[lhc/web/wiklou.git] / includes / libs / rdbms / exception / DBConnectionError.php
index 4c5bc9a..4ed2b31 100644 (file)
@@ -25,7 +25,7 @@ namespace Wikimedia\Rdbms;
  */
 class DBConnectionError extends DBExpectedError {
        /**
-        * @param IDatabase $db Object throwing the error
+        * @param IDatabase|null $db Object throwing the error
         * @param string $error Error text
         */
        public function __construct( IDatabase $db = null, $error = 'unknown error' ) {