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:
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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments