Skip to content

Commit e0733f3

Browse files
committed
Merge branch 'E_STRICT-removal' into testing
2 parents ad30332 + a91f9a7 commit e0733f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/main/modules/docker-php/config.template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
$CFG->directorypermissions = 0777;
5858

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

0 commit comments

Comments
 (0)