Skip to content

Commit e6e449c

Browse files
authored
Minor fix
Added a semicolon at end of PHP statement
1 parent 13d481e commit e6e449c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/asset.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ they all have different base paths::
310310
'doc' => new PathPackage('/somewhere/deep/for/documents', $versionStrategy),
311311
);
312312

313-
$packages = new Packages($defaultPackage, $namedPackages)
313+
$packages = new Packages($defaultPackage, $namedPackages);
314314

315315
The ``Packages`` class allows to define a default package, which will be applied
316316
to assets that don't define the name of package to use. In addition, this

0 commit comments

Comments
 (0)