We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e978556 commit 8d9fd70Copy full SHA for 8d9fd70
Alias.php
@@ -53,7 +53,7 @@ public function getId(): string
53
*
54
* @throws InvalidArgumentException when the message template is invalid
55
*/
56
- public function setDeprecated(string $package, string $version, string $message): self
+ public function setDeprecated(string $package, string $version, string $message): static
57
{
58
if ('' !== $message) {
59
if (preg_match('#[\r\n]|\*/#', $message)) {
0 commit comments