File tree
Expand file treeCollapse file tree2 files changed
+4
-4
lines changed Expand file treeCollapse file tree2 files changed
+4
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
|
72 | 72 | key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
|
73 | 73 |
|
74 | 74 | - name: "Run DOCtor-RST"
|
75 |
| -uses: docker://oskarstark/doctor-rst:1.64.0 |
| 75 | +uses: docker://oskarstark/doctor-rst:1.66.0 |
76 | 76 | with:
|
77 | 77 | args: --short --error-format= --cache-file=//workspace/.cache/doctor-rst.cache
|
78 | 78 |
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -8,14 +8,14 @@ key in your application configuration.
|
8 | 8 | .. code-block:: terminal
|
9 | 9 |
|
10 | 10 | # displays the default config values defined by Symfony
|
11 |
| -$ php bin/console config:dump-reference framework |
| 11 | +$ php bin/console config:dump-reference debug |
12 | 12 |
|
13 | 13 | # displays the actual config values used by your application
|
14 |
| -$ php bin/console debug:config framework |
| 14 | +$ php bin/console debug:config debug |
15 | 15 |
|
16 | 16 | # displays the config values used by your application and replaces the
|
17 | 17 | # environment variables with their actual values
|
18 |
| -$ php bin/console debug:config --resolve-env framework |
| 18 | +$ php bin/console debug:config --resolve-env debug |
19 | 19 |
|
20 | 20 | .. note::
|
21 | 21 |
|
|
You can’t perform that action at this time.
0 commit comments