🎨 CS Fixer

This commit is contained in:
Eric Espie
2025-11-18 14:52:10 +01:00
parent e08835c1a2
commit 11973d61ec
69 changed files with 219 additions and 194 deletions

View File

@@ -1,4 +1,5 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
@@ -66,4 +67,4 @@ class TurboForm extends UIContentBlock
{
return $this->oFormView;
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
@@ -16,7 +17,7 @@ use Symfony\Component\Form\FormView;
* @since 3.3.0
* @package UIBlockAPI
*/
class TurboFormUIBlockFactory extends AbstractUIBlockFactory
class TurboFormUIBlockFactory extends AbstractUIBlockFactory
{
/** @inheritDoc */
public const TWIG_TAG_NAME = 'UITurboForm';
@@ -33,4 +34,4 @@ class TurboFormUIBlockFactory extends AbstractUIBlockFactory
{
return new TurboForm($oFormView, $sId);
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
@@ -24,4 +25,4 @@ class TurboUpdate extends UIContentBlock
{
return $this->sTarget;
}
}
}

View File

@@ -1,4 +1,5 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
@@ -15,7 +16,7 @@ use Combodo\iTop\Application\UI\Base\AbstractUIBlockFactory;
* @since 3.3.0
* @package UIBlockAPI
*/
class TurboUpdateUIBlockFactory extends AbstractUIBlockFactory
class TurboUpdateUIBlockFactory extends AbstractUIBlockFactory
{
/** @inheritDoc */
public const TWIG_TAG_NAME = 'UITurboUpdate';
@@ -34,4 +35,4 @@ class TurboUpdateUIBlockFactory extends AbstractUIBlockFactory
{
return new TurboUpdate($sTarget, $sId);
}
}
}