``` PHP Fatal error: Call to undefined method phpMorphy_Storage_Factory::open() in phpmorphy/src/phpMorphy/MorphyNative.php on line 704 ``` This code is likely fixed by using $this->storage_factory->create instead of $this->storage_factory->open.