nwinzer
nwinzer
hi, thanks for your reply. unfortunately i got same error with ``` PhpStorm 2017.1.4 Build #PS-171.4694.2, built on May 16, 2017 JRE: 1.8.0_112-release-736-b21 amd64 JVM: OpenJDK 64-Bit Server VM by...
i see the same problem or am missing the same point. if alice and fakealice achieve trust by a validator the problem gets even worse, doesn't it?
hi. any insights on when this documentation will be finished, @bytehead ? is some work on it already done? that could really help me out...
hi! i was having the same troubles _tom-s_ had and followed his steps to get things running. when it came to extending the DoctrineOrmMapper I wrote a more generic solution....
using `is_subclass_of` might not be a good idea because `$parent` is not a parent (class) in terms of inheritance. `$parent` is the object which holds a collection of other objects...
and yes, i would like to contribute but before i have to check out how to accomplish that... never done it before.
thanks. meanwhile i went through the steps you desribed... i modified my implementation to not stumble upon proxies ``` public function prepareObject(TypeInterface $type, $parent = null) { $object = parent::prepareObject($type);...
ha, next try for a pull request... did i do it right this time? ;)
also looking for a solution. what is the expected behaviour actually?