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
e9e35284d9
commit
f8d4fda4f3
@@ -87,7 +87,7 @@ class DocBlockTest extends TestCase
|
||||
* @uses \phpDocumentor\Reflection\DocBlock\Description
|
||||
* @uses \phpDocumentor\Reflection\DocBlock\Tag
|
||||
*/
|
||||
public function testDocBlockAllowsOnlyTags() : void
|
||||
public function testDocBlockAllowsOnlyTags(): void
|
||||
{
|
||||
$this->expectException('InvalidArgumentException');
|
||||
$tags = [
|
||||
|
||||
Reference in New Issue
Block a user