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:
parent
5285df8f22
commit
a8968caa5b
@ -51,7 +51,6 @@ class Error extends \RuntimeException
|
||||
return $this->attributes['endLine'] ?? -1;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Gets the attributes of the node/token the error occurred at.
|
||||
*
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
namespace PhpParser\Lexer;
|
||||
|
||||
|
||||
class Emulative extends \PhpParser\Lexer
|
||||
{
|
||||
/* No features requiring emulation have been added in PHP > 7.0 */
|
||||
|
@ -4,7 +4,6 @@ namespace PhpParser\Node\Stmt;
|
||||
|
||||
use PhpParser\Node;
|
||||
|
||||
|
||||
class TraitUse extends Node\Stmt
|
||||
{
|
||||
/** @var Node\Name[] Traits */
|
||||
|
Loading…
x
Reference in New Issue
Block a user