From d6dc575a0ae3d9fa20597afe0899443d41a2cae1 Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Wed, 4 Oct 2017 08:35:12 +0100 Subject: [PATCH] Fix phan output --- src/PhanTextLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhanTextLoader.php b/src/PhanTextLoader.php index 7f5419c..1185225 100644 --- a/src/PhanTextLoader.php +++ b/src/PhanTextLoader.php @@ -8,7 +8,7 @@ */ class PhanTextLoader implements FileChecker { - protected $lineMatch = '#\./(?P.*?):(?P[0-9]+)(?P.*)#'; + protected $lineMatch = '#./(?P.*?):(?P[0-9]+)(?P.*)#'; /** * @var string */