📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 06:15:05
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
league
/
commonmark
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/league/commonmark
🔄 Refresh
✏️
Editing: phpstan.neon.dist
Writable
parameters: level: 8 paths: - src ignoreErrors: - path: src/Reference/ReferenceParser.php message: '#Parameter .+ of class .+Reference constructor expects string, string\|null given#' - path: src/Util/RegexHelper.php message: '#Method .+RegexHelper::unescape\(\) should return string but returns string\|null#' - path: src/Delimiter/DelimiterStack.php message: '#unknown class WeakMap#' exceptions: uncheckedExceptionClasses: # Exceptions caused by bad developer logic that should always bubble up: - 'League\CommonMark\Exception\AlreadyInitializedException' - 'League\CommonMark\Exception\InvalidArgumentException' - 'League\CommonMark\Exception\MissingDependencyException' - 'League\CommonMark\Exception\UnexpectedEncodingException' - 'League\CommonMark\Parser\ParserLogicException' - 'League\CommonMark\Renderer\NoMatchingRendererException' - 'League\Config\Exception\InvalidConfigurationException' - 'League\Config\Exception\UnknownOptionException' - 'League\Config\Exception\ValidationException' # Should never be thrown by our code: - 'Dflydev\DotAccessData\Exception\DataException' - 'Dflydev\DotAccessData\Exception\InvalidPathException' check: missingCheckedExceptionInThrows: true rules: - 'League\CommonMark\Tests\PHPStan\MbstringFunctionCallRule'
💾 Save Changes
❌ Cancel