Denny Lubitz

Results 84 comments of Denny Lubitz

> 1) ... this class does not exist anymore. It does. 🤨 https://github.com/neos/neos-development-collection/blob/9.0/Neos.ContentRepository.NodeMigration/src/Transformation/TransformationFactoryInterface.php

But in the setup this doesn't help at all. Mostly I run into this during changing the PHP versions in already productive running systems and you forgot to change the...

Looks like to many `` tags.

I also don't see the new media-ui coming that soon. So we need something working for Neos 9.0. It's rather an "update the current code to work as before just...

Same in Neos: https://github.com/neos/neos-development-collection/issues/5550

Was not an flow issue. Was fixed in Neos: https://github.com/neos/neos-development-collection/pull/5649 Further improvements by compacting the migrations: https://github.com/neos/neos-development-collection/issues/5656

+1 This is quite annoying! As even spaces after the type will break the property mapper. ``` /** * @param string $works * @param string $doesntWork **/ ```

This is the PR which introduced this behavior: https://github.com/neos/flow-development-collection/pull/3424