Skip to content

Commit c74076d

Browse files
authored
fix(cache): bump cache version (#508)
the update of reflection-docblock means old caches are no longer valid. fixes #507
1 parent 99d8a36 commit c74076d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Indexer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
class Indexer
1717
{
1818
/**
19-
* @var The prefix for every cache item
19+
* @var int The prefix for every cache item
2020
*/
21-
const CACHE_VERSION = 1;
21+
const CACHE_VERSION = 2;
2222

2323
/**
2424
* @var FilesFinder

0 commit comments

Comments
 (0)