Skip to content

Commit cee6b82

Browse files
committed
suppress deprecation warning in staging
1 parent dac00fe commit cee6b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LocalSettings.d/staging/zz_overwrite_baseUri.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
];
3131

32-
# error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED);
32+
error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED);

0 commit comments

Comments
 (0)