Skip to content

Commit cc70ca7

Browse files
committed
Fix "EnvironmentException::fromStatus()" docblock
1 parent fb139a7 commit cc70ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/EnvironmentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static function getErrorMessageFromStatus(
6969
/**
7070
* @param StatusType|null $status
7171
* @param \Throwable|null $previous
72-
* @return static
72+
* @return self
7373
*/
7474
public static function fromStatus(
7575
#[ExpectedValues(valuesFromClass: Status::class)]

0 commit comments

Comments
 (0)