diff options
Diffstat (limited to 'includes/Storage/NameTableStore.php')
-rw-r--r-- | includes/Storage/NameTableStore.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/Storage/NameTableStore.php b/includes/Storage/NameTableStore.php index a6a8bd97a783..aa5ff54ee7a0 100644 --- a/includes/Storage/NameTableStore.php +++ b/includes/Storage/NameTableStore.php @@ -89,9 +89,9 @@ class NameTableStore { $table, $idField, $nameField, - callable $normalizationCallback = null, + ?callable $normalizationCallback = null, $dbDomain = false, - callable $insertCallback = null + ?callable $insertCallback = null ) { $this->loadBalancer = $dbLoadBalancer; $this->cache = $cache; |