Skip to content

Commit 8f1fbe4

Browse files
authored
Remove undefined var $strict
1 parent 3611a87 commit 8f1fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/asset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ In those cases, use the
160160
use Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy;
161161

162162
// assumes the JSON file above is called "rev-manifest.json"
163-
$package = new Package(new JsonManifestVersionStrategy(__DIR__.'/rev-manifest.json'), $strict);
163+
$package = new Package(new JsonManifestVersionStrategy(__DIR__.'/rev-manifest.json'));
164164

165165
echo $package->getUrl('css/app.css');
166166
// result: build/css/app.b916426ea1d10021f3f17ce8031f93c2.css

0 commit comments

Comments
 (0)