📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: psalm.xml
<?xml version="1.0"?> <psalm errorLevel="1" resolveFromConfigFile="true" findUnusedVariablesAndParams="true" findUnusedPsalmSuppress="true" findUnusedCode="false" findUnusedBaselineEntry="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" > <!-- checkForThrowsInGlobalScope="true" findUnusedCode="true" --> <projectFiles> <directory name="src/"/> <directory name="tests/"/> <file name="doc/quickstart.php"/> <ignoreFiles allowMissingFiles="true"> <file name="tests/Interop/AccountData-*.php" /> </ignoreFiles> </projectFiles> <plugins> <pluginClass class="Psalm\PhpUnitPlugin\Plugin"/> <pluginClass class="AlexS\Guzzle\PsalmPlugin"/> </plugins> <issueHandlers> <UnevaluatedCode> <errorLevel type="suppress"> <file name="doc/quickstart.php" /> </errorLevel> </UnevaluatedCode> </issueHandlers> </psalm> <!-- vim: set ts=4 sw=4 expandtab fenc=utf8 ff=unix tw=120: -->
Save