Skip to content

Commit

Permalink
Update SqlBase.php (#5032)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondrake committed Jan 18, 2022
1 parent a1b4bb1 commit d2d1877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sql/SqlBase.php
Expand Up @@ -71,7 +71,7 @@ public function setProcess(Process $process): void
* @param $options
* An options array as handed to a command callback.
*/
public static function create(array $options = []): SqlBase
public static function create(array $options = []): ?SqlBase
{
// Set defaults in the unfortunate event that caller doesn't provide values.
$options += [
Expand Down

0 comments on commit d2d1877

Please sign in to comment.