Add phive back in for static tools like phpunit instead of using the composer package

This commit is contained in:
Clemens Schwaighofer
2024-12-27 09:32:54 +09:00
parent ce1c72a0bc
commit c778a4eb81
5 changed files with 62 additions and 21 deletions

View File

@@ -4,6 +4,8 @@
* @phan-file-suppress PhanTypeSuspiciousStringExpression
*/
// FIXME: Smarty Class must be updated for PHP 8.4
declare(strict_types=1);
error_reporting(E_ALL | E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR);