Page MenuHomePhabricator

Fix errors found by PHPStan
ClosedPublic

Authored by vrana on Feb 16 2017, 1:23 PM.
Tags
None
Referenced Files
F14393303: D17367.id.diff
Sat, Dec 21, 11:16 PM
Unknown Object (File)
Tue, Dec 17, 7:42 AM
Unknown Object (File)
Sun, Dec 15, 9:49 PM
Unknown Object (File)
Tue, Dec 10, 7:15 PM
Unknown Object (File)
Sun, Dec 8, 5:05 AM
Unknown Object (File)
Thu, Dec 5, 5:36 PM
Unknown Object (File)
Thu, Dec 5, 5:28 PM
Unknown Object (File)
Tue, Dec 3, 5:39 PM
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.