From 336ede21940cd3c3455e4499e7fe5aded4546364 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Mon, 26 Feb 2018 16:19:26 -0500 Subject: [PATCH] Fix analysis typo --- ...tor-part-2-maturity-of-php-ecocystem-and-founding-fathers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2018/2018-02-26-rector-part-2-maturity-of-php-ecocystem-and-founding-fathers.md b/source/_posts/2018/2018-02-26-rector-part-2-maturity-of-php-ecocystem-and-founding-fathers.md index 939b372af37..922fde1d8a7 100644 --- a/source/_posts/2018/2018-02-26-rector-part-2-maturity-of-php-ecocystem-and-founding-fathers.md +++ b/source/_posts/2018/2018-02-26-rector-part-2-maturity-of-php-ecocystem-and-founding-fathers.md @@ -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.