mirror of
https://github.com/dg/dibi.git
synced 2025-08-11 16:44:30 +02:00
coding style: removed space after reference &
This commit is contained in:
@@ -10,7 +10,7 @@ class MockDriver extends Dibi\Drivers\SqlsrvDriver
|
||||
function __construct()
|
||||
{}
|
||||
|
||||
function connect(array & $config)
|
||||
function connect(array &$config)
|
||||
{}
|
||||
|
||||
function query($sql)
|
||||
|
Reference in New Issue
Block a user