File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -183,10 +183,6 @@ listed in the manifest::
183
183
echo $package->getUrl('not-found.css');
184
184
// error:
185
185
186
- .. versionadded :: 5.4
187
-
188
- The ``$strictMode `` option was introduced in Symfony 5.4.
189
-
190
186
If your JSON file is not on your local filesystem but is accessible over HTTP,
191
187
use the :class: `Symfony\\ Component\\ Asset\\ VersionStrategy\\ RemoteJsonManifestVersionStrategy `
192
188
with the :doc: `HttpClient component </http_client >`::
Original file line number Diff line number Diff line change @@ -2123,10 +2123,6 @@ strict_mode
2123
2123
2124
2124
**type **: ``boolean `` **default **: ``false ``
2125
2125
2126
- .. versionadded :: 5.4
2127
-
2128
- The ``strict_mode `` option was introduced in Symfony 5.4.
2129
-
2130
2126
When enabled, the strict mode asserts that all requested assets are in the
2131
2127
manifest file. This option is useful to detect typos or missing assets, the
2132
2128
recommended value is ``%kernel.debug% ``.
You can’t perform that action at this time.
0 commit comments