Page MenuHomePhabricator

Fix errors found by PHPStan
ClosedPublic

Authored by vrana on Feb 17 2017, 5:33 PM.
Tags
None
Referenced Files
F18851991: D17377.id41783.diff
Fri, Oct 31, 5:58 AM
F18843099: D17377.diff
Tue, Oct 28, 8:59 PM
F18829713: D17377.id.diff
Sat, Oct 25, 12:16 AM
F18750279: D17377.diff
Oct 4 2025, 7:13 AM
F18599150: D17377.diff
Sep 13 2025, 6:49 AM
F18595792: D17377.diff
Sep 12 2025, 10:53 PM
F18588176: D17377.diff
Sep 11 2025, 11:29 PM
F18508540: D17377.id.diff
Sep 5 2025, 2:52 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.