Composer package update

This commit is contained in:
Clemens Schwaighofer
2024-12-18 10:38:34 +09:00
parent e71c53b887
commit e4dd73d0e9
65 changed files with 377 additions and 151 deletions

View File

@@ -6,7 +6,7 @@
declare(strict_types=1);
error_reporting(E_ALL | E_STRICT | E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR);
error_reporting(E_ALL | E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR);
ob_start();