File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272 key : ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7373
7474 - name : " Run DOCtor-RST"
75- uses : docker://oskarstark/doctor-rst:1.64 .0
75+ uses : docker://oskarstark/doctor-rst:1.66 .0
7676 with :
7777 args : --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7878
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ key in your application configuration.
88.. code-block :: terminal
99
1010 # displays the default config values defined by Symfony
11- $ php bin/console config:dump-reference framework
11+ $ php bin/console config:dump-reference debug
1212
1313 # displays the actual config values used by your application
14- $ php bin/console debug:config framework
14+ $ php bin/console debug:config debug
1515
1616 # displays the config values used by your application and replaces the
1717 # environment variables with their actual values
18- $ php bin/console debug:config --resolve-env framework
18+ $ php bin/console debug:config --resolve-env debug
1919
2020 .. note ::
2121
You can’t perform that action at this time.
0 commit comments