1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-22 04:43:12 +02:00

Move phpdoc to native types

This commit is contained in:
Jordi Boggiano
2022-04-20 09:21:58 +02:00
parent 2695fa86cd
commit 7952a83e0c
117 changed files with 432 additions and 766 deletions

View File

@@ -25,10 +25,7 @@ class FleepHookHandlerTest extends TestCase
*/
const TOKEN = '123abc';
/**
* @var FleepHookHandler
*/
private $handler;
private FleepHookHandler $handler;
public function setUp(): void
{