Fix CI by fixing code style

This commit is contained in:
Stephen Abello
2026-03-05 15:28:27 +01:00
parent 3b8e079cf1
commit 929b8b9eca
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
{
}
}