Skip to content

Commit 60e4c9a

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Correction for testing commands Update associations.rst
2 parents 59dbc8c + b87b27c commit 60e4c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ console::
376376
{
377377
public function testExecute()
378378
{
379-
$kernel = static::createKernel();
379+
$kernel = self::bootKernel();
380380
$application = new Application($kernel);
381381

382382
$command = $application->find('app:create-user');

doctrine/associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ that behavior, use the `orphanRemoval`_ option inside ``Category``:
668668
669669
// ...
670670
671-
#[ORM\OneToMany(targetEntity: Product::class, mappedBy: "category", orphanRemoval=true)]
671+
#[ORM\OneToMany(targetEntity: Product::class, mappedBy: "category", orphanRemoval: true)]
672672
private $products;
673673
674674

0 commit comments

Comments
 (0)