Skip to content
Snippets Groups Projects
Commit f0651755 authored by Peter Majmesku's avatar Peter Majmesku
Browse files

Added return type

parent a562ad1c
No related branches found
Tags 8.x-2.30
No related merge requests found
......@@ -288,7 +288,7 @@ class NodeAccess {
return 'Processed node ' . $nid;
}
public function rebuildAccess() {
public function rebuildAccess(): void {
$nids = $this->getNidsForAccessRebuild();
if (count($nids) > 50) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment