Page MenuHomePhabricator

Fix errors found by PHPStan
ClosedPublic

Authored by vrana on Feb 16 2017, 1:23 PM.
Tags
None
Referenced Files
F19946567: D17367.id.diff
Fri, Apr 17, 1:22 AM
F19845519: D17367.id.diff
Mar 12 2026, 8:28 AM
F19818996: D17367.id.diff
Mar 6 2026, 1:57 AM
F19800620: D17367.id41765.diff
Feb 28 2026, 4:42 PM
F19629682: D17367.id.diff
Feb 5 2026, 12:24 AM
F19611662: D17367.diff
Feb 3 2026, 6:10 PM
F19502937: D17367.diff
Jan 8 2026, 8:48 PM
F19457192: D17367.id41762.diff
Jan 1 2026, 9:49 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.