mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 05:58:46 +02:00
🎨 PHP CS Fixer
This commit is contained in:
@@ -111,7 +111,7 @@ class FormBlock extends AbstractTypeFormBlock
|
||||
private function VerifyBlockClassName(string $sBlockClass): void
|
||||
{
|
||||
if (!is_a($sBlockClass, AbstractFormBlock::class, true)) {
|
||||
throw new FormBlockException('The block type '.json_encode($sBlockClass).' is not a subclass of AbstractFormBlock.');
|
||||
throw new FormBlockException('The block type '.json_encode($sBlockClass).' is not a subclass of '.json_encode(AbstractFormBlock::class));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user