1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 21:26:48 +02:00

feat(flextype): use union type

This commit is contained in:
Awilum
2022-07-06 20:28:19 +03:00
parent bebbac4b31
commit 34c3829977

View File

@@ -34,7 +34,7 @@ final class Flextype
*
* @var Flextype|null
*/
private static ?Flextype $instance = null;
private static Flextype|null $instance = null;
/**
* The Flextype Application.