mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 06:36:46 +02:00
Add property types to all properties where possible
This commit is contained in:
@@ -224,7 +224,7 @@ class LineFormatterTest extends TestCase
|
||||
|
||||
class TestFoo
|
||||
{
|
||||
public $foo = 'fooValue';
|
||||
public string $foo = 'fooValue';
|
||||
}
|
||||
|
||||
class TestBar
|
||||
|
Reference in New Issue
Block a user