Page MenuHomePhabricator

Fix errors found by PHPStan
ClosedPublic

Authored by vrana on Feb 16 2017, 1:23 PM.
Tags
None
Referenced Files
F13060693: D17367.diff
Fri, Apr 19, 6:14 PM
Unknown Object (File)
Mon, Apr 1, 4:33 PM
Unknown Object (File)
Mon, Apr 1, 3:02 AM
Unknown Object (File)
Sat, Mar 30, 4:09 AM
Unknown Object (File)
Thu, Mar 28, 4:26 PM
Unknown Object (File)
Thu, Mar 21, 12:49 PM
Unknown Object (File)
Feb 24 2024, 4:40 PM
Unknown Object (File)
Feb 20 2024, 6:17 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.