This PR was merged into the master branch.
Discussion
----------
Add missing semicolon
Commits
-------
550503e Add missing semicolon
... | ... |
@@ -129,7 +129,7 @@ installation. |
129 | 129 |
If you have installed Twig via Composer you can take advantage of Composer's |
130 | 130 |
autoload mechanism by replacing the previous snippet for:: |
131 | 131 |
|
132 |
- require_once '/path/to/vendor/autoload.php' |
|
132 |
+ require_once '/path/to/vendor/autoload.php'; |
|
133 | 133 |
|
134 | 134 |
.. note:: |
135 | 135 |
|