Enable Discovery debug logging for production troubleshooting
- Add DISCOVERY_LOG_LEVEL=debug - Add DISCOVERY_SHOW_PROGRESS=true - Temporary changes for debugging InitializerProcessor fixes on production
This commit is contained in:
31
var/phpstan/cache/PHPStan/38/e8/38e8fa4de6be765f11ba7264742ed6b14f9be7cb.php
vendored
Normal file
31
var/phpstan/cache/PHPStan/38/e8/38e8fa4de6be765f11ba7264742ed6b14f9be7cb.php
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
// odsl-/home/michael/dev/michaelschiemer/vendor/composer/../sebastian/recursion-context/src/
|
||||
return \PHPStan\Cache\CacheItem::__set_state(array(
|
||||
'variableKey' => 'v1',
|
||||
'data' =>
|
||||
array (
|
||||
'/home/michael/dev/michaelschiemer/vendor/sebastian/recursion-context/src/Context.php' =>
|
||||
array (
|
||||
0 => '59cb254cf2efe5b02ba944e9d3c027041902c199',
|
||||
1 =>
|
||||
array (
|
||||
0 => 'sebastianbergmann\\recursioncontext\\context',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
0 => 'sebastianbergmann\\recursioncontext\\__construct',
|
||||
1 => 'sebastianbergmann\\recursioncontext\\__destruct',
|
||||
2 => 'sebastianbergmann\\recursioncontext\\add',
|
||||
3 => 'sebastianbergmann\\recursioncontext\\contains',
|
||||
4 => 'sebastianbergmann\\recursioncontext\\addarray',
|
||||
5 => 'sebastianbergmann\\recursioncontext\\addobject',
|
||||
6 => 'sebastianbergmann\\recursioncontext\\containsarray',
|
||||
7 => 'sebastianbergmann\\recursioncontext\\containsobject',
|
||||
),
|
||||
3 =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
),
|
||||
));
|
||||
Reference in New Issue
Block a user