Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 25, 2018
1 parent 3736f15 commit a425b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EventStoreAsyncConnectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EventStoreAsyncConnectionFactory
{
public static function createFromConnectionString(
string $connectionString,
ConnectionSettings $settings = null,
?ConnectionSettings $settings = null,
?string $connectionName = null
): AsyncConnection {
$settings = ConnectionString::getConnectionSettings(
Expand Down
2 changes: 1 addition & 1 deletion src/EventStoreSyncConnectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EventStoreSyncConnectionFactory
{
public static function createFromConnectionString(
string $connectionString,
ConnectionSettings $settings = null,
?ConnectionSettings $settings = null,
?string $connectionName = null
): SyncConnection {
$settings = ConnectionString::getConnectionSettings(
Expand Down

0 comments on commit a425b28

Please sign in to comment.