mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 00:03:12 +08:00
Enforced property types comments in one line
This commit is contained in:
@@ -12,9 +12,7 @@ use Zend\Diactoros\Response as DiactResp;
|
||||
|
||||
class QrCodeCacheMiddleware implements MiddlewareInterface
|
||||
{
|
||||
/**
|
||||
* @var Cache
|
||||
*/
|
||||
/** @var Cache */
|
||||
private $cache;
|
||||
|
||||
public function __construct(Cache $cache)
|
||||
|
||||
Reference in New Issue
Block a user