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::
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-
190186If your JSON file is not on your local filesystem but is accessible over HTTP,
191187use the :class: `Symfony\\ Component\\ Asset\\ VersionStrategy\\ RemoteJsonManifestVersionStrategy `
192188with the :doc: `HttpClient component </http_client >`::
Original file line number Diff line number Diff 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-
21302126When enabled, the strict mode asserts that all requested assets are in the
21312127manifest file. This option is useful to detect typos or missing assets, the
21322128recommended value is ``%kernel.debug% ``.
You can’t perform that action at this time.
0 commit comments