Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hier mal die größeren Punkte:
Entry:
getCategories
:null
kommt nicht vor, da$this->getRelatedCollection
immer eine Collection liefert; entfernt@return rex_yform_manager_collection<Category>
findOnline
:null
kommt nicht vor, da die Quellen immer eine Collection liefern; entfernt@return rex_yform_manager_collection<Entry>
findByCategory
:null
kommt nicht vor, da$query->find()
immer eine Collection liefert; entfernt@return rex_yform_manager_collection<Entry>
findByCategoryIds
:null
kommt nicht vor, da$query->find()
immer eine Collection liefert; entfernt@return rex_yform_manager_collection<Entry>
getUrl
: Abfrage unnötig;rex_getUrl
liefert eh nur StringsEntryLang:
getEntries
:null
kommt nicht vor, da$this->getRelatedCollection
immer eine Collection liefert; entfernt@return rex_yform_manager_collection<Entry>
Category:
getEntries
:null
kommt nicht vor, da$this->getRelatedCollection
mmer eine Collection liefert; entfernt@return rex_yform_manager_collection<Entry>
RSS:
neues_entry
umgestellt aufEntry
durch@param rex_yform_manager_collection<Entry> $collection
@api
ergänztuse
entfernt (cs-fixer)install.php:
$sql = rex_sql::factory()
nach vorne gezogenrex_addon::get('yform') && rex_addon::get('yform')->isAvailable()
reduziert aufrex_addon::get('yform')->isAvailable()
rex_addon::get('cronjob') && rex_addon::get('cronjob')->isAvailable()
reduziert aufrex_addon::get('cronjob')->isAvailable()
rex_addon::get('url') && rex_addon::get('url')->isAvailable()
reduziert aufrex_addon::get('uel')->isAvailable()
Dabei fällt dann noch so dies und das auf; teilweise schon mit
TODO: ...
markiert. More to come ....