Skip to content

Commit

Permalink
Fix phan output
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Oct 4, 2017
1 parent 29e0abc commit d6dc575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhanTextLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class PhanTextLoader implements FileChecker
{
protected $lineMatch = '#\./(?P<fileName>.*?):(?P<lineNumber>[0-9]+)(?P<message>.*)#';
protected $lineMatch = '#./(?P<fileName>.*?):(?P<lineNumber>[0-9]+)(?P<message>.*)#';
/**
* @var string
*/
Expand Down

0 comments on commit d6dc575

Please sign in to comment.