We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d481e commit e6e449cCopy full SHA for e6e449c
components/asset.rst
@@ -310,7 +310,7 @@ they all have different base paths::
310
'doc' => new PathPackage('/somewhere/deep/for/documents', $versionStrategy),
311
);
312
313
- $packages = new Packages($defaultPackage, $namedPackages)
+ $packages = new Packages($defaultPackage, $namedPackages);
314
315
The ``Packages`` class allows to define a default package, which will be applied
316
to assets that don't define the name of package to use. In addition, this
0 commit comments