-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document explicit null
type hint
#174
Comments
I like |
So it's optional? |
It's OK to force a single style for Yii packages. |
Ideal solution — create rector rule. Unfortunately, there is no such thing among built-in rules. |
For php > 8.0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prefer
string|null
over?string
. Introduced in yiisoft/yii-widgets#53.The text was updated successfully, but these errors were encountered: