Skip to content

Commit 0b30c3d

Browse files
authored
Merge pull request #201 from JanPetterMG/patch-2
phpdoc: getProviders() return type fix
2 parents 86f8e86 + 29a81ab commit 0b30c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Adapter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function getConfig($name, $default = null)
146146
/**
147147
* Get all providers.
148148
*
149-
* @return array
149+
* @return Provider[]
150150
*/
151151
public function getProviders()
152152
{

0 commit comments

Comments
 (0)