summaryrefslogtreecommitdiffstats
path: root/tests/lib/App/AppManagerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/App/AppManagerTest.php')
-rw-r--r--tests/lib/App/AppManagerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/App/AppManagerTest.php b/tests/lib/App/AppManagerTest.php
index 56a20a14300..1a5d6c648a1 100644
--- a/tests/lib/App/AppManagerTest.php
+++ b/tests/lib/App/AppManagerTest.php
@@ -465,7 +465,7 @@ class AppManagerTest extends TestCase {
$manager->expects($this->any())
->method('getAppInfo')
->willReturnCallback(
- function($appId) use ($appInfos) {
+ function ($appId) use ($appInfos) {
return $appInfos[$appId];
}
);
@@ -514,7 +514,7 @@ class AppManagerTest extends TestCase {
$manager->expects($this->any())
->method('getAppInfo')
->willReturnCallback(
- function($appId) use ($appInfos) {
+ function ($appId) use ($appInfos) {
return $appInfos[$appId];
}
);