Update TestUtils.php

This commit is contained in:
Dennis Eichhorn 2017-07-19 11:23:46 +02:00 committed by GitHub
parent 6931b5e6ec
commit d428dbdd04

View File

@ -16,7 +16,9 @@
declare(strict_types=1); declare(strict_types=1);
namespace phpOMS\Utils; namespace phpOMS\Utils;
/** /**
* Array utils. * Test utils.
*
* Only for testing purposes. MUST NOT be used for other purposes.
* *
* @category Framework * @category Framework
* @package phpOMS\Utils * @package phpOMS\Utils