🎨 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,6 +1,7 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SARL
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
@@ -80,7 +81,6 @@ class FormOutput extends AbstractFormIO
}
}
/**
* Bind to output.
*
@@ -138,4 +138,4 @@ class FormOutput extends AbstractFormIO
return $this;
}
}
}