Skip to content

Commit

Permalink
Fix PropertyNotSetInConstructor
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 17, 2024
1 parent 1953455 commit 3a72b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/Controller/AuthorizeTest.php
Expand Up @@ -20,10 +20,10 @@
*/
class AuthorizeTest extends TestCase
{
/** @var \SimpleSAML\Configuration */
/** @psalm-suppress PropertyNotSetInConstructor */
protected Configuration $config;

/** @var string */
/** @psalm-suppress PropertyNotSetInConstructor */
protected string $stateId;


Expand Down

0 comments on commit 3a72b07

Please sign in to comment.