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.
1 parent 28e6902 commit 23e5570Copy full SHA for 23e5570
src/Definition/Resolver/AliasedInterface.php
@@ -11,6 +11,8 @@ interface AliasedInterface
11
*
12
* For instance:
13
* array('myMethod' => 'myAlias')
14
+ *
15
+ * @return array<string,string>
16
*/
17
public static function getAliases(): array;
18
}
0 commit comments