This pr is to fix the build test issues

This commit is contained in:
masterfermin02 2021-03-13 00:29:33 -05:00
parent baf53624a2
commit 2425330b22
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ final class AppReturnTypeProvider implements FunctionReturnTypeProviderInterface
{
/**
* @return array<string>
* @return array<array-key, lowercase-string>
*/
public static function getFunctionIds(): array
{

View File

@ -15,7 +15,7 @@ class RedirectReturnTypeProvider implements FunctionReturnTypeProviderInterface
{
/**
* @return array<string>
* @return array<lowercase-string>
*/
public static function getFunctionIds(): array
{