summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Processor/GitProcessorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Monolog/Processor/GitProcessorTest.php')
-rw-r--r--tests/Monolog/Processor/GitProcessorTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Monolog/Processor/GitProcessorTest.php b/tests/Monolog/Processor/GitProcessorTest.php
index 5adb505..0059e6d 100644
--- a/tests/Monolog/Processor/GitProcessorTest.php
+++ b/tests/Monolog/Processor/GitProcessorTest.php
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
/*
* This file is part of the Monolog package.
@@ -11,7 +11,7 @@
namespace Monolog\Processor;
-use Monolog\TestCase;
+use Monolog\Test\TestCase;
class GitProcessorTest extends TestCase
{