reformat code

This commit is contained in:
2025-01-05 15:20:56 +01:00
parent 19338d2a58
commit 3911584ea7
28 changed files with 87 additions and 37 deletions

View File

@ -13,6 +13,8 @@
* @link https://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\KlicktippPhpClient\Exceptions;
use Exception;

View File

@ -13,6 +13,8 @@
* @link https://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\KlicktippPhpClient\Exceptions;
class NoCredentialsException extends BaseException