Page MenuHomePhabricator

Fix errors found by PHPStan
ClosedPublic

Authored by vrana on Feb 16 2017, 1:23 PM.
Tags
None
Referenced Files
F15553788: D17367.id41765.diff
Mon, Apr 28, 3:45 AM
F15549896: D17367.id.diff
Sun, Apr 27, 8:08 AM
F15545314: D17367.diff
Sat, Apr 26, 10:02 AM
F15533467: D17367.id41762.diff
Wed, Apr 23, 7:51 PM
F15488377: D17367.id41761.diff
Thu, Apr 10, 9:44 PM
F15476210: D17367.diff
Mon, Apr 7, 4:41 AM
F15464861: D17367.id41761.diff
Wed, Apr 2, 12:57 PM
F15448435: D17367.id41765.diff
Mar 28 2025, 4:50 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.