From c10906e56e9f0dc7539f1711f7d46195676fc422 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 21 Aug 2018 10:25:32 +0100
Subject: [PATCH] Remove string typehint

---
 tests/Unit/Service/PartialsTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Unit/Service/PartialsTest.php b/tests/Unit/Service/PartialsTest.php
index 702c3e6..71e7f82 100644
--- a/tests/Unit/Service/PartialsTest.php
+++ b/tests/Unit/Service/PartialsTest.php
@@ -29,7 +29,7 @@ class FakePartials extends Partials
     /**
      * {@inheritdoc}
      */
-    protected function getFilePattern(string $directoryName)
+    protected function getFilePattern($directoryName)
     {
         return __DIR__ . '/../../stubs/filters/*.php';
     }