Skip to content

Commit

Permalink
trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 18, 2024
1 parent fdac23c commit 293268f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/SAML2/Assertion/ProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ final class ProcessorTest extends MockeryTestCase
{
private static Processor $processor;

/** @var \SimpleSAML\SAML2\Assertion\Decrypter|\Mockery\MockInterface */
private static Decrypter $decrypter;
private static $decrypter;


public static function setUpBeforeClass(): void
Expand Down

0 comments on commit 293268f

Please sign in to comment.