Skip to content
Snippets Groups Projects
Commit 049e60dd authored by vzabaznov's avatar vzabaznov
Browse files

MAGETWO-62234: [GITHUB] Magento\Setup\Module\I18n\Dictionary\Writer::Csv:...

MAGETWO-62234: [GITHUB] Magento\Setup\Module\I18n\Dictionary\Writer::Csv: __destructor should be __destruct #7747
parent f3fb417c
Branches
No related merge requests found
......@@ -55,7 +55,7 @@ class Csv implements WriterInterface
*
* @return void
*/
public function __destructor()
public function __destruct()
{
fclose($this->_fileHandler);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment