Page MenuHomePhabricator

Fix errors found by PHPStan
ClosedPublic

Authored by vrana on Feb 17 2017, 5:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 5:47 PM
Unknown Object (File)
Tue, Mar 19, 5:46 PM
Unknown Object (File)
Tue, Mar 19, 5:46 PM
Unknown Object (File)
Tue, Mar 19, 5:46 PM
Unknown Object (File)
Sun, Mar 10, 11:55 PM
Unknown Object (File)
Feb 10 2024, 4:41 AM
Unknown Object (File)
Jan 25 2024, 12:00 AM
Unknown Object (File)
Jan 24 2024, 10:21 AM
Subscribers

Details

Test Plan

None.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

src/applications/diffusion/editor/DiffusionCommitEditEngine.php
114

LOL.

(These are from PHPStan's level 5 errors.)

Good catch! What's the underlying rule that detected that? (Variable assignment without use before next assignment?)

src/applications/diffusion/editor/DiffusionCommitEditEngine.php
114

Ugh, thanks.

This revision is now accepted and ready to land.Feb 17 2017, 5:46 PM

Comparing a string to false with ===.

This revision was automatically updated to reflect the committed changes.