Skip to content

Commit e522a5a

Browse files
authored
Update result-cache.md
1 parent a1d8479 commit e522a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/user-guide/result-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Result cache contents
2525
* Analysed paths
2626
* `composer.lock` files hashes
2727
* [Stub files](/user-guide/stub-files) hashes
28-
* [Bootstrap files](https://phpstan.org/config-reference#bootstrap) hashes
29-
* [Autoload file](https://phpstan.org/user-guide/command-line-usage#--autoload-file%7C-a) hash
28+
* [Bootstrap files](/config-reference#bootstrap) hashes
29+
* [Autoload file](/user-guide/command-line-usage#--autoload-file%7C-a) hash
3030
* Errors in the last run
3131
* Dependency tree of project files. If file `A.php` was modified since the last run, `A.php` and all the files calling or otherwise referencing all the symbols in `A.php` are analysed again.
3232

0 commit comments

Comments
 (0)