Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/../vendor/doctrine/instantiator
الملفات الموجودة في هذا الـ Path:
.
..
.doctrine-project.json
CONTRIBUTING.md
LICENSE
README.md
composer.json
docs
psalm.xml
src

مشاهدة ملف: psalm.xml

<?xml version="1.0"?>
<psalm
    errorLevel="7"
    phpVersion="8.2"
    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" />
        <ignoreFiles>
            <directory name="vendor" />
        </ignoreFiles>
    </projectFiles>
</psalm>