Skip to content

Commit 5541efd

Browse files
committed
fix AddPathPluginSpec for strict return types
1 parent b9a862c commit 5541efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/Plugin/AddPathPluginSpec.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function it_removes_ending_slashes(
6363
$uri->getPath()->shouldBeCalled()->willReturn('/users');
6464

6565
$this->beConstructedWith($host);
66-
$this->handleRequest($request, function () {}, function () {});
66+
$this->handleRequest($request, PluginStub::next(), function () {});
6767
}
6868

6969
public function it_throws_exception_on_empty_path(UriInterface $host)

0 commit comments

Comments
 (0)