Page MenuHomePhabricator

Minor fix presumably identified by PHPStan
ClosedPublic

Authored by joshuaspence on Feb 28 2017, 8:41 PM.
Tags
None
Referenced Files
F15475248: D17435.id41923.diff
Sun, Apr 6, 5:48 PM
F15461484: D17435.id41922.diff
Tue, Apr 1, 8:38 AM
F15452511: D17435.id41923.diff
Sat, Mar 29, 5:24 AM
F15451634: D17435.id.diff
Fri, Mar 28, 11:04 PM
F15445523: D17435.diff
Thu, Mar 27, 2:20 PM
F15444948: D17435.id.diff
Thu, Mar 27, 12:00 PM
F15415090: D17435.id41923.diff
Thu, Mar 20, 3:56 AM
F15388118: D17435.diff
Sat, Mar 15, 3:20 AM

Details

Summary

Address comments from @vrana, see D14512#207302.

Test Plan

Ran unit tests.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Unit test thing is a PHP7 thing.

This revision is now accepted and ready to land.Feb 28 2017, 8:41 PM

Unit test thing is a PHP7 thing.

Are you sure?

> php -v
PHP 5.6.30-1+deb.sury.org~xenial+1 (cli) 
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies

More sure than I should be, it seems. But certainly unrelated.

This revision was automatically updated to reflect the committed changes.