Skip to content

Commit

Permalink
ACMS-3658: Suppress warning to fix failing CI. Re: ORCA-660.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Mar 22, 2024
1 parent 5a80252 commit 0b6f2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/site/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* @see https://www.drupal.org/node/3105918
*/
if (phpversion() >= 8.3 ) {
ini_set('zend.assertions', 1);
@ini_set('zend.assertions', 1);
}
else {
assert_options(ASSERT_ACTIVE, TRUE);
Expand Down

0 comments on commit 0b6f2be

Please sign in to comment.