Skip to content

Commit f40f946

Browse files
committed
minor #10245 [Asset Component] Adding a semicolon at the end of a PHP statement (nicoweb)
This PR was merged into the 2.8 branch. Discussion ---------- [Asset Component] Adding a semicolon at the end of a PHP statement Added a semicolon at end of PHP statement. Commits ------- e6e449c Minor fix
2 parents 13d481e + e6e449c commit f40f946

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
@@ -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)