import files

This commit is contained in:
Yann Autissier
2021-02-09 17:05:00 +01:00
parent f5c4576411
commit 44a6d37ba5
425 changed files with 23195 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
xdebug.collect_params = 1
xdebug.collect_return = 1
xdebug.default_enable = 1
xdebug.force_display_errors = 1
xdebug.force_error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
xdebug.halt_level = E_WARNING
xdebug.idekey = PHPSTORM
xdebug.max_nesting_level = 1024
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.scream = 0
xdebug.show_error_trace = 1
xdebug.show_exception_trace = 1