Page MenuHomePhabricator

Minor linter fixes
ClosedPublic

Authored by joshuaspence on Feb 25 2014, 12:12 PM.
Tags
None
Referenced Files
F13994416: D8335.id.diff
Wed, Oct 23, 6:00 AM
F13994114: D8335.id19822.diff
Wed, Oct 23, 3:55 AM
F13963997: D8335.diff
Tue, Oct 15, 7:11 PM
Unknown Object (File)
Sun, Oct 13, 1:27 AM
Unknown Object (File)
Tue, Oct 8, 11:21 PM
Unknown Object (File)
Sun, Oct 6, 8:01 PM
Unknown Object (File)
Sep 30 2024, 10:34 PM
Unknown Object (File)
Sep 24 2024, 5:31 AM

Details

Summary

Fixed various linter issues that were identified with arc lint --everything.

  • Changed tabs to spaces.
  • Removed trailing newlines.
  • Added whitespace on either side of binary operator.
  • Added newline at EOF.
  • Minor spelling fix.
  • Removed leading newlines.
Test Plan

N/A

Diff Detail

Repository
rPHU libphutil
Branch
linter_fixes
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/filesystem/Filesystem.php:403XHP31Use Of PHP 5.3 Features
Errorsrc/filesystem/Filesystem.php:559XHP31Use Of PHP 5.3 Features
Unit
Tests Passed