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.
@psalm-type
CodeFileWriteResult
1 parent 4f502f3 commit d1c8139Copy full SHA for d1c8139
1 file changed
src/Component/CodeFile/CodeFileWriteResult.php
@@ -5,7 +5,7 @@
5
namespace Yiisoft\Yii\Gii\Component\CodeFile;
6
7
/**
8
- * @psalm-type Results array<string, array{'id': string, 'status': string, 'error': null|string}>
+ * @psalm-type Results = array<string, array{'id': string, 'status': string, 'error': null|string}>
9
*/
10
final class CodeFileWriteResult
11
{
0 commit comments