Skip to content

Commit b1cf7cb

Browse files
committed
typo
1 parent b03bd49 commit b1cf7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/UI/Presenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ private function initGlobalParameters(): void
13321332
$pos = strrpos($param, '-');
13331333
if ($pos) {
13341334
$this->signalReceiver = substr($param, 0, $pos);
1335-
$this->signal = (string) substr($param, $pos + 1);
1335+
$this->signal = substr($param, $pos + 1);
13361336
} else {
13371337
$this->signalReceiver = $this->getUniqueId();
13381338
$this->signal = $param;

0 commit comments

Comments
 (0)