🎨 PHP CS Fixer

This commit is contained in:
Eric Espie
2025-11-26 10:57:52 +01:00
parent 87ca11b771
commit 91958646d2
2 changed files with 4 additions and 7 deletions

View File

@@ -74,11 +74,10 @@ class CollectionBlock extends AbstractTypeFormBlock
$sBlockEntryOptions = $this->GetOption('block_entry_options');
$this->oPrototypeBlock = new ($sBlockEntryType)('prototype', $sBlockEntryOptions);
try{
try {
$oOptionsRegister->SetOption('entry_type', $this->oPrototypeBlock->GetFormType());
$oOptionsRegister->SetOption('entry_options', $this->oPrototypeBlock->GetOptions());
}
catch(RegisterException $e){
} catch (RegisterException $e) {
}