HomeDevCentral

Detect whitespaces issue with Phan

Description

Detect whitespaces issue with Phan

Summary: Phan now provides a plugin to detect \r, trailing spaces and tabs.

Test Plan:

$ echo "  " > src/foo.php
$ phan
src/foo.php:1 PhanPluginWhitespaceTrailing The first occurrence of trailing whitespace was seen here.

Reviewers: dereckson

Reviewed By: dereckson

Differential Revision: https://devcentral.nasqueron.org/D2163

Details

Provenance
derecksonAuthored on Jan 28 2020, 09:30
derecksonPushed on Feb 19 2022, 22:15
Parents
rKERUALD7266cfd77f31: Address File and CodeFile inheritance issues
Branches
Unknown
Tags
Unknown

Event Timeline