Verified Commit 57d03b6b authored by Jess's avatar Jess
Browse files

Issue #3295650 by Spokje, BR0kEN, Berdir, catch, Krzysztof Domański, longwave,...

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

(cherry picked from commit fa594a90)
parent 8c03eb75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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.