Skip to content

Commit

Permalink
fixup! feat(app-framework): Add UseSession attribute to replace annot…
Browse files Browse the repository at this point in the history
…ation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Jan 26, 2023
1 parent 86eb840 commit 3780e64
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/lib/AppFramework/Middleware/SessionMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@
use Test\TestCase;

class SessionMiddlewareTest extends TestCase {
/** @var ControllerMethodReflector|MockObject */
private $reflector;
/** @var ISession|MockObject */
private ControllerMethodReflector|MockObject $reflector;
private ISession|MockObject $session;
/** @var Controller */
private $controller;
private Controller $controller;
private SessionMiddleware $middleware;

protected function setUp(): void {
Expand Down

0 comments on commit 3780e64

Please sign in to comment.