Skip to content

Commit c615aa8

Browse files
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] Remove dead code [Lock] Remove unused variable [DoctrineBridge] Replace string with FQCN resolution in EntityType Add missing `@return $this` annotations [Notifier] Add missing types to SmscTransport
2 parents ac7b53d + 8c3bf3e commit c615aa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Exception/FlattenException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ public function getStatusText(): string
176176
return $this->statusText;
177177
}
178178

179+
/**
180+
* @return $this
181+
*/
179182
public function setStatusText(string $statusText): self
180183
{
181184
$this->statusText = $statusText;

0 commit comments

Comments
 (0)