mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
Nullable return types require an explicit null return value; not returning or returning without value is the "void" type.
Nullable return types require an explicit null return value; not returning or returning without value is the "void" type.