We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34dc0ba + 0cceaf0 commit e88cfe6Copy full SHA for e88cfe6
Tests/Security/RememberMe/DoctrineTokenProviderTest.php
@@ -13,7 +13,7 @@
13
*/
14
class DoctrineTokenProviderTest extends TestCase
15
{
16
- public static function setUpBeforeClass()
+ public static function setUpBeforeClass(): void
17
18
if (\PHP_VERSION_ID >= 80000) {
19
self::markTestSkipped('Doctrine DBAL 2.x is incompatible with PHP 8.');
0 commit comments