1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Merge pull request #587 from stof/patch-1

Fixed the license and the added version for NewObjectExpression
This commit is contained in:
Guilherme Blanco 2013-02-22 09:10:36 -08:00
commit 97ff197198

View File

@ -13,7 +13,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* and is licensed under the LGPL. For more information, see
* and is licensed under the MIT. For more information, see
* <http://www.doctrine-project.org>.
*/
@ -22,9 +22,8 @@ namespace Doctrine\ORM\Query\AST;
/**
* NewObjectExpression ::= "NEW" IdentificationVariable "(" NewObjectArg {"," NewObjectArg}* ")"
*
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.doctrine-project.org
* @since 2.3
* @since 2.4
* @author Fabio B. Silva <fabio.bat.silva@gmail.com>
*/
class NewObjectExpression extends Node