1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 13:51:12 +01:00

[CS] Remove extra lines

This commit is contained in:
Gabriel Caruso 2018-01-10 14:01:17 -02:00 committed by Nikita Popov
parent 5285df8f22
commit a8968caa5b
3 changed files with 0 additions and 3 deletions

View File

@ -51,7 +51,6 @@ class Error extends \RuntimeException
return $this->attributes['endLine'] ?? -1;
}
/**
* Gets the attributes of the node/token the error occurred at.
*

View File

@ -2,7 +2,6 @@
namespace PhpParser\Lexer;
class Emulative extends \PhpParser\Lexer
{
/* No features requiring emulation have been added in PHP > 7.0 */

View File

@ -4,7 +4,6 @@ namespace PhpParser\Node\Stmt;
use PhpParser\Node;
class TraitUse extends Node\Stmt
{
/** @var Node\Name[] Traits */