mirror of
https://github.com/dg/dibi.git
synced 2025-02-24 02:43:09 +01:00
DibiResult: removed destructor
This commit is contained in:
parent
698c12eadc
commit
6d353c0b5d
@ -76,17 +76,6 @@ class DibiResult extends DibiObject implements IDataSource
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Automatically frees the resources allocated for this result set.
|
||||
* @return void
|
||||
*/
|
||||
public function __destruct()
|
||||
{
|
||||
@$this->free(); // intentionally @
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Returns the result set resource.
|
||||
* @return mixed
|
||||
|
Loading…
x
Reference in New Issue
Block a user