Skip to content

Commit bbd722f

Browse files
committed
Merge remote-tracking branch 'origin/2.2.x' into 3.0.x
2 parents 28b7389 + 5efa29d commit bbd722f

File tree

4 files changed

+33
-13
lines changed

4 files changed

+33
-13
lines changed

.doctrine-project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"slug": "3.0",
1010
"upcoming": true
1111
},
12+
{
13+
"name": "2.2",
14+
"branchName": "2.2x",
15+
"slug": "2.2",
16+
"upcoming": true
17+
},
1218
{
1319
"name": "2.1",
1420
"branchName": "2.1.x",

DependencyInjection/DoctrineMigrationsExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DoctrineMigrationsExtension extends Extension
3030
/**
3131
* Responds to the migrations configuration parameter.
3232
*
33-
* @param string[][] $configs
33+
* @param string[][]|array<string, array<string, array<string, string>|string>> $configs
3434
*/
3535
public function load(array $configs, ContainerBuilder $container) : void
3636
{

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ just have to add the following configuration option to your doctrine configurati
358358
359359
.. code-block:: xml
360360
361-
<doctrine:dbal schema-filter="~^(?!t_)~" ... />
361+
<doctrine:dbal schema-filter="~^(?!t_)~" />
362362
363363
364364
.. code-block:: php

composer.lock

Lines changed: 25 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)