Fix PhanTypeMismatchDeclaredParam
[lhc/web/wiklou.git] / includes / logging / LogEntry.php
index e9e338d..39e679b 100644 (file)
@@ -625,7 +625,7 @@ class ManualLogEntry extends LogEntryBase {
        /**
         * Insert the entry into the `logging` table.
         *
-        * @param IDatabase $dbw
+        * @param IDatabase|null $dbw
         * @return int ID of the log entry
         * @throws MWException
         */