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:
@@ -34,7 +34,7 @@ final class Flextype
|
||||
*
|
||||
* @var Flextype|null
|
||||
*/
|
||||
private static ?Flextype $instance = null;
|
||||
private static Flextype|null $instance = null;
|
||||
|
||||
/**
|
||||
* The Flextype Application.
|
||||
|
Reference in New Issue
Block a user