aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Lockdown
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Lockdown')
-rw-r--r--tests/lib/Lockdown/LockdownManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Lockdown/LockdownManagerTest.php b/tests/lib/Lockdown/LockdownManagerTest.php
index 7b52994d381..2f9a410b7e3 100644
--- a/tests/lib/Lockdown/LockdownManagerTest.php
+++ b/tests/lib/Lockdown/LockdownManagerTest.php
@@ -32,7 +32,7 @@ class LockdownManagerTest extends TestCase {
protected function setUp(): void {
parent::setUp();
- $this->sessionCallback = function() {
+ $this->sessionCallback = function () {
return $this->createMock(ISession::class);
};
}