Update @author and @copyright in classes' descriptions

This commit is contained in:
Meritoo
2018-07-01 21:07:47 +02:00
parent 848adef015
commit 64499b49d3
85 changed files with 186 additions and 185 deletions

View File

@@ -16,8 +16,8 @@ use Meritoo\Common\Type\OopVisibilityType;
/**
* Test case of an exception used while given class has no child classes
*
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
* @copyright Meritoo.pl
* @author Meritoo <github@meritoo.pl>
* @copyright Meritoo <http://www.meritoo.pl>
*/
class MissingChildClassesExceptionTest extends BaseTestCase
{