Skip to content

Commit bf81afe

Browse files
authored
Format code (#5139)
1 parent 8ffd6b0 commit bf81afe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Connectors/PostgresSqlSwooleExtConnector.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ protected function formatSchema($schema)
118118
/**
119119
* Set the schema on the connection.
120120
*
121-
* @param $connection
122121
* @param array $config
122+
* @param mixed $connection
123123
*/
124124
protected function configureApplicationName($connection, $config)
125125
{
@@ -131,8 +131,7 @@ protected function configureApplicationName($connection, $config)
131131

132132
/**
133133
* Configure the synchronous_commit setting.
134-
*
135-
* @param $connection
134+
* @param mixed $connection
136135
*/
137136
protected function configureSynchronousCommit($connection, array $config)
138137
{

0 commit comments

Comments
 (0)