Skip to content

Commit 9ebcf81

Browse files
committed
Use US spelling of 'analyze' for consistency with the rest of the codebase
1 parent 8132f48 commit 9ebcf81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpstan/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Additional flags supported by PHPStan can be passed by passing `--` followed by
2222
# to increase the memory limit from the default 2G to 4G:
2323
npm run typecheck:php -- --memory-limit=4G
2424

25-
# to analyse only a specific file:
25+
# to analyze only a specific file:
2626
npm run typecheck:php -- src/wp-includes/template.php
2727

2828
# To scan with verbose debugging output:
@@ -80,4 +80,4 @@ PHPStan can be resource-intensive, especially on large codebases like WordPress.
8080

8181
PHPStan caches analysis results to speed up subsequent runs. You can see information about the results cache by running `analyse` with the `-vv` or `-vvv` flag.
8282

83-
Sometimes, due to the lack of type information in legacy code, PHPStan may still struggle to analyse certain parts of the codebase. In such cases, you can use the `--debug` flag to disable caching and see which files are causing issues.
83+
Sometimes, due to the lack of type information in legacy code, PHPStan may still struggle to analyze certain parts of the codebase. In such cases, you can use the `--debug` flag to disable caching and see which files are causing issues.

0 commit comments

Comments
 (0)