summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/PHPConsoleHandlerTest.php
diff options
context:
space:
mode:
authorJordi Boggiano <j.boggiano@seld.be>2016-05-27 13:44:00 +0100
committerJordi Boggiano <j.boggiano@seld.be>2016-05-27 13:44:00 +0100
commit21dde4dedbbbefe3f8055ce5c1d4aaf8516d9ec6 (patch)
treee2c03f444c28b12c355ce4bc7268241d5f5848fb /tests/Monolog/Handler/PHPConsoleHandlerTest.php
parent788902b32098ca2bc4f9c5ec278110fadf401ed8 (diff)
downloadmonolog-21dde4dedbbbefe3f8055ce5c1d4aaf8516d9ec6.zip
monolog-21dde4dedbbbefe3f8055ce5c1d4aaf8516d9ec6.tar.gz
monolog-21dde4dedbbbefe3f8055ce5c1d4aaf8516d9ec6.tar.bz2
Move to strict mode and fix tests
Diffstat (limited to 'tests/Monolog/Handler/PHPConsoleHandlerTest.php')
-rw-r--r--tests/Monolog/Handler/PHPConsoleHandlerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Monolog/Handler/PHPConsoleHandlerTest.php b/tests/Monolog/Handler/PHPConsoleHandlerTest.php
index ffdb0c6..0836b99 100644
--- a/tests/Monolog/Handler/PHPConsoleHandlerTest.php
+++ b/tests/Monolog/Handler/PHPConsoleHandlerTest.php
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
/*
* This file is part of the Monolog package.