mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Fix style issues
This commit is contained in:
parent
928b01a7c7
commit
796a3c5066
@ -2,7 +2,6 @@
|
||||
namespace Psalm\Issue;
|
||||
|
||||
use Psalm\CodeLocation;
|
||||
use Psalm\FileManipulation\FileManipulation;
|
||||
|
||||
abstract class FixableCodeIssue extends CodeIssue
|
||||
{
|
||||
|
@ -51,7 +51,6 @@ class IssueBuffer
|
||||
{
|
||||
$config = Config::getInstance();
|
||||
|
||||
|
||||
$fqcn_parts = explode('\\', get_class($e));
|
||||
$issue_type = array_pop($fqcn_parts);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user