neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 221 forks source link

META 9.0 cleanup todos; commented code; commented/skipped tests; check php inline docs; #4478

Open mhsdesign opened 1 year ago

mhsdesign commented 1 year ago
mhsdesign commented 1 year ago

For example the code says here

https://github.com/neos/neos-development-collection/blame/9.0/Neos.ContentRepository.Core/Classes/Feature/NodeCreation/Command/CreateNodeAggregateWithNode.php#L64

"CREATE METHODS FÜR ALLE COMMANDS"

should we do this actually?

-> solved via https://github.com/neos/neos-development-collection/pull/4489

mhsdesign commented 1 year ago

Whut isn this? https://github.com/neos/neos-development-collection/blob/73bf90f9348a1c560b61a8f112f8d0bc80942925/Neos.Neos/Classes/EventLog/Integrations/ContentRepositoryIntegrationService.php

mhsdesign commented 8 months ago

Another good one: https://github.com/neos/neos-development-collection/blob/53a0d132722c51ef600e97bfc256b408856640d8/Neos.Neos/Classes/Domain/Model/Site.php#L158-L159 ha you wish

mhsdesign commented 7 months ago

@pKallert noted that we match unused methods

Unneeded permissions from deprecated methods: Is there a way to do an automated check? Old permissions @Paula Kallert