mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
15 lines
238 B
PHP
15 lines
238 B
PHP
<?php
|
|
|
|
namespace Meritoo\Common\Tests\Utilities\Reflection;
|
|
|
|
/**
|
|
* The B class.
|
|
* Used for testing the Reflection class.
|
|
*
|
|
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
|
|
* @copyright Meritoo.pl
|
|
*/
|
|
class B extends A
|
|
{
|
|
}
|