OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
brick
/
math
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:51 AM
rwxr-xr-x
📄
.editorconfig
235 bytes
08/12/2024 10:32:51 AM
rw-r--r--
📁
.git
-
08/12/2024 10:34:46 AM
rwxr-xr-x
📄
.gitattributes
352 bytes
08/12/2024 10:32:51 AM
rw-r--r--
📁
.github
-
08/12/2024 10:33:38 AM
rwxr-xr-x
📄
.gitignore
42 bytes
08/12/2024 10:32:51 AM
rw-r--r--
📄
CHANGELOG.md
19.02 KB
08/12/2024 10:32:52 AM
rw-r--r--
📄
LICENSE
1.08 KB
08/12/2024 10:32:52 AM
rw-r--r--
📄
README.md
9.9 KB
08/12/2024 10:32:52 AM
rw-r--r--
📄
composer.json
853 bytes
08/12/2024 10:32:52 AM
rw-r--r--
📄
phpunit.php
1.26 KB
08/12/2024 10:32:52 AM
rw-r--r--
📄
phpunit.xml
510 bytes
08/12/2024 10:32:52 AM
rw-r--r--
📄
psalm.xml
782 bytes
08/12/2024 10:32:52 AM
rw-r--r--
📄
random-tests.php
5.06 KB
08/12/2024 10:32:52 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:39 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:34:47 AM
rwxr-xr-x
Editing: psalm.xml
Close
<?xml version="1.0"?> <psalm errorLevel="1" 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" findUnusedBaselineEntry="true" findUnusedPsalmSuppress="true" findUnusedCode="false" > <projectFiles> <directory name="src" /> <ignoreFiles> <directory name="vendor" /> </ignoreFiles> </projectFiles> <issueHandlers> <ArgumentTypeCoercion> <errorLevel type="suppress"> <file name="src/Internal/Calculator/BcMathCalculator.php" /> </errorLevel> </ArgumentTypeCoercion> </issueHandlers> </psalm>