Skip to content

Commit df52fda

Browse files
committed
fix(psalm issues)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent f27d2bf commit df52fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/TextToImage/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
use Throwable;
5050

5151
class Manager implements IManager {
52-
/** @var ?IProvider[] */
52+
/** @var ?list<IProvider> */
5353
private ?array $providers = null;
5454
private IAppData $appData;
5555

0 commit comments

Comments
 (0)