Skip to content

Conversation

@konradoboza konradoboza self-assigned this Jul 16, 2025
@konradoboza konradoboza force-pushed the introduced-type-hints branch 2 times, most recently from 497360a to 9d0d009 Compare July 17, 2025 10:04
@konradoboza konradoboza marked this pull request as ready for review July 17, 2025 10:04
@konradoboza konradoboza force-pushed the introduced-type-hints branch 5 times, most recently from 64578b8 to 90da154 Compare July 17, 2025 11:34
@konradoboza konradoboza force-pushed the introduced-type-hints branch from 90da154 to 9ce2513 Compare July 17, 2025 12:07
@konradoboza konradoboza changed the title IBX-9727: Added type-hints and adapted codebase to PHP8+ [TMP-DEPENDENCY] IBX-9727: Added type-hints and adapted codebase to PHP8+ Jul 17, 2025
@konradoboza konradoboza force-pushed the introduced-type-hints branch from 92edd84 to d26cd40 Compare July 17, 2025 12:28
@konradoboza konradoboza force-pushed the introduced-type-hints branch from d26cd40 to f45162c Compare July 17, 2025 12:59
konradoboza added a commit to ibexa/commerce that referenced this pull request Jul 17, 2025
@konradoboza konradoboza changed the title [TMP-DEPENDENCY] IBX-9727: Added type-hints and adapted codebase to PHP8+ IBX-9727: Added type-hints and adapted codebase to PHP8+ Jul 17, 2025
@konradoboza konradoboza force-pushed the introduced-type-hints branch from 6541a6c to 9f60ec6 Compare July 18, 2025 07:33
konradoboza added a commit to ibexa/commerce that referenced this pull request Jul 18, 2025
@konradoboza konradoboza force-pushed the introduced-type-hints branch from 9f60ec6 to 8a44199 Compare July 18, 2025 12:06
konradoboza added a commit to ibexa/commerce that referenced this pull request Jul 18, 2025
@konradoboza konradoboza force-pushed the introduced-type-hints branch 2 times, most recently from 28c8666 to 3db4b8b Compare July 22, 2025 11:34
@konradoboza konradoboza force-pushed the introduced-type-hints branch from 3db4b8b to 1a89f0a Compare July 23, 2025 09:30
@sonarqubecloud
Copy link

@konradoboza konradoboza merged commit cf0a69a into main Jul 28, 2025
14 of 15 checks passed
@konradoboza konradoboza deleted the introduced-type-hints branch July 28, 2025 12:51
Comment on lines +27 to +31
$uploadMaxFilesize = ini_get('upload_max_filesize');
if ($uploadMaxFilesize === false) {
throw new RuntimeException('Could not retrieve upload_max_filesize from PHP configuration.');
}

Copy link
Member

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()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$formConfig->getFormFactory()
$formConfig
->getFormFactory()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants