mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Enforced property types comments in one line
This commit is contained in:
@@ -14,13 +14,9 @@ use Zend\Diactoros\ServerRequestFactory;
|
||||
|
||||
class CreateShortUrlContentNegotiationMiddlewareTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var CreateShortUrlContentNegotiationMiddleware
|
||||
*/
|
||||
/** @var CreateShortUrlContentNegotiationMiddleware */
|
||||
private $middleware;
|
||||
/**
|
||||
* @var RequestHandlerInterface
|
||||
*/
|
||||
/** @var RequestHandlerInterface */
|
||||
private $requestHandler;
|
||||
|
||||
public function setUp()
|
||||
|
||||
Reference in New Issue
Block a user