Skip to content

Commit cad8e70

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fixed CS tweaked default CS fixer config [HttpKernel] Dont close the output stream in debug move HttpKernel component to require section Fixed oci and sqlsrv merge queries when emulation is disabled - fixes #17284 [Session] fix PDO transaction aborted under PostgreSQL [Console] Use InputInterface inherited doc as possible add docblock type elements to support newly added IteratorAggregate::getIterator PhpStorm support FormBuilderInterface: fix getForm() return type. Fixed typo in PHPDoc
2 parents 3ec095f + 15e1989 commit cad8e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ public function in($dirs)
667667
*
668668
* This method implements the IteratorAggregate interface.
669669
*
670-
* @return \Iterator An iterator
670+
* @return \Iterator|SplFileInfo[] An iterator
671671
*
672672
* @throws \LogicException if the in() method has not been called
673673
*/

0 commit comments

Comments
 (0)