forked from wallabag/wallabag
Migrate to readonly properties
This commit is contained in:
@ -22,7 +22,7 @@ class UsernameFeedTokenConverter implements ParamConverterInterface
|
||||
* @param ManagerRegistry $registry Manager registry
|
||||
*/
|
||||
public function __construct(
|
||||
private ?ManagerRegistry $registry = null,
|
||||
private readonly ?ManagerRegistry $registry = null,
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user