OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
monolog
/
monolog
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:00 AM
rwxr-xr-x
📄
.editorconfig
191 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
.git
-
08/12/2024 10:35:55 AM
rwxr-xr-x
📄
.gitattributes
257 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:19 AM
rwxr-xr-x
📄
.gitignore
127 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
.php-cs-fixer.php
2.25 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
CHANGELOG.md
46.64 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
LICENSE
1.06 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
README.md
6.58 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
UPGRADE.md
6.93 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
_config.yml
25 bytes
08/12/2024 10:33:01 AM
rw-r--r--
📄
composer.json
3.07 KB
08/12/2024 10:33:01 AM
rw-r--r--
📁
doc
-
08/12/2024 10:33:27 AM
rwxr-xr-x
📄
favicon.ico
11.31 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
logo.jpg
690.94 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
phpstan-baseline.neon
3.82 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
phpstan.neon.dist
1.13 KB
08/12/2024 10:33:01 AM
rw-r--r--
📄
phpunit.xml.dist
657 bytes
08/12/2024 10:33:01 AM
rw-r--r--
📁
src
-
08/12/2024 10:34:19 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:34:19 AM
rwxr-xr-x
Editing: phpstan-baseline.neon
Close
parameters: ignoreErrors: - message: "#^Property Monolog\\\\ErrorHandler\\:\\:\\$reservedMemory is never read, only written\\.$#" count: 1 path: src/Monolog/ErrorHandler.php - message: "#^Return type \\(array\\<array\\|bool\\|float\\|int\\|object\\|string\\|null\\>\\|bool\\|float\\|int\\|object\\|string\\|null\\) of method Monolog\\\\Formatter\\\\JsonFormatter\\:\\:normalize\\(\\) should be covariant with return type \\(array\\<array\\|bool\\|float\\|int\\|string\\|null\\>\\|bool\\|float\\|int\\|string\\|null\\) of method Monolog\\\\Formatter\\\\NormalizerFormatter\\:\\:normalize\\(\\)$#" count: 1 path: src/Monolog/Formatter/JsonFormatter.php - message: "#^Cannot access offset 'table' on array\\<array\\|bool\\|float\\|int\\|string\\|null\\>\\|bool\\|float\\|int\\|object\\|string\\.$#" count: 1 path: src/Monolog/Formatter/WildfireFormatter.php - message: "#^Return type \\(array\\<array\\|bool\\|float\\|int\\|string\\|null\\>\\|bool\\|float\\|int\\|object\\|string\\|null\\) of method Monolog\\\\Formatter\\\\WildfireFormatter\\:\\:normalize\\(\\) should be covariant with return type \\(array\\<array\\|bool\\|float\\|int\\|string\\|null\\>\\|bool\\|float\\|int\\|string\\|null\\) of method Monolog\\\\Formatter\\\\NormalizerFormatter\\:\\:normalize\\(\\)$#" count: 1 path: src/Monolog/Formatter/WildfireFormatter.php - message: "#^Cannot access offset 'items' on array\\|Elastic\\\\Elasticsearch\\\\Response\\\\Elasticsearch\\.$#" count: 1 path: src/Monolog/Handler/ElasticsearchHandler.php - message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#" count: 1 path: src/Monolog/Handler/FingersCrossedHandler.php - message: "#^Call to method setBody\\(\\) on an unknown class Swift_Message\\.$#" count: 1 path: src/Monolog/Handler/MandrillHandler.php - message: "#^Call to method setDate\\(\\) on an unknown class Swift_Message\\.$#" count: 1 path: src/Monolog/Handler/MandrillHandler.php - message: "#^Class Swift_Message not found\\.$#" count: 2 path: src/Monolog/Handler/MandrillHandler.php - message: "#^Cloning object of an unknown class Swift_Message\\.$#" count: 1 path: src/Monolog/Handler/MandrillHandler.php - message: "#^Parameter \\$message of method Monolog\\\\Handler\\\\MandrillHandler\\:\\:__construct\\(\\) has invalid type Swift_Message\\.$#" count: 3 path: src/Monolog/Handler/MandrillHandler.php - message: "#^Property Monolog\\\\Handler\\\\MandrillHandler\\:\\:\\$message has unknown class Swift_Message as its type\\.$#" count: 1 path: src/Monolog/Handler/MandrillHandler.php - message: "#^Variable property access on \\$this\\(Monolog\\\\LogRecord\\)\\.$#" count: 4 path: src/Monolog/LogRecord.php - message: "#^Cannot assign offset Fiber to WeakMap\\<Fiber\\<mixed, mixed, mixed, mixed\\>, int\\>\\.$#" count: 1 path: src/Monolog/Logger.php - message: "#^Only numeric types are allowed in post\\-decrement, int\\|null given\\.$#" count: 1 path: src/Monolog/Logger.php - message: "#^Parameter \\#1 \\$level \\('alert'\\|'critical'\\|'debug'\\|'emergency'\\|'error'\\|'info'\\|'notice'\\|'warning'\\|Monolog\\\\Level\\) of method Monolog\\\\Logger\\:\\:log\\(\\) should be contravariant with parameter \\$level \\(mixed\\) of method Psr\\\\Log\\\\LoggerInterface\\:\\:log\\(\\)$#" count: 1 path: src/Monolog/Logger.php - message: "#^Variable property access on \\$this\\(Monolog\\\\Logger\\)\\.$#" count: 1 path: src/Monolog/Logger.php - message: "#^Parameter \\#1 \\$length of function random_bytes expects int\\<1, max\\>, int given\\.$#" count: 1 path: src/Monolog/Processor/UidProcessor.php