We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f8726 commit 95f4ea1Copy full SHA for 95f4ea1
src/Traits/EndpointTestCases.php
@@ -4,6 +4,7 @@
4
5
namespace Firehed\API\Traits;
6
7
+use Firehed\API\Interfaces\EndpointInterface;
8
use Firehed\Input\Interfaces\ValidationInterface;
9
use Firehed\Input\ValidationTestTrait;
10
@@ -22,7 +23,7 @@ trait EndpointTestCases
22
23
* Get the endpoint under test
24
* @return Interfaces\EndpointInterface
25
*/
- abstract protected function getEndpoint(): Interfaces\EndpointInterface;
26
+ abstract protected function getEndpoint(): EndpointInterface;
27
28
/**
29
* Because EndpointInterface extends ValidationInterface, provide the same
0 commit comments