diff options
Diffstat (limited to 'src/Monolog/Handler/ProcessableHandlerInterface.php')
-rw-r--r-- | src/Monolog/Handler/ProcessableHandlerInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Monolog/Handler/ProcessableHandlerInterface.php b/src/Monolog/Handler/ProcessableHandlerInterface.php index 3943967..59ec982 100644 --- a/src/Monolog/Handler/ProcessableHandlerInterface.php +++ b/src/Monolog/Handler/ProcessableHandlerInterface.php @@ -1,4 +1,4 @@ -<?php +<?php declare(strict_types=1); /* * This file is part of the Monolog package. |