Skip to content

Commit afa9d27

Browse files
libraryupgraderDannyS712
authored andcommitted
build: Updating dependencies
composer: * mediawiki/mediawiki-codesniffer: 36.0.0 → 37.0.0 The following sniffs now pass and were enabled: * Generic.ControlStructures.InlineControlStructure * MediaWiki.PHPUnit.AssertCount.NotUsed npm: * svgo: 2.3.0 → 2.3.1 * https://npmjs.com/advisories/1754 (CVE-2021-33587) Change-Id: I2a9bbee2fecbf7259876d335f565ece4b3622426
1 parent 07b8154 commit afa9d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/unit/includes/libs/uuid/GlobalIdGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function testGetTimestampFromUUIDv1InvalidUUIDv1( string $uuid ) {
215215
$this->globalIdGenerator->getTimestampFromUUIDv1( $uuid );
216216
}
217217

218-
protected function setUp() : void {
218+
protected function setUp(): void {
219219
$this->globalIdGenerator = new GlobalIdGenerator(
220220
wfTempDir(),
221221
static function ( $command ) {

0 commit comments

Comments
 (0)