Skip to content

Commit 4fa80a7

Browse files
committed
build: Switch phan to special library mode
Bug: T334492 Change-Id: I318a9b34ae618249f1063fe54003650a0e6f2555
1 parent 5037372 commit 4fa80a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.phan/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?php
2-
return require __DIR__ . '/../vendor/mediawiki/mediawiki-phan-config/src/config.php';
2+
return require __DIR__ . '/../vendor/mediawiki/mediawiki-phan-config/src/config-library.php';

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"require-dev": {
2626
"mediawiki/mediawiki-codesniffer": "41.0.0",
27-
"mediawiki/mediawiki-phan-config": "0.12.0",
27+
"mediawiki/mediawiki-phan-config": "0.12.1",
2828
"php-parallel-lint/php-parallel-lint": "1.3.2",
2929
"phpunit/phpunit": "9.5.28"
3030
},

0 commit comments

Comments
 (0)