Skip to content

Commit

Permalink
Fix analysis typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Feb 26, 2018
1 parent a492401 commit 336ede2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ A few years ago [Nikita Popov](https://nikic.github.io/) started an ambitious pr
PHP_CodeSniffer was read only, which is great for letting you know what is wrong, but not much for getting a coffee instead. So fixing part was added.

Same was for PHP-Parser. It can read a code and allow it analysis.
That's what [Ondřej Mirtes](https://ondrej.mirtes.cz/) uses in [PHPStan](/blog/2017/01/28/why-I-switched-scrutinizer-for-phpstan-and-you-should-too/) - context aware PHP anylisis ("this variable is of this type").
That's what [Ondřej Mirtes](https://ondrej.mirtes.cz/) uses in [PHPStan](/blog/2017/01/28/why-I-switched-scrutinizer-for-phpstan-and-you-should-too/) - context aware PHP analysis ("this variable is of this type").

Again useful, but what about that coffee? It won't make itself.

Expand Down

0 comments on commit 336ede2

Please sign in to comment.