ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/admin.adimi/vendor/myclabs/php-enum/ |
<?xml version="1.0"?> <psalm totallyTyped="true" resolveFromConfigFile="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" > <projectFiles> <directory name="src" /> <directory name="static-analysis" /> <ignoreFiles> <directory name="vendor" /> <directory name="src/PHPUnit" /> </ignoreFiles> </projectFiles> <issueHandlers> <MixedAssignment errorLevel="info" /> <ImpureStaticProperty> <!-- self::$... usages in Enum are used to populate an internal cache, and cause no side-effects --> <errorLevel type="suppress"> <file name="src/Enum.php"/> </errorLevel> </ImpureStaticProperty> <ImpureVariable> <!-- $this usages in Enum point themselves to an immutable instance --> <errorLevel type="suppress"> <file name="src/Enum.php"/> </errorLevel> </ImpureVariable> </issueHandlers> </psalm>