Skip to content

Commit a130aef

Browse files
KrinkleWMDE bot
authored andcommitted
Remove use of deprecated E_STRICT
Has not been used in since PHP 7.0, and the constant is deprecated with warnings in PHP 8.4. Bug: T375707 Change-Id: I234f7d4b485cb0a6206c20c5dec440e2aeda6394
1 parent 9687bd8 commit a130aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
die( 'Not an entry point' );
1212
}
1313

14-
error_reporting( E_ALL | E_STRICT );
14+
error_reporting( E_ALL );
1515
ini_set( 'display_errors', 1 );
1616

1717
if ( !is_readable( __DIR__ . '/../vendor/autoload.php' ) ) {

0 commit comments

Comments
 (0)