HomeDevCentral

Add PSR-3 log implementation to phan configuration

Description

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

Details

Provenance
derecksonAuthored on Dec 30 2016, 02:02
Reviewer
dereckson
Differential Revision
D779: Add PSR-3 log implementation to phan configuration
Parents
rNOTIF905274bef2a3: Explicitely log exception message
Branches
Unknown
Tags
Unknown
Tasks
T1063: Implement phan analysis support in CI