Skip to content

Commit 8d9fd70

Browse files
committed
Fix types
Signed-off-by: Alexander M. Turek <[email protected]>
1 parent e978556 commit 8d9fd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Alias.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getId(): string
5353
*
5454
* @throws InvalidArgumentException when the message template is invalid
5555
*/
56-
public function setDeprecated(string $package, string $version, string $message): self
56+
public function setDeprecated(string $package, string $version, string $message): static
5757
{
5858
if ('' !== $message) {
5959
if (preg_match('#[\r\n]|\*/#', $message)) {

0 commit comments

Comments
 (0)