Skip to content

Commit c9611f3

Browse files
author
Mykola Palamar
committed
MAGETWO-66100: Remove usages of unserialize in module Magento/Setup
1 parent ef57302 commit c9611f3

File tree

1 file changed

+0
-14
lines changed
  • lib/internal/Magento/Framework/App/ObjectManager/ConfigLoader

1 file changed

+0
-14
lines changed

lib/internal/Magento/Framework/App/ObjectManager/ConfigLoader/Compiled.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,4 @@ public static function getFilePath($area)
4949
$diPath = DirectoryList::getDefaultConfig()[DirectoryList::GENERATED_METADATA][DirectoryList::PATH];
5050
return BP . '/' . $diPath . '/' . $area . '.php';
5151
}
52-
53-
/**
54-
* Get serializer
55-
*
56-
* @return SerializerInterface
57-
* @deprecated
58-
*/
59-
private function getSerializer()
60-
{
61-
if (null === $this->serializer) {
62-
$this->serializer = new Serialize();
63-
}
64-
return $this->serializer;
65-
}
6652
}

0 commit comments

Comments
 (0)