Skip to content

Commit

Permalink
revert getAvailableDrivers(): array
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner Spiegel committed Feb 17, 2022
1 parent 9dbb5e7 commit c180876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PdoInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ public function setAttribute(int $attribute, mixed $value): bool;
* @return array
*
*/
public static function getAvailableDrivers();
public static function getAvailableDrivers(): array;
}

0 comments on commit c180876

Please sign in to comment.