Skip to content

Commit 83aab28

Browse files
committed
update codex, fix title return type
1 parent 9eccd41 commit 83aab28

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=8.4.0",
1414
"ext-json": "*",
15-
"aternos/codex": "^v4.0.0"
15+
"aternos/codex": "^v4.1.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^12"

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Log/Minecraft/MinecraftLog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ public function getId(): string
118118
}
119119

120120
/**
121-
* @return string|null
121+
* @inheritDoc
122122
*/
123-
public function getTitle(): ?string
123+
public function getTitle(): string
124124
{
125125
$title = "";
126126
if ($name = $this->getName()) {

0 commit comments

Comments
 (0)