test and corrections

This commit is contained in:
Benjamin Dalsass
2025-11-27 10:58:21 +01:00
parent d0a2af44ac
commit b8a093e625
22 changed files with 457 additions and 119 deletions

View File

@@ -94,7 +94,7 @@ abstract class AbstractFormBlock implements IFormBlock
*/
public function IsRootBlock(): bool
{
return $this->oParent !== null;
return $this->oParent === null;
}
/**