File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,7 @@ jobs:
138
138
139
139
- name : Install dependencies
140
140
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
145
142
146
143
- name : Install test application
147
144
if : ${{ steps.find-files.outputs.files }}
Original file line number Diff line number Diff line change @@ -256,10 +256,9 @@ argument of type ``service_locator``:
256
256
# config/services.yaml
257
257
services :
258
258
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'
263
262
264
263
.. code-block :: xml
265
264
You can’t perform that action at this time.
0 commit comments