From ff6f47c1545912fe8640b78d7962e40d32cada5a Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sat, 13 Aug 2016 10:52:18 -0400 Subject: [PATCH] Add feature --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d22a1a6fd..9b4e8ba78 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Inspects your code and finds errors ... + +Because it's based on nikic's PhpParser, it supports @var declarations on lines where etsy/phan does not. Yay.