Completed
Push — master ( 58621f...aba2a4 )
by smiley
02:25
created
tests/Drivers/DriverTestAbstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
 	 * @expectedExceptionMessage sql error:
173 173
 	 */
174 174
 	public function testMultiCallbackSQLError(){
175
-		$this->DBDriver->multi_callback($this->SQL_RAW_ERROR, [[0]], function(){return [];});
175
+		$this->DBDriver->multi_callback($this->SQL_RAW_ERROR, [[0]], function(){return []; });
176 176
 	}
177 177
 
178 178
 	public function testMultiCallback(){
Please login to merge, or discard this patch.