summaryrefslogtreecommitdiffstats
path: root/src/Monolog/Handler/AbstractHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Monolog/Handler/AbstractHandler.php')
-rw-r--r--src/Monolog/Handler/AbstractHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Monolog/Handler/AbstractHandler.php b/src/Monolog/Handler/AbstractHandler.php
index ef6015e..ea79ec9 100644
--- a/src/Monolog/Handler/AbstractHandler.php
+++ b/src/Monolog/Handler/AbstractHandler.php
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
/*
* This file is part of the Monolog package.