-
Notifications
You must be signed in to change notification settings - Fork 2
IBX-9727: Added type-hints and adapted codebase to PHP8+ #95
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
497360a to
9d0d009
Compare
64578b8 to
90da154
Compare
90da154 to
9ce2513
Compare
92edd84 to
d26cd40
Compare
d26cd40 to
f45162c
Compare
6541a6c to
9f60ec6
Compare
9f60ec6 to
8a44199
Compare
28c8666 to
3db4b8b
Compare
3db4b8b to
1a89f0a
Compare
|
| $uploadMaxFilesize = ini_get('upload_max_filesize'); | ||
| if ($uploadMaxFilesize === false) { | ||
| throw new RuntimeException('Could not retrieve upload_max_filesize from PHP configuration.'); | ||
| } | ||
|
|
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.
This should be inside (!isset($this->value)) {.
| ) | ||
| ->setAutoInitialize(false) | ||
| ->getForm() | ||
| $formConfig->getFormFactory() |
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.
| $formConfig->getFormFactory() | |
| $formConfig | |
| ->getFormFactory() |



Related PRs:
nullvalue for content structs inBaseContentTypeadmin-ui#1646nullvalue for content structs inBaseContentTypeuser#114Description:
Regressions: https://github.com/ibexa/commerce/actions/runs/16371114586/job/46554772348 🟢
For QA:
Documentation: