Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
R0Wi authored and github-actions[bot] committed Dec 24, 2024
1 parent b6165aa commit ce561fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Notification/NotificationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static function setUpBeforeClass() : void {
// We use a faked notification receiver app to keep track of any notifications created
\OC::$server->get(\OCP\Notification\IManager::class)->registerApp(AppFake::class);
self::$appFake = \OC::$server->get(AppFake::class);
}
}

protected function setUp() : void {
parent::setUp();
Expand Down

0 comments on commit ce561fc

Please sign in to comment.