We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f283e9b commit 27851eaCopy full SHA for 27851ea
src/TaskLog.php
@@ -75,8 +75,10 @@ public function __get(string $key)
75
* Unify output to string.
76
*
77
* @param array|bool|int|string|null $value
78
+ *
79
+ * @return string|null
80
*/
- protected function setOutput($value): ?string
81
+ protected function setOutput($value)
82
{
83
if (is_string($value) || $value === null) {
84
return $value;
0 commit comments