Skip to content

Commit 27851ea

Browse files
committed
update return type
1 parent f283e9b commit 27851ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/TaskLog.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ public function __get(string $key)
7575
* Unify output to string.
7676
*
7777
* @param array|bool|int|string|null $value
78+
*
79+
* @return string|null
7880
*/
79-
protected function setOutput($value): ?string
81+
protected function setOutput($value)
8082
{
8183
if (is_string($value) || $value === null) {
8284
return $value;

0 commit comments

Comments
 (0)