Skip to content

Commit cf079ad

Browse files
committed
build: Updating mediawiki/mediawiki-phan-config to 0.11.0
Change-Id: Ie71851c1b29580906e8c9faab3f3d94d9ce1121c
1 parent 98a9a1b commit cf079ad

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
},
2929
"require-dev": {
3030
"mediawiki/mediawiki-codesniffer": "37.0.0",
31-
"mediawiki/mediawiki-phan-config": "0.10.6",
31+
"mediawiki/mediawiki-phan-config": "0.11.0",
3232
"mediawiki/minus-x": "1.1.1",
3333
"ockcyp/covers-validator": "1.3.3",
3434
"php-parallel-lint/php-console-highlighter": "0.5.0",
35-
"php-parallel-lint/php-parallel-lint": "1.3.0",
35+
"php-parallel-lint/php-parallel-lint": "1.3.1",
3636
"phpunit/phpunit": "^8.5"
3737
},
3838
"scripts": {

src/Converter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ protected function newOperator( string $type, int $pos, int $length ): Operator
328328
* Throw an error
329329
* @param string $message
330330
* @throws Error
331+
* @return never
331332
*/
332333
protected function error( string $message ) {
333334
throw new Error( $message );

src/Converter/Fragment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public function __construct( Converter $parser, $pos, $length ) {
5151
* @param string $message
5252
*
5353
* @throws Error
54+
* @return never
5455
*/
5556
public function error( $message ) {
5657
$text = $this->getText();

0 commit comments

Comments
 (0)