Skip to content

Commit c656541

Browse files
committed
Php Inspections (EA Extended): dropped senseless proxy function
1 parent ffdc933 commit c656541

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/storage/sfDatabaseSessionStorage.class.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,4 @@ public function regenerate($destroy = false)
195195

196196
return $this->sessionWrite($newId, $this->sessionRead($currentId));
197197
}
198-
199-
/**
200-
* Executes the shutdown procedure.
201-
*
202-
*/
203-
public function shutdown()
204-
{
205-
parent::shutdown();
206-
}
207198
}

0 commit comments

Comments
 (0)