Skip to content

Deprecation-message for PHP 8.4 implicitly marking parameters as nullable #13

@alexgit2k

Description

@alexgit2k

Since PHP 8.4 implicitly marking parameters as nullable is deprecated, the explicit nullable type must be used instead for these

  • HTML_QuickForm2::setContainer(): $container in /pear/html_quickform2/HTML/QuickForm2.php on line 101
  • HTML_QuickForm2_Container::insertBefore(): $reference in /pear/html_quickform2/HTML/QuickForm2/Container.php on line 350
  • HTML_QuickForm2_Container_Group::insertBefore(): $reference in /pear/html_quickform2/HTML/QuickForm2/Container/Group.php on line 288
  • HTML_QuickForm2_Container_Repeat::insertBefore(): $reference in /pear/html_quickform2/HTML/QuickForm2/Container/Repeat.php on line 215
  • HTML_QuickForm2_Controller::isValid(): $reference in /pear/html_quickform2/HTML/QuickForm2/Controller.php on line 380
  • HTML_QuickForm2_Node::setContainer(): $container in /pear/html_quickform2/HTML/QuickForm2/Node.php on line 462
  • HTML_QuickForm2_Renderer::setJavascriptBuilder(): $builder in /pear/html_quickform2/HTML/QuickForm2/Renderer.php on line 298
  • HTML_QuickForm2_Renderer_Proxy::setJavascriptBuilder(): $builder in /pear/html_quickform2/HTML/QuickForm2/Renderer/Proxy.php on line 213

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions