in2code-de / in2publish_core

in2publish Community Version
https://www.in2code.de/produkte/content-publisher/
GNU General Public License v3.0
40 stars 23 forks source link

[BUGFIX] Fix type error in FileEdgeCacheInvalidationService class #90

Closed lukasra92 closed 2 years ago

lukasra92 commented 2 years ago

The fetch() method returns an array, but $recordCollection->addRecord() expects an int as 2nd parameter. Furthermore, fetch() has been deprecated in DBAL 2.11. Therefore, fetchAssociative should probably be used here.

Resolves https://github.com/in2code-de/in2publish_core/issues/89

vertexvaar commented 2 years ago

@lukasra92 thank you for your PR :partying_face: