Skip to content

Commit 8100da4

Browse files
committed
docs: remove remaining class phpdoc comments
1 parent fb36220 commit 8100da4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

tests/Constraints/TypeTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
use JsonSchema\Constraints\TypeConstraint;
99
use PHPUnit\Framework\TestCase;
1010

11-
/**
12-
* Class TypeTest
13-
*
14-
* @package JsonSchema\Tests\Constraints
15-
*
16-
* @author hakre <https://github.com/hakre>
17-
*/
1811
class TypeTest extends TestCase
1912
{
2013
/**

tests/Entity/JsonPointerTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
use JsonSchema\Exception\InvalidArgumentException;
99
use PHPUnit\Framework\TestCase;
1010

11-
/**
12-
* @package JsonSchema\Tests\Entity
13-
*
14-
* @author Joost Nijhuis <[email protected]>
15-
*/
1611
class JsonPointerTest extends TestCase
1712
{
1813
/**

0 commit comments

Comments
 (0)