Add @internal @coversNothing annotations in PHPUnit tests

This commit is contained in:
Meritoo
2019-09-15 13:33:03 +02:00
parent b0e404aeb9
commit 1f45d38ab8
12 changed files with 33 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ namespace Meritoo\Test\Common\Utilities\Repository;
*
* @author Meritoo <github@meritoo.pl>
* @copyright Meritoo <http://www.meritoo.pl>
*
* @internal
* @coversNothing
*/
class Sortable
{