Skip to content

Commit ed8ad73

Browse files
committedDec 30, 2016
Add PSR-3 log implementation to phan configuration
Summary: This fixes the following issue detected by phan: ``` app/Exceptions/Handler.php:49 PhanUndeclaredClassMethod Call to method error from undeclared class \Psr\Log\LoggerInterface ``` Test Plan: `phan | grep Psr` Reviewers: dereckson Reviewed By: dereckson Differential Revision: https://devcentral.nasqueron.org/D779
1 parent 905274b commit ed8ad73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.phan/config.php

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'vendor/laravel/framework/src/Illuminate/View',
3636
'vendor/mockery/mockery/library',
3737
'vendor/netresearch/jsonmapper/src',
38+
'vendor/psr/log/Psr/Log',
3839
'vendor/sentry/sentry/lib/Raven',
3940
'vendor/symfony/console',
4041
'vendor/symfony/http-kernel',

0 commit comments

Comments
 (0)
Please sign in to comment.