Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Dec 3, 2020
1 parent ea817e2 commit 1d4c8fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ composer.phar

### PHPUnit
build
.phpunit.result.cache
1 change: 0 additions & 1 deletion .phpunit.result.cache

This file was deleted.

2 changes: 1 addition & 1 deletion src/DriverFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static function make(string $name, ClientInterface $client = null): Curre
*
* @return array
*/
public static function getDrivers()
public static function getDrivers(): array
{
return self::DRIVERS;
}
Expand Down

0 comments on commit 1d4c8fe

Please sign in to comment.