Skip to content

Commit 8183115

Browse files
apply code suggestions
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent 27851ea commit 8183115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TaskLog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ public function __get(string $key)
7474
/**
7575
* Unify output to string.
7676
*
77-
* @param array|bool|int|string|null $value
77+
* @param array<int, string>|bool|int|string|null $value
7878
*
7979
* @return string|null
8080
*/
81-
protected function setOutput($value)
81+
private function setOutput($value): ?string
8282
{
8383
if (is_string($value) || $value === null) {
8484
return $value;

0 commit comments

Comments
 (0)