-
-
Notifications
You must be signed in to change notification settings - Fork 122
Added ApiRenderer::renderDefaultValue, fixed #38
#122
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
Conversation
| return 'null'; | ||
| } | ||
|
|
||
| static $specials = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should also cover 0666, 0664, 0644, 0777 and 0755.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
| } | ||
|
|
||
| static $specials = [ | ||
| '509' => '0775', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, maybe a comment should point to where it is used :)
|
Merged, thank you! |
Checked the generated docs for
yiisoft/yii2.Found no other special constants there.