mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 02:10:22 +02:00
Wrap up type-hint adding to all handlers
This commit is contained in:
@@ -23,7 +23,7 @@ class SyslogUdpHandlerTest extends TestCase
|
||||
*/
|
||||
public function testWeValidateFacilities()
|
||||
{
|
||||
$handler = new SyslogUdpHandler("ip", null, "invalidFacility");
|
||||
$handler = new SyslogUdpHandler("ip", 514, "invalidFacility");
|
||||
}
|
||||
|
||||
public function testWeSplitIntoLines()
|
||||
|
Reference in New Issue
Block a user