Skip to content

Commit 38974dd

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [CI][CodeBlockChecker] Installed tagged version instead of dev-main fix tagged mapping value YAML syntax
2 parents 2b20822 + aa3f693 commit 38974dd

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,7 @@ jobs:
138138

139139
- name: Install dependencies
140140
if: ${{ steps.find-files.outputs.files }}
141-
run: |
142-
git clone --depth 15 https://github.com/symfony-tools/code-block-checker.git ../_checker
143-
cd ../_checker
144-
composer install
141+
run: composer create-project symfony-tools/code-block-checker ../_checker
145142

146143
- name: Install test application
147144
if: ${{ steps.find-files.outputs.files }}

service_container/service_subscribers_locators.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,9 @@ argument of type ``service_locator``:
256256
# config/services.yaml
257257
services:
258258
App\CommandBus:
259-
arguments:
260-
!service_locator
261-
App\FooCommand: '@app.command_handler.foo'
262-
App\BarCommand: '@app.command_handler.bar'
259+
arguments: !service_locator
260+
App\FooCommand: '@app.command_handler.foo'
261+
App\BarCommand: '@app.command_handler.bar'
263262
264263
.. code-block:: xml
265264

0 commit comments

Comments
 (0)