File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,14 @@ rules:
2323 extend_abstract_controller : ~
2424 filepath_and_namespace_should_match :
2525 namespace_mapping :
26- ' src/ ' : [ 'App\', 'Acme\']
26+ ' src/ ' : ' App\'
2727 ' tests/ ' : ' App\Tests\'
28- ' apps/api/tests/ ' : ' Api\Tests\'
28+ ignore_namespaces :
29+ - ' Acme\'
2930 ignored_paths :
3031 - ' /^config\//'
3132 - ' /^example\.com\//'
33+ - ' /^apps\/api\/tests\//'
3234 # extension_xlf_instead_of_xliff: ~
3335 forbidden_directives :
3436 directives :
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.75.1
75+ uses : docker://oskarstark/doctor-rst:1.76.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 @@ -156,7 +156,7 @@ quick access to complex PHP variables. Consider the following template:
156156
157157.. code-block :: html+twig
158158
159- <p>{{ user.name }} added this comment on {{ comment.publishedAt|date }}</p>
159+ <p>{{ user.name }} added this comment on {{ comment.publishedAt|date }}</p>
160160
161161The ``user.name `` notation means that you want to display some information
162162(``name ``) stored in a variable (``user ``). Is ``user `` an array or an object?
You can’t perform that action at this time.
0 commit comments