From f19221d9d598e1b3a5ec50012e082b77ed4d4a8f Mon Sep 17 00:00:00 2001 From: iamlkeno Date: Mon, 22 Apr 2019 08:59:09 -0300 Subject: [PATCH] Update parameter type capitalization --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index 161e0486..f8738259 100644 --- a/islandora.module +++ b/islandora.module @@ -920,7 +920,7 @@ function islandora_object_datastream_tokened_access_callback($perm, $object = NU * * @param array $perms * Array of user permission to test for. - * @param AbstractObject|bool|NULL $object + * @param AbstractObject|bool|null $object * The object to test, if NULL or false given the object doesn't exist or is * inaccessible. *