mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-27 12:55:35 +01:00
This pr is to fix the build test issues
This commit is contained in:
parent
baf53624a2
commit
2425330b22
@ -21,7 +21,7 @@ final class AppReturnTypeProvider implements FunctionReturnTypeProviderInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @return array<string>
|
||||
* @return array<array-key, lowercase-string>
|
||||
*/
|
||||
public static function getFunctionIds(): array
|
||||
{
|
||||
|
@ -15,7 +15,7 @@ class RedirectReturnTypeProvider implements FunctionReturnTypeProviderInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @return array<string>
|
||||
* @return array<lowercase-string>
|
||||
*/
|
||||
public static function getFunctionIds(): array
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user