Skip to content

Commit 972a4b1

Browse files
committed
Merge branch '3.0' into 3.1
* 3.0: fixed CS fixed CS 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 Mention generating absolute urls in UPGRADE files and CHANGELOG add docblock type elements to support newly added IteratorAggregate::getIterator PhpStorm support FormBuilderInterface: fix getForm() return type. Fixed typo in PHPDoc
2 parents 40d17ed + f74bf8d commit 972a4b1

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
@@ -557,7 +557,7 @@ public function in($dirs)
557557
*
558558
* This method implements the IteratorAggregate interface.
559559
*
560-
* @return \Iterator An iterator
560+
* @return \Iterator|SplFileInfo[] An iterator
561561
*
562562
* @throws \LogicException if the in() method has not been called
563563
*/

0 commit comments

Comments
 (0)