Add safe_html() for XSS-safe WYSIWYG HTML sanitization
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
314
vendor/composer/autoload_static.php
vendored
314
vendor/composer/autoload_static.php
vendored
@@ -45,31 +45,31 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
);
|
||||
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'v' =>
|
||||
'v' =>
|
||||
array (
|
||||
'voku\\' => 5,
|
||||
),
|
||||
'p' =>
|
||||
'p' =>
|
||||
array (
|
||||
'phpDocumentor\\Reflection\\' => 25,
|
||||
),
|
||||
'l' =>
|
||||
'l' =>
|
||||
array (
|
||||
'libphonenumber\\' => 15,
|
||||
),
|
||||
'W' =>
|
||||
'W' =>
|
||||
array (
|
||||
'Whoops\\' => 7,
|
||||
'Webmozart\\Assert\\' => 17,
|
||||
),
|
||||
'T' =>
|
||||
'T' =>
|
||||
array (
|
||||
'Tree\\' => 5,
|
||||
'TijsVerkoyen\\CssToInlineStyles\\' => 31,
|
||||
'Tests\\' => 6,
|
||||
'Termwind\\' => 9,
|
||||
),
|
||||
'S' =>
|
||||
'S' =>
|
||||
array (
|
||||
'Symfony\\Polyfill\\Uuid\\' => 22,
|
||||
'Symfony\\Polyfill\\Php83\\' => 23,
|
||||
@@ -116,7 +116,7 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'Spatie\\Backtrace\\' => 17,
|
||||
'Sokil\\IsoCodes\\' => 15,
|
||||
),
|
||||
'R' =>
|
||||
'R' =>
|
||||
array (
|
||||
'Rsx\\' => 4,
|
||||
'React\\Stream\\' => 13,
|
||||
@@ -129,7 +129,7 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'Ramsey\\Uuid\\' => 12,
|
||||
'Ramsey\\Collection\\' => 18,
|
||||
),
|
||||
'P' =>
|
||||
'P' =>
|
||||
array (
|
||||
'Psy\\' => 4,
|
||||
'Psr\\SimpleCache\\' => 16,
|
||||
@@ -145,18 +145,18 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'PhpCsFixer\\' => 11,
|
||||
'PHPStan\\PhpDocParser\\' => 21,
|
||||
),
|
||||
'N' =>
|
||||
'N' =>
|
||||
array (
|
||||
'NunoMaduro\\Collision\\' => 21,
|
||||
'Nette\\' => 6,
|
||||
),
|
||||
'M' =>
|
||||
'M' =>
|
||||
array (
|
||||
'Monolog\\' => 8,
|
||||
'Mockery\\' => 8,
|
||||
'Masterminds\\' => 12,
|
||||
),
|
||||
'L' =>
|
||||
'L' =>
|
||||
array (
|
||||
'League\\MimeTypeDetection\\' => 25,
|
||||
'League\\Flysystem\\Local\\' => 23,
|
||||
@@ -169,12 +169,12 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'Laravel\\Sail\\' => 13,
|
||||
'Laravel\\Prompts\\' => 16,
|
||||
),
|
||||
'I' =>
|
||||
'I' =>
|
||||
array (
|
||||
'Illuminate\\Support\\' => 19,
|
||||
'Illuminate\\' => 11,
|
||||
),
|
||||
'G' =>
|
||||
'G' =>
|
||||
array (
|
||||
'GuzzleHttp\\UriTemplate\\' => 23,
|
||||
'GuzzleHttp\\Psr7\\' => 16,
|
||||
@@ -183,18 +183,18 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'GrahamCampbell\\ResultType\\' => 26,
|
||||
'Giggsey\\Locale\\' => 15,
|
||||
),
|
||||
'F' =>
|
||||
'F' =>
|
||||
array (
|
||||
'Fruitcake\\Cors\\' => 15,
|
||||
'Fidry\\CpuCoreCounter\\' => 21,
|
||||
'Faker\\' => 6,
|
||||
),
|
||||
'E' =>
|
||||
'E' =>
|
||||
array (
|
||||
'Evenement\\' => 10,
|
||||
'Egulias\\EmailValidator\\' => 23,
|
||||
),
|
||||
'D' =>
|
||||
'D' =>
|
||||
array (
|
||||
'Dotenv\\' => 7,
|
||||
'Doctrine\\Inflector\\' => 19,
|
||||
@@ -207,7 +207,7 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'Database\\Seeders\\' => 17,
|
||||
'Database\\Factories\\' => 19,
|
||||
),
|
||||
'C' =>
|
||||
'C' =>
|
||||
array (
|
||||
'Cron\\' => 5,
|
||||
'Composer\\XdebugHandler\\' => 23,
|
||||
@@ -218,523 +218,523 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'Carbon\\Doctrine\\' => 16,
|
||||
'Carbon\\' => 7,
|
||||
),
|
||||
'B' =>
|
||||
'B' =>
|
||||
array (
|
||||
'Brick\\Math\\' => 11,
|
||||
'Barryvdh\\LaravelIdeHelper\\' => 26,
|
||||
),
|
||||
'A' =>
|
||||
'A' =>
|
||||
array (
|
||||
'App\\' => 4,
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
'voku\\' =>
|
||||
'voku\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/voku/portable-ascii/src/voku',
|
||||
),
|
||||
'phpDocumentor\\Reflection\\' =>
|
||||
'phpDocumentor\\Reflection\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src',
|
||||
1 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src',
|
||||
),
|
||||
'libphonenumber\\' =>
|
||||
'libphonenumber\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/giggsey/libphonenumber-for-php/src',
|
||||
),
|
||||
'Whoops\\' =>
|
||||
'Whoops\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/filp/whoops/src/Whoops',
|
||||
),
|
||||
'Webmozart\\Assert\\' =>
|
||||
'Webmozart\\Assert\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/webmozart/assert/src',
|
||||
),
|
||||
'Tree\\' =>
|
||||
'Tree\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/nicmart/tree/src',
|
||||
),
|
||||
'TijsVerkoyen\\CssToInlineStyles\\' =>
|
||||
'TijsVerkoyen\\CssToInlineStyles\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/tijsverkoyen/css-to-inline-styles/src',
|
||||
),
|
||||
'Tests\\' =>
|
||||
'Tests\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/tests',
|
||||
),
|
||||
'Termwind\\' =>
|
||||
'Termwind\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/nunomaduro/termwind/src',
|
||||
),
|
||||
'Symfony\\Polyfill\\Uuid\\' =>
|
||||
'Symfony\\Polyfill\\Uuid\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-uuid',
|
||||
),
|
||||
'Symfony\\Polyfill\\Php83\\' =>
|
||||
'Symfony\\Polyfill\\Php83\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-php83',
|
||||
),
|
||||
'Symfony\\Polyfill\\Php81\\' =>
|
||||
'Symfony\\Polyfill\\Php81\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-php81',
|
||||
),
|
||||
'Symfony\\Polyfill\\Php80\\' =>
|
||||
'Symfony\\Polyfill\\Php80\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
|
||||
),
|
||||
'Symfony\\Polyfill\\Mbstring\\' =>
|
||||
'Symfony\\Polyfill\\Mbstring\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
||||
),
|
||||
'Symfony\\Polyfill\\Intl\\Normalizer\\' =>
|
||||
'Symfony\\Polyfill\\Intl\\Normalizer\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer',
|
||||
),
|
||||
'Symfony\\Polyfill\\Intl\\Idn\\' =>
|
||||
'Symfony\\Polyfill\\Intl\\Idn\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn',
|
||||
),
|
||||
'Symfony\\Polyfill\\Intl\\Grapheme\\' =>
|
||||
'Symfony\\Polyfill\\Intl\\Grapheme\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme',
|
||||
),
|
||||
'Symfony\\Polyfill\\Ctype\\' =>
|
||||
'Symfony\\Polyfill\\Ctype\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
||||
),
|
||||
'Symfony\\Contracts\\Translation\\' =>
|
||||
'Symfony\\Contracts\\Translation\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/translation-contracts',
|
||||
),
|
||||
'Symfony\\Contracts\\Service\\' =>
|
||||
'Symfony\\Contracts\\Service\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/service-contracts',
|
||||
),
|
||||
'Symfony\\Contracts\\EventDispatcher\\' =>
|
||||
'Symfony\\Contracts\\EventDispatcher\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts',
|
||||
),
|
||||
'Symfony\\Component\\Yaml\\' =>
|
||||
'Symfony\\Component\\Yaml\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/yaml',
|
||||
),
|
||||
'Symfony\\Component\\VarDumper\\' =>
|
||||
'Symfony\\Component\\VarDumper\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/var-dumper',
|
||||
),
|
||||
'Symfony\\Component\\Uid\\' =>
|
||||
'Symfony\\Component\\Uid\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/uid',
|
||||
),
|
||||
'Symfony\\Component\\Translation\\' =>
|
||||
'Symfony\\Component\\Translation\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/translation',
|
||||
),
|
||||
'Symfony\\Component\\String\\' =>
|
||||
'Symfony\\Component\\String\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/string',
|
||||
),
|
||||
'Symfony\\Component\\Stopwatch\\' =>
|
||||
'Symfony\\Component\\Stopwatch\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/stopwatch',
|
||||
),
|
||||
'Symfony\\Component\\Routing\\' =>
|
||||
'Symfony\\Component\\Routing\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/routing',
|
||||
),
|
||||
'Symfony\\Component\\Process\\' =>
|
||||
'Symfony\\Component\\Process\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/process',
|
||||
),
|
||||
'Symfony\\Component\\OptionsResolver\\' =>
|
||||
'Symfony\\Component\\OptionsResolver\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/options-resolver',
|
||||
),
|
||||
'Symfony\\Component\\Mime\\' =>
|
||||
'Symfony\\Component\\Mime\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/mime',
|
||||
),
|
||||
'Symfony\\Component\\Mailer\\' =>
|
||||
'Symfony\\Component\\Mailer\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/mailer',
|
||||
),
|
||||
'Symfony\\Component\\HttpKernel\\' =>
|
||||
'Symfony\\Component\\HttpKernel\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/http-kernel',
|
||||
),
|
||||
'Symfony\\Component\\HttpFoundation\\' =>
|
||||
'Symfony\\Component\\HttpFoundation\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/http-foundation',
|
||||
),
|
||||
'Symfony\\Component\\Finder\\' =>
|
||||
'Symfony\\Component\\Finder\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/finder',
|
||||
),
|
||||
'Symfony\\Component\\Filesystem\\' =>
|
||||
'Symfony\\Component\\Filesystem\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/filesystem',
|
||||
),
|
||||
'Symfony\\Component\\EventDispatcher\\' =>
|
||||
'Symfony\\Component\\EventDispatcher\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
|
||||
),
|
||||
'Symfony\\Component\\ErrorHandler\\' =>
|
||||
'Symfony\\Component\\ErrorHandler\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/error-handler',
|
||||
),
|
||||
'Symfony\\Component\\DomCrawler\\' =>
|
||||
'Symfony\\Component\\DomCrawler\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/dom-crawler',
|
||||
),
|
||||
'Symfony\\Component\\CssSelector\\' =>
|
||||
'Symfony\\Component\\CssSelector\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/css-selector',
|
||||
),
|
||||
'Symfony\\Component\\Console\\' =>
|
||||
'Symfony\\Component\\Console\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/console',
|
||||
),
|
||||
'Spatie\\TemporaryDirectory\\' =>
|
||||
'Spatie\\TemporaryDirectory\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/temporary-directory/src',
|
||||
),
|
||||
'Spatie\\Sitemap\\' =>
|
||||
'Spatie\\Sitemap\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/laravel-sitemap/src',
|
||||
),
|
||||
'Spatie\\Robots\\' =>
|
||||
'Spatie\\Robots\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/robots-txt/src',
|
||||
),
|
||||
'Spatie\\LaravelPackageTools\\' =>
|
||||
'Spatie\\LaravelPackageTools\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/laravel-package-tools/src',
|
||||
),
|
||||
'Spatie\\LaravelIgnition\\' =>
|
||||
'Spatie\\LaravelIgnition\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/laravel-ignition/src',
|
||||
1 => __DIR__ . '/..' . '/spatie/error-solutions/legacy/laravel-ignition',
|
||||
),
|
||||
'Spatie\\Ignition\\' =>
|
||||
'Spatie\\Ignition\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/ignition/src',
|
||||
1 => __DIR__ . '/..' . '/spatie/error-solutions/legacy/ignition',
|
||||
),
|
||||
'Spatie\\FlareClient\\' =>
|
||||
'Spatie\\FlareClient\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/flare-client-php/src',
|
||||
),
|
||||
'Spatie\\ErrorSolutions\\' =>
|
||||
'Spatie\\ErrorSolutions\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/error-solutions/src',
|
||||
),
|
||||
'Spatie\\Crawler\\' =>
|
||||
'Spatie\\Crawler\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/crawler/src',
|
||||
),
|
||||
'Spatie\\Browsershot\\' =>
|
||||
'Spatie\\Browsershot\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/browsershot/src',
|
||||
),
|
||||
'Spatie\\Backtrace\\' =>
|
||||
'Spatie\\Backtrace\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spatie/backtrace/src',
|
||||
),
|
||||
'Sokil\\IsoCodes\\' =>
|
||||
'Sokil\\IsoCodes\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/sokil/php-isocodes/src',
|
||||
),
|
||||
'Rsx\\' =>
|
||||
'Rsx\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/rsx',
|
||||
),
|
||||
'React\\Stream\\' =>
|
||||
'React\\Stream\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/react/stream/src',
|
||||
),
|
||||
'React\\Socket\\' =>
|
||||
'React\\Socket\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/react/socket/src',
|
||||
),
|
||||
'React\\Promise\\' =>
|
||||
'React\\Promise\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/react/promise/src',
|
||||
),
|
||||
'React\\EventLoop\\' =>
|
||||
'React\\EventLoop\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/react/event-loop/src',
|
||||
),
|
||||
'React\\Dns\\' =>
|
||||
'React\\Dns\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/react/dns/src',
|
||||
),
|
||||
'React\\ChildProcess\\' =>
|
||||
'React\\ChildProcess\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/react/child-process/src',
|
||||
),
|
||||
'React\\Cache\\' =>
|
||||
'React\\Cache\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/react/cache/src',
|
||||
),
|
||||
'Ramsey\\Uuid\\' =>
|
||||
'Ramsey\\Uuid\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/ramsey/uuid/src',
|
||||
),
|
||||
'Ramsey\\Collection\\' =>
|
||||
'Ramsey\\Collection\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/ramsey/collection/src',
|
||||
),
|
||||
'Psy\\' =>
|
||||
'Psy\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psy/psysh/src',
|
||||
),
|
||||
'Psr\\SimpleCache\\' =>
|
||||
'Psr\\SimpleCache\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
|
||||
),
|
||||
'Psr\\Log\\' =>
|
||||
'Psr\\Log\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/log/src',
|
||||
),
|
||||
'Psr\\Http\\Message\\' =>
|
||||
'Psr\\Http\\Message\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/http-factory/src',
|
||||
1 => __DIR__ . '/..' . '/psr/http-message/src',
|
||||
),
|
||||
'Psr\\Http\\Client\\' =>
|
||||
'Psr\\Http\\Client\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/http-client/src',
|
||||
),
|
||||
'Psr\\EventDispatcher\\' =>
|
||||
'Psr\\EventDispatcher\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/event-dispatcher/src',
|
||||
),
|
||||
'Psr\\Container\\' =>
|
||||
'Psr\\Container\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/container/src',
|
||||
),
|
||||
'Psr\\Clock\\' =>
|
||||
'Psr\\Clock\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/clock/src',
|
||||
),
|
||||
'Psr\\Cache\\' =>
|
||||
'Psr\\Cache\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/cache/src',
|
||||
),
|
||||
'PhpParser\\' =>
|
||||
'PhpParser\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser',
|
||||
),
|
||||
'PhpOption\\' =>
|
||||
'PhpOption\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption',
|
||||
),
|
||||
'PhpCsFixer\\' =>
|
||||
'PhpCsFixer\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src',
|
||||
),
|
||||
'PHPStan\\PhpDocParser\\' =>
|
||||
'PHPStan\\PhpDocParser\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/phpstan/phpdoc-parser/src',
|
||||
),
|
||||
'NunoMaduro\\Collision\\' =>
|
||||
'NunoMaduro\\Collision\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/nunomaduro/collision/src',
|
||||
),
|
||||
'Nette\\' =>
|
||||
'Nette\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/nette/utils/src',
|
||||
),
|
||||
'Monolog\\' =>
|
||||
'Monolog\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
|
||||
),
|
||||
'Mockery\\' =>
|
||||
'Mockery\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/mockery/mockery/library/Mockery',
|
||||
),
|
||||
'Masterminds\\' =>
|
||||
'Masterminds\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/masterminds/html5/src',
|
||||
),
|
||||
'League\\MimeTypeDetection\\' =>
|
||||
'League\\MimeTypeDetection\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
|
||||
),
|
||||
'League\\Flysystem\\Local\\' =>
|
||||
'League\\Flysystem\\Local\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/league/flysystem-local',
|
||||
),
|
||||
'League\\Flysystem\\' =>
|
||||
'League\\Flysystem\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/league/flysystem/src',
|
||||
),
|
||||
'League\\Config\\' =>
|
||||
'League\\Config\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/league/config/src',
|
||||
),
|
||||
'League\\CommonMark\\' =>
|
||||
'League\\CommonMark\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/league/commonmark/src',
|
||||
),
|
||||
'Laravel\\Tinker\\' =>
|
||||
'Laravel\\Tinker\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravel/tinker/src',
|
||||
),
|
||||
'Laravel\\SerializableClosure\\' =>
|
||||
'Laravel\\SerializableClosure\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravel/serializable-closure/src',
|
||||
),
|
||||
'Laravel\\Sanctum\\' =>
|
||||
'Laravel\\Sanctum\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravel/sanctum/src',
|
||||
),
|
||||
'Laravel\\Sail\\' =>
|
||||
'Laravel\\Sail\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravel/sail/src',
|
||||
),
|
||||
'Laravel\\Prompts\\' =>
|
||||
'Laravel\\Prompts\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravel/prompts/src',
|
||||
),
|
||||
'Illuminate\\Support\\' =>
|
||||
'Illuminate\\Support\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Macroable',
|
||||
1 => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Collections',
|
||||
2 => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Conditionable',
|
||||
),
|
||||
'Illuminate\\' =>
|
||||
'Illuminate\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravel/framework/src/Illuminate',
|
||||
),
|
||||
'GuzzleHttp\\UriTemplate\\' =>
|
||||
'GuzzleHttp\\UriTemplate\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzlehttp/uri-template/src',
|
||||
),
|
||||
'GuzzleHttp\\Psr7\\' =>
|
||||
'GuzzleHttp\\Psr7\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
|
||||
),
|
||||
'GuzzleHttp\\Promise\\' =>
|
||||
'GuzzleHttp\\Promise\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
|
||||
),
|
||||
'GuzzleHttp\\' =>
|
||||
'GuzzleHttp\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
|
||||
),
|
||||
'GrahamCampbell\\ResultType\\' =>
|
||||
'GrahamCampbell\\ResultType\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/graham-campbell/result-type/src',
|
||||
),
|
||||
'Giggsey\\Locale\\' =>
|
||||
'Giggsey\\Locale\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/giggsey/locale/src',
|
||||
),
|
||||
'Fruitcake\\Cors\\' =>
|
||||
'Fruitcake\\Cors\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/fruitcake/php-cors/src',
|
||||
),
|
||||
'Fidry\\CpuCoreCounter\\' =>
|
||||
'Fidry\\CpuCoreCounter\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/fidry/cpu-core-counter/src',
|
||||
),
|
||||
'Faker\\' =>
|
||||
'Faker\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/fakerphp/faker/src/Faker',
|
||||
),
|
||||
'Evenement\\' =>
|
||||
'Evenement\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/evenement/evenement/src',
|
||||
),
|
||||
'Egulias\\EmailValidator\\' =>
|
||||
'Egulias\\EmailValidator\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/egulias/email-validator/src',
|
||||
),
|
||||
'Dotenv\\' =>
|
||||
'Dotenv\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src',
|
||||
),
|
||||
'Doctrine\\Inflector\\' =>
|
||||
'Doctrine\\Inflector\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/doctrine/inflector/src',
|
||||
),
|
||||
'Doctrine\\Deprecations\\' =>
|
||||
'Doctrine\\Deprecations\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/doctrine/deprecations/src',
|
||||
),
|
||||
'Doctrine\\DBAL\\' =>
|
||||
'Doctrine\\DBAL\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/doctrine/dbal/src',
|
||||
),
|
||||
'Doctrine\\Common\\Lexer\\' =>
|
||||
'Doctrine\\Common\\Lexer\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/doctrine/lexer/src',
|
||||
),
|
||||
'Doctrine\\Common\\' =>
|
||||
'Doctrine\\Common\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/doctrine/event-manager/src',
|
||||
),
|
||||
'Dflydev\\DotAccessData\\' =>
|
||||
'Dflydev\\DotAccessData\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/dflydev/dot-access-data/src',
|
||||
),
|
||||
'DeepCopy\\' =>
|
||||
'DeepCopy\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy',
|
||||
),
|
||||
'Database\\Seeders\\' =>
|
||||
'Database\\Seeders\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/database/seeders',
|
||||
1 => __DIR__ . '/..' . '/laravel/pint/database/seeders',
|
||||
),
|
||||
'Database\\Factories\\' =>
|
||||
'Database\\Factories\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/database/factories',
|
||||
1 => __DIR__ . '/..' . '/laravel/pint/database/factories',
|
||||
),
|
||||
'Cron\\' =>
|
||||
'Cron\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
|
||||
),
|
||||
'Composer\\XdebugHandler\\' =>
|
||||
'Composer\\XdebugHandler\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/composer/xdebug-handler/src',
|
||||
),
|
||||
'Composer\\Semver\\' =>
|
||||
'Composer\\Semver\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/composer/semver/src',
|
||||
),
|
||||
'Composer\\Pcre\\' =>
|
||||
'Composer\\Pcre\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/composer/pcre/src',
|
||||
),
|
||||
'Composer\\ClassMapGenerator\\' =>
|
||||
'Composer\\ClassMapGenerator\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/composer/class-map-generator/src',
|
||||
),
|
||||
'Clue\\React\\NDJson\\' =>
|
||||
'Clue\\React\\NDJson\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/clue/ndjson-react/src',
|
||||
),
|
||||
'Carbon\\Doctrine\\' =>
|
||||
'Carbon\\Doctrine\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine',
|
||||
),
|
||||
'Carbon\\' =>
|
||||
'Carbon\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
|
||||
),
|
||||
'Brick\\Math\\' =>
|
||||
'Brick\\Math\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/brick/math/src',
|
||||
),
|
||||
'Barryvdh\\LaravelIdeHelper\\' =>
|
||||
'Barryvdh\\LaravelIdeHelper\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/barryvdh/laravel-ide-helper/src',
|
||||
),
|
||||
'App\\' =>
|
||||
'App\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/app',
|
||||
1 => __DIR__ . '/..' . '/laravel/pint/app',
|
||||
@@ -742,9 +742,9 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
);
|
||||
|
||||
public static $prefixesPsr0 = array (
|
||||
'B' =>
|
||||
'B' =>
|
||||
array (
|
||||
'Barryvdh' =>
|
||||
'Barryvdh' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/barryvdh/reflection-docblock/src',
|
||||
),
|
||||
@@ -821,6 +821,7 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Convention\\LayoutLocation_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Convention/LayoutLocation_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Convention\\OneBundlePerModule_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Convention/OneBundlePerModule_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\AjaxReturnValue_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/AjaxReturnValue_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DecoratorIdentifierParam_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/DecoratorIdentifierParam_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DecoratorUsage_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/DecoratorUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DefensiveCoding_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/DefensiveCoding_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DirectAjaxApi_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/DirectAjaxApi_CodeQualityRule.php',
|
||||
@@ -833,7 +834,9 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryUsage_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/JQueryUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryVariableNaming_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/JQueryVariableNaming_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryVisibilityCheck_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/JQueryVisibilityCheck_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlCatchFallback_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlCatchFallback_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlComponentImplementation_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlComponentImplementation_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlCustomEvent_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlCustomEvent_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlDataInCreate_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlDataInCreate_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlOnLoadData_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadData_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlOnLoadDom_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadDom_CodeQualityRule.php',
|
||||
@@ -849,22 +852,25 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\TypeofCheck_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/TypeofCheck_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\VarUsage_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/VarUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\WindowAssignment_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/JavaScript/WindowAssignment_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlComponentNaming_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlComponentNaming_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlClassNaming_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlClassNaming_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlEventPreventDefault_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlEventPreventDefault_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlHtmlComment_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlHtmlComment_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlInlineScript_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlInlineScript_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlRedundantClass_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlRedundantClass_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\FilenameClassMatch_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Manifest/FilenameClassMatch_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\InstanceMethods_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Manifest/InstanceMethods_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\Monoprogenic_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Manifest/Monoprogenic_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\RsxControllerInheritance_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Manifest/RsxControllerInheritance_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\ScssClassScope_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Manifest/ScssClassScope_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\SpaAttributeMisuse_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Manifest/SpaAttributeMisuse_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Meta\\Code_Quality_Meta_Inheritance_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Meta/Code_Quality_Meta_Inheritance_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelAjaxFetchAttribute_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelAjaxFetchAttribute_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelBannedRelations_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelBannedRelations_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelCarbonCasts_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelCarbonCasts_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelColumnMethodConflict_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelColumnMethodConflict_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelEnumColumns_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelEnumColumns_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelEnums_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelEnums_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelExtends_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelExtends_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelFetchDateFormatting_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelFetchDateFormatting_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelFetchMethod_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelFetchMethod_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelRelations_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelRelations_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelTable_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/Models/ModelTable_CodeQualityRule.php',
|
||||
@@ -874,6 +880,7 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\DbTableUsage_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/DbTableUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\EndpointAuthCheck_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/EndpointAuthCheck_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ExecUsage_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/ExecUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\FieldAliasing_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/FieldAliasing_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\FunctionExists_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/FunctionExists_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\GenericSuffix_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/GenericSuffix_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\HardcodedUrlInRedirect_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/HardcodedUrlInRedirect_CodeQualityRule.php',
|
||||
@@ -881,6 +888,7 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\LaravelSession_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/LaravelSession_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\MassAssignment_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/MassAssignment_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ModelFetchAuthCheck_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/ModelFetchAuthCheck_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ModelFqcnReference_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/ModelFqcnReference_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\NamingConvention_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/NamingConvention_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\NoImplements_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/NoImplements_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\PhpFallbackLegacy_CodeQualityRule' => __DIR__ . '/../..' . '/app/RSpade/CodeQuality/Rules/PHP/PhpFallbackLegacy_CodeQualityRule.php',
|
||||
@@ -931,6 +939,7 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'App\\RSpade\\Commands\\Migrate\\Migrate_Rollback_Command' => __DIR__ . '/../..' . '/app/RSpade/Commands/Migrate/Migrate_Rollback_Command.php',
|
||||
'App\\RSpade\\Commands\\Migrate\\Migrate_Status_Command' => __DIR__ . '/../..' . '/app/RSpade/Commands/Migrate/Migrate_Status_Command.php',
|
||||
'App\\RSpade\\Commands\\Migrate\\Pending_Command' => __DIR__ . '/../..' . '/app/RSpade/Commands/Migrate/Pending_Command.php',
|
||||
'App\\RSpade\\Commands\\Migrate\\PrivilegedCommandTrait' => __DIR__ . '/../..' . '/app/RSpade/Commands/Migrate/PrivilegedCommandTrait.php',
|
||||
'App\\RSpade\\Commands\\Refactor\\Php\\ClassReferenceScanner' => __DIR__ . '/../..' . '/app/RSpade/Commands/Refactor/Php/ClassReferenceScanner.php',
|
||||
'App\\RSpade\\Commands\\Refactor\\Php\\FileUpdater' => __DIR__ . '/../..' . '/app/RSpade/Commands/Refactor/Php/FileUpdater.php',
|
||||
'App\\RSpade\\Commands\\Refactor\\Php\\MethodReferenceScanner' => __DIR__ . '/../..' . '/app/RSpade/Commands/Refactor/Php/MethodReferenceScanner.php',
|
||||
@@ -1085,6 +1094,7 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'App\\RSpade\\Core\\PHP\\Php_Fixer' => __DIR__ . '/../..' . '/app/RSpade/Core/PHP/Php_Fixer.php',
|
||||
'App\\RSpade\\Core\\PHP\\Php_Parser' => __DIR__ . '/../..' . '/app/RSpade/Core/PHP/Php_Parser.php',
|
||||
'App\\RSpade\\Core\\Permission\\Permission_Abstract' => __DIR__ . '/../..' . '/app/RSpade/Core/Permission/Permission_Abstract.php',
|
||||
'App\\RSpade\\Core\\Polymorphic_Field_Helper' => __DIR__ . '/../..' . '/app/RSpade/Core/Polymorphic_Field_Helper.php',
|
||||
'App\\RSpade\\Core\\Providers\\Rsx_Bundle_Provider' => __DIR__ . '/../..' . '/app/RSpade/Core/Providers/Rsx_Bundle_Provider.php',
|
||||
'App\\RSpade\\Core\\Providers\\Rsx_Dispatch_Bootstrapper_Handler' => __DIR__ . '/../..' . '/app/RSpade/Core/Providers/Rsx_Dispatch_Bootstrapper_Handler.php',
|
||||
'App\\RSpade\\Core\\Providers\\Rsx_Framework_Provider' => __DIR__ . '/../..' . '/app/RSpade/Core/Providers/Rsx_Framework_Provider.php',
|
||||
@@ -1096,10 +1106,14 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'App\\RSpade\\Core\\Rsx' => __DIR__ . '/../..' . '/app/RSpade/Core/Rsx.php',
|
||||
'App\\RSpade\\Core\\RsxReflection' => __DIR__ . '/../..' . '/app/RSpade/Core/RsxReflection.php',
|
||||
'App\\RSpade\\Core\\SPA\\Spa_ManifestSupport' => __DIR__ . '/../..' . '/app/RSpade/Core/SPA/Spa_ManifestSupport.php',
|
||||
'App\\RSpade\\Core\\SPA\\Spa_Session_Controller' => __DIR__ . '/../..' . '/app/RSpade/Core/SPA/Spa_Session_Controller.php',
|
||||
'App\\RSpade\\Core\\Schedule_Field_Helper' => __DIR__ . '/../..' . '/app/RSpade/Core/Schedule_Field_Helper.php',
|
||||
'App\\RSpade\\Core\\Search\\Search_Index_Model' => __DIR__ . '/../..' . '/app/RSpade/Core/Search/Search_Index_Model.php',
|
||||
'App\\RSpade\\Core\\Service\\Rsx_Service_Abstract' => __DIR__ . '/../..' . '/app/RSpade/Core/Service/Rsx_Service_Abstract.php',
|
||||
'App\\RSpade\\Core\\Session\\Login_History' => __DIR__ . '/../..' . '/app/RSpade/Core/Session/Login_History.php',
|
||||
'App\\RSpade\\Core\\Session\\Session' => __DIR__ . '/../..' . '/app/RSpade/Core/Session/Session.php',
|
||||
'App\\RSpade\\Core\\Session\\Session_Cleanup_Service' => __DIR__ . '/../..' . '/app/RSpade/Core/Session/Session_Cleanup_Service.php',
|
||||
'App\\RSpade\\Core\\Session\\User_Agent' => __DIR__ . '/../..' . '/app/RSpade/Core/Session/User_Agent.php',
|
||||
'App\\RSpade\\Core\\Storage\\Rsx_Storage_Helper' => __DIR__ . '/../..' . '/app/RSpade/Core/Storage/Rsx_Storage_Helper.php',
|
||||
'App\\RSpade\\Core\\Task\\Cleanup_Service' => __DIR__ . '/../..' . '/app/RSpade/Core/Task/Cleanup_Service.php',
|
||||
'App\\RSpade\\Core\\Task\\Cron_Parser' => __DIR__ . '/../..' . '/app/RSpade/Core/Task/Cron_Parser.php',
|
||||
@@ -1109,6 +1123,10 @@ class ComposerStaticInitfe33f98a750b8c5a51b30c78bd3fab21
|
||||
'App\\RSpade\\Core\\Task\\Task_Status' => __DIR__ . '/../..' . '/app/RSpade/Core/Task/Task_Status.php',
|
||||
'App\\RSpade\\Core\\Testing\\Rsx_Formdata_Generator_Controller' => __DIR__ . '/../..' . '/app/RSpade/Core/Testing/Rsx_Formdata_Generator_Controller.php',
|
||||
'App\\RSpade\\Core\\Testing\\Rsx_Test_Abstract' => __DIR__ . '/../..' . '/app/RSpade/Core/Testing/Rsx_Test_Abstract.php',
|
||||
'App\\RSpade\\Core\\Time\\Rsx_Date' => __DIR__ . '/../..' . '/app/RSpade/Core/Time/Rsx_Date.php',
|
||||
'App\\RSpade\\Core\\Time\\Rsx_DateTime_Cast' => __DIR__ . '/../..' . '/app/RSpade/Core/Time/Rsx_DateTime_Cast.php',
|
||||
'App\\RSpade\\Core\\Time\\Rsx_Date_Cast' => __DIR__ . '/../..' . '/app/RSpade/Core/Time/Rsx_Date_Cast.php',
|
||||
'App\\RSpade\\Core\\Time\\Rsx_Time' => __DIR__ . '/../..' . '/app/RSpade/Core/Time/Rsx_Time.php',
|
||||
'App\\RSpade\\Core\\Validation\\LayoutChainValidator' => __DIR__ . '/../..' . '/app/RSpade/Core/Validation/LayoutChainValidator.php',
|
||||
'App\\RSpade\\Core\\Validation\\ViewValidator' => __DIR__ . '/../..' . '/app/RSpade/Core/Validation/ViewValidator.php',
|
||||
'App\\RSpade\\Core\\View\\PageData' => __DIR__ . '/../..' . '/app/RSpade/Core/View/PageData.php',
|
||||
|
||||
Reference in New Issue
Block a user