We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea817e2 commit 1d4c8feCopy full SHA for 1d4c8fe
.gitignore
@@ -14,3 +14,4 @@ composer.phar
14
15
### PHPUnit
16
build
17
+.phpunit.result.cache
.phpunit.result.cache
src/DriverFactory.php
@@ -51,7 +51,7 @@ public static function make(string $name, ClientInterface $client = null): Curre
51
*
52
* @return array
53
*/
54
- public static function getDrivers()
+ public static function getDrivers(): array
55
{
56
return self::DRIVERS;
57
}
0 commit comments