Skip to content

Commit 1d4c8fe

Browse files
committed
Update .gitignore
1 parent ea817e2 commit 1d4c8fe

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ composer.phar
1414

1515
### PHPUnit
1616
build
17+
.phpunit.result.cache

.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/DriverFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static function make(string $name, ClientInterface $client = null): Curre
5151
*
5252
* @return array
5353
*/
54-
public static function getDrivers()
54+
public static function getDrivers(): array
5555
{
5656
return self::DRIVERS;
5757
}

0 commit comments

Comments
 (0)