mirror of
https://github.com/dg/dibi.git
synced 2025-08-19 12:21:46 +02:00
coding style: removed space after reference &
This commit is contained in:
@@ -15,7 +15,7 @@ class MockResult extends Dibi\Result
|
||||
{
|
||||
$normalize = new ReflectionMethod('Dibi\Result', 'normalize');
|
||||
$normalize->setAccessible(TRUE);
|
||||
$normalize->invokeArgs($this, [& $row]);
|
||||
$normalize->invokeArgs($this, [&$row]);
|
||||
return $row;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user