mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-21 20:35:17 +02:00
Add property types to all properties where possible
This commit is contained in:
@@ -118,7 +118,7 @@ class WebProcessorTest extends TestCase
|
||||
|
||||
public function testInvalidData()
|
||||
{
|
||||
$this->expectException(\UnexpectedValueException::class);
|
||||
$this->expectException(\TypeError::class);
|
||||
|
||||
new WebProcessor(new \stdClass);
|
||||
}
|
||||
|
Reference in New Issue
Block a user