Skip to content
Snippets Groups Projects
Commit 8372ecc8 authored by Gnanagowthaman Sankar's avatar Gnanagowthaman Sankar Committed by Bojan Bogdanovic
Browse files

Issue #3439309: Typed property must not be accessed.

parent 7340c69e
No related branches found
No related tags found
1 merge request!124Issue #3439309: Typed property must not be accessed.
Pipeline #240468 passed with warnings
......@@ -22,7 +22,7 @@ class ResourceServer implements ResourceServerInterface {
*
* @var \League\OAuth2\Server\ResourceServer|null
*/
protected ?LeagueResourceServer $subject;
protected ?LeagueResourceServer $subject = NULL;
/**
* The message factory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment