Skip to content

Commit d1c8139

Browse files
authored
Fix @psalm-type annotation in CodeFileWriteResult (#149)
1 parent 4f502f3 commit d1c8139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Component/CodeFile/CodeFileWriteResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Yiisoft\Yii\Gii\Component\CodeFile;
66

77
/**
8-
* @psalm-type Results array<string, array{'id': string, 'status': string, 'error': null|string}>
8+
* @psalm-type Results = array<string, array{'id': string, 'status': string, 'error': null|string}>
99
*/
1010
final class CodeFileWriteResult
1111
{

0 commit comments

Comments
 (0)