Page MenuHomePhabricator

Fix errors found by PHPStan
ClosedPublic

Authored by vrana on Feb 16 2017, 1:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 8, 3:27 AM
Unknown Object (File)
Wed, Jul 1, 5:04 AM
Unknown Object (File)
Jun 2 2026, 12:52 PM
Unknown Object (File)
Jun 1 2026, 8:18 PM
Unknown Object (File)
Apr 17 2026, 1:22 AM
Unknown Object (File)
Mar 12 2026, 8:28 AM
Unknown Object (File)
Mar 6 2026, 1:57 AM
Unknown Object (File)
Feb 28 2026, 4:42 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.