Skip to content

Commit 8a8b392

Browse files
committed
define array docblock
1 parent 951b071 commit 8a8b392

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Console/ConsoleApplication.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ final class ConsoleApplication extends Application
2222
{
2323
private const string NAME = 'Rector';
2424

25+
/**
26+
* @var array<string|null>
27+
*/
2528
private const array ALLOWED_COMMANDS = [
2629
// null is for example: bin/rector --version
2730
null,

0 commit comments

Comments
 (0)