12 lines
264 B
PHP
12 lines
264 B
PHP
<?php
|
|
|
|
return [
|
|
// Properties changed from public to protected
|
|
'suppressNotices' => [
|
|
'restFiles' => [
|
|
'Breaking-83889-E_NOTICEFreeUnitTesting.rst',
|
|
'Important-84280-UnitTestSuppressNoticesRemoved.rst',
|
|
],
|
|
],
|
|
];
|