From 0e12973e35461c29a4668bad21e0a2b1427ce938 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 20 Dec 2018 13:11:12 +0100 Subject: [PATCH] fix cs issue --- spec/Plugin/AddPathPluginSpec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Plugin/AddPathPluginSpec.php b/spec/Plugin/AddPathPluginSpec.php index 414fa04..6491069 100644 --- a/spec/Plugin/AddPathPluginSpec.php +++ b/spec/Plugin/AddPathPluginSpec.php @@ -46,7 +46,7 @@ public function it_adds_path( $this->handleRequest($request, PluginStub::next(), function () {}); } - function it_removes_ending_slashes( + public function it_removes_ending_slashes( RequestInterface $request, UriInterface $host, UriInterface $host2,