1
0
Fork 0

fix(cache): bump cache version (#508)

the update of reflection-docblock means old caches are no longer valid.

fixes #507
pull/499/merge v4.6.4
Felix Becker 2017-10-29 13:06:44 -07:00 committed by GitHub
parent 99d8a361db
commit c74076d84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ use function Sabre\Event\coroutine;
class Indexer class Indexer
{ {
/** /**
* @var The prefix for every cache item * @var int The prefix for every cache item
*/ */
const CACHE_VERSION = 1; const CACHE_VERSION = 2;
/** /**
* @var FilesFinder * @var FilesFinder