Issue #3295650 by Spokje, BR0kEN, Berdir, catch, Krzysztof Domański, longwave, voleger, neclimdul: Stop recommending using \Drupal\Component\Assertion\Handle::register() in example.settings.local.php
parent
cd700d8409
commit
fa594a90ab
|
@ -33,7 +33,7 @@
|
|||
* @see https://wiki.php.net/rfc/expectations
|
||||
*/
|
||||
assert_options(ASSERT_ACTIVE, TRUE);
|
||||
\Drupal\Component\Assertion\Handle::register();
|
||||
assert_options(ASSERT_EXCEPTION, TRUE);
|
||||
|
||||
/**
|
||||
* Enable local development services.
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
* @see https://wiki.php.net/rfc/expectations
|
||||
*/
|
||||
assert_options(ASSERT_ACTIVE, TRUE);
|
||||
\Drupal\Component\Assertion\Handle::register();
|
||||
assert_options(ASSERT_EXCEPTION, TRUE);
|
||||
|
||||
/**
|
||||
* Enable local development services.
|
||||
|
|
Loading…
Reference in New Issue