Open
Description
This issue is automatically created based on existing pull request: #38813: Fix table render of DiInfoCommand
When running the DiInfoCommand under Magento 2.4.7 and PHP 8.3, line 96 mentions to pass the output of $paramsTable->render()
to the $output
. However, because of typing issues, this causes a Fatal Error. According the Symfony docs (since a long time) the render()
method is already giving output, so the output should not be passed to $output->writeln()
anyway. This PR fixes things.
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchIssue related to Developer Experience and needs help with Triage to Confirm or Reject it