Skip to content

Commit e0e39f8

Browse files
committed
temporarily fix by disabling php 8.4 deprecation warnings in apiv2
1 parent f2b5282 commit e0e39f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/v2/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
date_default_timezone_set("UTC");
10-
error_reporting(E_ALL);
10+
error_reporting(E_ALL ^ E_DEPRECATED);
1111
ini_set("display_errors", '1');
1212
/**
1313
* Treat warnings as error, very usefull during unit testing.

0 commit comments

Comments
 (0)