- Add DISCOVERY_LOG_LEVEL=debug - Add DISCOVERY_SHOW_PROGRESS=true - Temporary changes for debugging InitializerProcessor fixes on production
36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<?php declare(strict_types = 1);
|
|
|
|
// odsl-/home/michael/dev/michaelschiemer/vendor/composer/../sebastian/exporter/src/
|
|
return \PHPStan\Cache\CacheItem::__set_state(array(
|
|
'variableKey' => 'v1',
|
|
'data' =>
|
|
array (
|
|
'/home/michael/dev/michaelschiemer/vendor/sebastian/exporter/src/Exporter.php' =>
|
|
array (
|
|
0 => 'dcc53ec1b74a7c6f1ec34c104365031cb1700326',
|
|
1 =>
|
|
array (
|
|
0 => 'sebastianbergmann\\exporter\\exporter',
|
|
),
|
|
2 =>
|
|
array (
|
|
0 => 'sebastianbergmann\\exporter\\__construct',
|
|
1 => 'sebastianbergmann\\exporter\\export',
|
|
2 => 'sebastianbergmann\\exporter\\shortenedrecursiveexport',
|
|
3 => 'sebastianbergmann\\exporter\\shortenedexport',
|
|
4 => 'sebastianbergmann\\exporter\\toarray',
|
|
5 => 'sebastianbergmann\\exporter\\countproperties',
|
|
6 => 'sebastianbergmann\\exporter\\shortenedcountedrecursiveexport',
|
|
7 => 'sebastianbergmann\\exporter\\recursiveexport',
|
|
8 => 'sebastianbergmann\\exporter\\exportfloat',
|
|
9 => 'sebastianbergmann\\exporter\\exportstring',
|
|
10 => 'sebastianbergmann\\exporter\\exportarray',
|
|
11 => 'sebastianbergmann\\exporter\\exportobject',
|
|
12 => 'sebastianbergmann\\exporter\\canbereflected',
|
|
),
|
|
3 =>
|
|
array (
|
|
),
|
|
),
|
|
),
|
|
)); |