minor #1231 fix phpdoc for environment, lexer and parser (Tobion)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 15 Oct 2013 15:54:43 +0000 (17:54 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 15 Oct 2013 15:54:43 +0000 (17:54 +0200)
This PR was squashed before being merged into the master branch (closes #1231).

Discussion
----------

fix phpdoc for environment, lexer and parser

First commit fixes several phpdocs <del>and also an instanceof check</del>.
The second commit changes an exception from Runtime to Syntax because it doesn't make sense to throw runtime exception during compilation. It also makes it consistent with all the rest (lexer, parser, compiler classes).

Commits
-------

cc5f3c4 fix phpdoc for environment, lexer and parser

1  2 
lib/Twig/Extension/Core.php

Simple merge