Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8183115

Browse files
michalsnpaulbalandan
andcommitted
apply code suggestions
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
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)

AltStyle によって変換されたページ (->オリジナル) /