Skip to content

Commit f53eb69

Browse files
Fix return types
1 parent c615aa8 commit f53eb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/FlattenException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public function getStatusText(): string
179179
/**
180180
* @return $this
181181
*/
182-
public function setStatusText(string $statusText): self
182+
public function setStatusText(string $statusText): static
183183
{
184184
$this->statusText = $statusText;
185185

0 commit comments

Comments
 (0)