Skip to content

Commit f2e2bca

Browse files
committed
Remove the versionadded directive
1 parent 9d44eb9 commit f2e2bca

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

components/asset.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ listed in the manifest::
183183
echo $package->getUrl('not-found.css');
184184
// error:
185185

186-
.. versionadded:: 5.4
187-
188-
The ``$strictMode`` option was introduced in Symfony 5.4.
189-
190186
If your JSON file is not on your local filesystem but is accessible over HTTP,
191187
use the :class:`Symfony\\Component\\Asset\\VersionStrategy\\RemoteJsonManifestVersionStrategy`
192188
with the :doc:`HttpClient component </http_client>`::

reference/configuration/framework.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,10 +2123,6 @@ strict_mode
21232123

21242124
**type**: ``boolean`` **default**: ``false``
21252125

2126-
.. versionadded:: 5.4
2127-
2128-
The ``strict_mode`` option was introduced in Symfony 5.4.
2129-
21302126
When enabled, the strict mode asserts that all requested assets are in the
21312127
manifest file. This option is useful to detect typos or missing assets, the
21322128
recommended value is ``%kernel.debug%``.

0 commit comments

Comments
 (0)