Page MenuHomePhabricator

Fix errors found by PHPStan
ClosedPublic

Authored by vrana on Feb 16 2017, 1:23 PM.
Tags
None
Referenced Files
F15464861: D17367.id41761.diff
Wed, Apr 2, 12:57 PM
F15448435: D17367.id41765.diff
Fri, Mar 28, 4:50 AM
F15445870: D17367.id41762.diff
Thu, Mar 27, 4:17 PM
F15444474: D17367.id.diff
Thu, Mar 27, 9:46 AM
F15442683: D17367.diff
Wed, Mar 26, 11:59 PM
F15440482: D17367.id41761.diff
Wed, Mar 26, 12:58 PM
F15440159: D17367.diff
Wed, Mar 26, 11:18 AM
F15415807: D17367.id41761.diff
Thu, Mar 20, 7:55 AM
Subscribers

Details

Test Plan

Ran phpstan analyze -a autoload.php arcanist/src with autoload.php containing:

<?php
require_once 'libphutil/src/__phutil_library_init__.php';
require_once 'arcanist/src/__phutil_library_init__.php';

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

The test error seems to be caused by a different version of JSHint (I have 2.3.0).

This revision is now accepted and ready to land.Feb 16 2017, 1:43 PM
This revision was automatically updated to reflect the committed changes.