mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
fix cs
This commit is contained in:
committed by
Jaap van Otterdijk
parent
a69e7c5103
commit
dad79320b3
@@ -14,7 +14,6 @@ namespace phpDocumentor\Reflection;
|
|||||||
|
|
||||||
use Mockery as m;
|
use Mockery as m;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Deprecated;
|
use phpDocumentor\Reflection\DocBlock\Tags\Deprecated;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\See;
|
|
||||||
use phpDocumentor\Reflection\Types\Context;
|
use phpDocumentor\Reflection\Types\Context;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -252,7 +251,6 @@ class DocBlockTest extends \PHPUnit_Framework_TestCase
|
|||||||
$this->assertTrue($fixture->isTemplateEnd());
|
$this->assertTrue($fixture->isTemplateEnd());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers ::__construct
|
* @covers ::__construct
|
||||||
* @covers ::removeTag
|
* @covers ::removeTag
|
||||||
|
|||||||
Reference in New Issue
Block a user