PHP CS Fixer

This commit is contained in:
lenaick.moreira
2026-03-02 15:19:31 +01:00
parent 3c60a80f9b
commit 091d99b08f
3 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
<?php
/*
* @copyright Copyright (C) 2010-2026 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
@@ -8,5 +9,4 @@ namespace Combodo\iTop\DBTools\Exception;
class AuthenticationException extends \Exception
{
}
}