merged branch DieterDePaepe/patch-1 (PR #1105)

This PR was merged into the master branch.

Discussion
----------

Add missing semicolon

Commits
-------

550503e Add missing semicolon
This commit is contained in:
Fabien Potencier
2013-05-25 16:52:30 +02:00
+1 -1
View File
@@ -129,7 +129,7 @@ installation.
If you have installed Twig via Composer you can take advantage of Composer's
autoload mechanism by replacing the previous snippet for::
require_once '/path/to/vendor/autoload.php'
require_once '/path/to/vendor/autoload.php';
.. note::