Max Voloshyn

Results 8 comments of Max Voloshyn

Yeah, the type isn't resolved due to https://github.com/symfony/symfony/issues/23365, thank you for the hint!

@egeloen I've tested my script with `"symfony/property-info": "dev-master"` and `"phpdocumentor/reflection": "*"`, and can confirm that this problem is already resolved there. But ivory serializer should be prepared for newer versions...

> Hum, why do you want to check for the interface existence? I follow similar source in [Symfony](https://github.com/symfony/symfony/blob/3041b4cac1cdce050ea9c7e85b30b8f19fb1bba3/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php#L1336) > If the ClassReflector exists, then, the PhpDocExtractor can be used safely...

It would be awesome if meminfo extension will provide `MeminfoObjectInterface` with `getMeminfoIdentifier` method for defining custom identifier.

Thanks for your reply! Parallel deployment is it what I really need (I have project with multiple backends), but I understand that this is not trivial with PHP... So, I...

> It's actually pretty simple to do Really? I thought it involves `pcntl` or something like that.. What implementation do you have in mind? > but I don't understand why...