OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
vendor
/
zircote
/
swagger-php
/
tests
/
Fixtures
/
AnotherNamespace
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:34:54 AM
rwxr-xr-x
📁
Annotations
-
08/07/2024 04:35:08 AM
rwxr-xr-x
📄
Child.php
312 bytes
08/07/2024 04:34:51 AM
rw-r--r--
📄
ChildWithDocBlocks.php
356 bytes
08/07/2024 04:34:51 AM
rw-r--r--
Editing: Child.php
Close
<?php declare(strict_types=1); /** * @license Apache 2.0 */ namespace AnotherNamespace; use OpenApi\Tests\Fixtures\ExpandClasses\Ancestor; use OpenApi\Annotations as OA; /** * @OA\Schema */ class Child extends Ancestor { /** * @var bool * * @OA\Property */ public $isBaby; }