mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Added property types to all non-deprecated classes
This commit is contained in:
@@ -22,10 +22,8 @@ class BackwardsCompatibleProblemDetailsMiddleware implements MiddlewareInterface
|
||||
'message' => 'detail',
|
||||
];
|
||||
|
||||
/** @var array */
|
||||
private $defaultTypeFallbacks;
|
||||
/** @var int */
|
||||
private $jsonFlags;
|
||||
private array $defaultTypeFallbacks;
|
||||
private int $jsonFlags;
|
||||
|
||||
public function __construct(array $defaultTypeFallbacks, int $jsonFlags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user