Enable phan

Change-Id: Ia99ca5a3ecbf38c46f0dd176d66e5b75c99ebf4b
This commit is contained in:
Kunal Mehta 2019-07-18 19:33:07 -04:00
parent 69d907f411
commit 37b566113e
2 changed files with 5 additions and 1 deletions

3
.phan/config.php Normal file
View file

@ -0,0 +1,3 @@
<?php
return require __DIR__ . '/../vendor/mediawiki/mediawiki-phan-config/src/config.php';

View file

@ -3,7 +3,8 @@
"jakub-onderka/php-parallel-lint": "1.0.0",
"mediawiki/mediawiki-codesniffer": "26.0.0",
"jakub-onderka/php-console-highlighter": "0.3.2",
"mediawiki/minus-x": "0.3.1"
"mediawiki/minus-x": "0.3.1",
"mediawiki/mediawiki-phan-config": "0.6.1"
},
"scripts": {
"test": [