Loud Notices - Make php E_NOTICES and E_WARNINGS fatal while developing Version 1.2

Release Date
Release Version
1.2
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="loudnotices" type="module">
<file>loudnotices</file>
<name>Loud Notices</name>
<description>For developers, this prevents popups and angular screens from hiding E_NOTICES and E_WARNINGS by turning them into fatal errors.</description>
<license>MIT</license>
<maintainer>
<author>Physician Health Program of BC</author>
<email>info@physicianhealth.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/loudnotices</url>
<url desc="Documentation">https://lab.civicrm.org/extensions/loudnotices</url>
<url desc="Support">https://lab.civicrm.org/extensions/loudnotices</url>
<url desc="Licensing">http://opensource.org/licenses/MIT</url>
</urls>
<releaseDate>2021-02-04</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.29</ver>
<ver>5.31</ver>
<ver>5.34</ver>
</compatibility>
<comments>It&#39;s not intended for production sites but there&#39;s nothing to prevent it being used on them either.</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Loudnotices</namespace>
</civix>
</extension>