Skip to content

Commit 4e9597e

Browse files
committed
Merge branch '3.1'
* 3.1: fixed CS 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 parse embedded mappings only if value is a string add docblock type elements to support newly added IteratorAggregate::getIterator PhpStorm support FormBuilderInterface: fix getForm() return type. [YAML] Fixed parsing problem with nested DateTime lists Fixed typo in PHPDoc
2 parents 66a9d1f + b974f25 commit 4e9597e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Compiler/AutowirePassTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ public function testCreateResourceForClass($className, $isEqual)
457457
public function getCreateResourceTests()
458458
{
459459
return array(
460-
['IdenticalClassResource', true],
461-
['ClassChangedConstructorArgs', false],
460+
array('IdenticalClassResource', true),
461+
array('ClassChangedConstructorArgs', false),
462462
);
463463
}
464464

0 commit comments

Comments
 (0)