We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ab072 commit f60e3d2Copy full SHA for f60e3d2
src/QueryReflection/ReflectionCache.php
@@ -13,7 +13,7 @@
13
14
final class ReflectionCache
15
{
16
- private const SCHEMA_VERSION = 'v11-phpstan1_9_3-update';
+ private const SCHEMA_VERSION = 'v12-new-major';
17
18
private string $cacheFile;
19
0 commit comments