Skip to content

Commit eb4c4aa

Browse files
committed
Merge branch '9.0' into dependabot/composer/doctrine/dbal-tw-3.2
2 parents 3654601 + 561a70a commit eb4c4aa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Neos.Flow/Classes/Persistence/Doctrine/Repository.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ public function findAllIterator(): IterableResult
162162
* @param IterableResult $iterator
163163
* @param callable|null $callback
164164
* @return \Generator
165+
*
166+
* @deprecated Will be removed with Flow 9. The {@see findAllIterator} will return an \iterable directly
165167
*/
166168
public function iterate(IterableResult $iterator, callable $callback = null): ?\Generator
167169
{

Neos.Flow/Classes/Persistence/Doctrine/Service.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ public function generateMigration(bool $diffAgainstCurrent = true, string $filte
630630
*
631631
* @return string
632632
* @throws DBALException
633+
* @deprecated will be removed in Flow 9. Compare the connection class name instead.
633634
*/
634635
public function getDatabasePlatformName(): string
635636
{

0 commit comments

Comments
 (0)