feat(session): session cache and persistence #2781
coding-conventions.yml
on: pull_request
Run style check
27s
Run static analysis: PHPStan
41s
Annotations
11 errors
|
Run style check
Process completed with exit code 1.
|
|
Run static analysis: PHPStan:
tests/Integration/Http/FileSessionTest.php#L40
Class Tempest\Http\Session\Managers\FileSessionManager constructor invoked with 2 parameters, 3 required.
|
|
Run static analysis: PHPStan:
tests/Integration/Http/DatabaseSessionTest.php#L218
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
|
|
Run static analysis: PHPStan:
tests/Integration/Http/DatabaseSessionTest.php#L213
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
|
|
Run static analysis: PHPStan:
tests/Integration/Http/DatabaseSessionTest.php#L189
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
|
|
Run static analysis: PHPStan:
tests/Integration/Http/DatabaseSessionTest.php#L169
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
|
|
Run static analysis: PHPStan:
tests/Integration/Http/DatabaseSessionTest.php#L161
Call to an undefined method Tempest\Http\Session\SessionManager::isValid().
|
|
Run static analysis: PHPStan:
tests/Integration/Http/DatabaseSessionTest.php#L41
Class Tempest\Http\Session\Managers\DatabaseSessionManager constructor invoked with 3 parameters, 4 required.
|
|
Run static analysis: PHPStan:
tests/Integration/Http/CleanupSessionsCommandTest.php#L38
Call to an undefined method Tempest\Http\Session\SessionManager::set().
|
|
Run static analysis: PHPStan:
tests/Integration/Http/CleanupSessionsCommandTest.php#L34
Call to an undefined method Tempest\Http\Session\SessionManager::set().
|
|
Run static analysis: PHPStan:
tests/Integration/Auth/Authentication/SessionAuthenticatorTest.php#L48
Class Tempest\Http\Session\Managers\FileSessionManager constructor invoked with 2 parameters, 3 required.
|