summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/tests/phpunit/Mock/MockV4ReflectionGrandchild.php
blob: a2a93a4fa5c3b0700b57a70d7fa138a7534e2ad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

namespace Civi\Test\Api4\Mock;


/**
 * Grandchild class
 *
 * This is an extended description.
 *
 * There is a line break in this description.
 *
 * @inheritdoc
 */
class MockV4ReflectionGrandchild extends MockV4ReflectionChild {

}