Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee04b96

Browse filesBrowse files
committed
Clean doctor-rst whitelist configuration
1 parent c7463b2 commit ee04b96
Copy full SHA for ee04b96

File tree

Expand file treeCollapse file tree

2 files changed

+5
-14
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-14
lines changed

‎.doctor-rst.yaml

Copy file name to clipboardExpand all lines: .doctor-rst.yaml
-9Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,18 @@ whitelist:
7878
lines:
7979
- 'in config files, so the old ``app/config/config_dev.yml`` goes to'
8080
- '#. The most important config file is ``app/config/services.yml``, which now is'
81-
- 'code in production without a proxy, it becomes trivially easy to abuse your'
82-
- '.. _`EasyDeployBundle`: https://github.com/EasyCorp/easy-deploy-bundle'
8381
- 'The bin/console Command'
8482
- '.. _`LDAP injection`: http://projects.webappsec.org/w/page/13246947/LDAP%20Injection'
8583
- '.. versionadded:: 1.9.0' # Encore
86-
- '.. versionadded:: 0.28.4' # Encore
8784
- '.. versionadded:: 1.11' # Messenger (Middleware / DoctrineBundle)
8885
- '.. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
8986
- '.. versionadded:: 1.0.0' # Encore
9087
- '.. versionadded:: 5.1' # Private Services
91-
- '0 => 123' # assertion for var_dumper - components/var_dumper.rst
92-
- '1 => "foo"' # assertion for var_dumper - components/var_dumper.rst
93-
- '123,' # assertion for var_dumper - components/var_dumper.rst
94-
- '"foo",' # assertion for var_dumper - components/var_dumper.rst
9588
- '$var .= "Because of this `\xE9` octet (\\xE9),\n";'
96-
- "// 224, 165, 141, 224, 164, 164, 224, 165, 135])"
9789
- '.. versionadded:: 0.2' # MercureBundle
9890
- 'provides a ``loginUser()`` method to simulate logging in in your functional'
9991
- '.. code-block:: twig'
10092
- '.. versionadded:: 3.6' # MonologBundle
10193
- '// bin/console'
102-
- 'End to End Tests (E2E)'
10394
- '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket'
10495
- '.. End to End Tests (E2E)'

‎components/var_dumper.rst

Copy file name to clipboardExpand all lines: components/var_dumper.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ Example::
326326
// the expected dump contents don't have the default VarDumper structure
327327
// because of the custom casters and flags used in the test
328328
$expectedDump = <<<EOTXT
329-
[
330-
123,
331-
"foo",
332-
]
333-
EOTXT;
329+
[
330+
123,
331+
"foo",
332+
]
333+
EOTXT;
334334

335335
// if the first argument is a string, it must be the whole expected dump
336336
$this->assertDumpEquals($expectedDump, $testedVar);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.