mirror of
https://github.com/dg/dibi.git
synced 2025-10-29 12:46:15 +01: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