Skip to content

Commit 1e9f57c

Browse files
committed
Remove E_STRICT from config.docker-template.php based on MDL-83334
1 parent f93dccd commit 1e9f57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.docker-template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
$CFG->noreplyaddress = '[email protected]';
5656

5757
// Debug options - possible to be controlled by flag in future..
58-
$CFG->debug = (E_ALL | E_STRICT); // DEBUG_DEVELOPER
58+
$CFG->debug = (E_ALL); // DEBUG_DEVELOPER
5959
$CFG->debugdisplay = 1;
6060
$CFG->debugstringids = 1; // Add strings=1 to url to get string ids.
6161
$CFG->perfdebug = 15;

0 commit comments

Comments
 (0)