X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdb%2FPatchFileLocation.php;h=d2787fae914b7c54c3b5650d6c25ff5e4b05fd5c;hb=46b3f75785ae70a11c08368f63aba7802eebc422;hp=013724c343a4fbbca9d4f4fee340cefce752ee66;hpb=f459a71f75941a83335d6d63ee12079a4b586793;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/PatchFileLocation.php b/includes/db/PatchFileLocation.php index 013724c343..d2787fae91 100644 --- a/includes/db/PatchFileLocation.php +++ b/includes/db/PatchFileLocation.php @@ -45,7 +45,7 @@ trait PatchFileLocation { * * @param IDatabase $db * @param string $name The script name (relative to $patchDir, without the '.sql' suffix) - * @param string $patchDir The directory to find the script in. Use __DIR__ to search in the + * @param string|null $patchDir The directory to find the script in. Use __DIR__ to search in the * directory the calling code is located in. If omitted, the "maintenance" * directory will be used, where the scripts used by the updater are located. *