Skip to content

Commit 23e5570

Browse files
committed
Describe returned data type
1 parent 28e6902 commit 23e5570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Definition/Resolver/AliasedInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ interface AliasedInterface
1111
*
1212
* For instance:
1313
* array('myMethod' => 'myAlias')
14+
*
15+
* @return array<string,string>
1416
*/
1517
public static function getAliases(): array;
1618
}

0 commit comments

Comments
 (0)