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.neon.dist
Close
parameters: level: 8 treatPhpDocTypesAsCertain: false reportUnmatchedIgnoredErrors: true paths: - src/ # - tests/ excludePaths: - 'src/Monolog/Handler/PHPConsoleHandler.php' ignoreErrors: - '#zend_monitor_|ZEND_MONITOR_#' - '#MongoDB\\(Client|Collection)#' # Cannot resolve this cleanly as different normalizers return different types but it is safe - message: '#Return type \(string\) of method Monolog\\Formatter\\LineFormatter::normalizeException\(\) should be compatible with return type \(array\) of method Monolog\\Formatter\\NormalizerFormatter::normalizeException\(\)#' paths: - src/Monolog/Formatter/LineFormatter.php # can be removed when rollbar/rollbar can be added as dev require again (needs to allow monolog 3.x) - '#Rollbar\\RollbarLogger#' # legacy elasticsearch namespace failures - '# Elastic\\Elasticsearch\\#' includes: - phpstan-baseline.neon - vendor/phpstan/phpstan-strict-rules/rules.neon - vendor/phpstan/phpstan-deprecation-rules/rules.neon