#434 PHP 8.4 support

This commit is contained in:
Roland Gruber 2025-05-10 08:52:37 +02:00
parent b9f01ccd93
commit ced8173877

View file

@ -1136,7 +1136,7 @@ class TreeView {
* @param string|null $errorMessage error if any
* @return string JSON data
*/
private function createNewNodeGetObjectClassesStep(string $dn, string $errorMessage = null): string {
private function createNewNodeGetObjectClassesStep(string $dn, ?string $errorMessage = null): string {
$row = new htmlResponsiveRow();
$row->add(new htmlTitle(_('Create a child entry')));
if ($errorMessage !== null) {