mirror of
https://github.com/dg/dibi.git
synced 2025-08-12 00:54:11 +02:00
remove operator @ in connect() methods
This commit is contained in:
@@ -48,7 +48,7 @@ class DibiException extends Exception
|
||||
|
||||
public function getSql()
|
||||
{
|
||||
return @$this->info['sql'];
|
||||
return $this->info['sql'];
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user