Skip to content

Commit 517fcd1

Browse files
committed
fix
1 parent 627a451 commit 517fcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install/GuidelineComposer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ protected function guideline(string $path, bool $thirdParty = false): array
292292
->before("\n")
293293
->trim()
294294
->limit(50, '...')
295-
->whenEmpty(fn () => 'No description provided')
295+
->whenEmpty(fn () => Str::of('No description provided'))
296296
->value();
297297

298298
return [

0 commit comments

Comments
 (0)