Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/vendor/zircote/swagger-php/src/Processors/CleanUnmerged.php
Назад
<?php declare(strict_types=1); /** * @license Apache 2.0 */ namespace OpenApi\Processors; use OpenApi\Analysis; use OpenApi\Annotations as OA; class CleanUnmerged implements ProcessorInterface { public function __invoke(Analysis $analysis) { $split = $analysis->split(); $merged = $split->merged->annotations; $unmerged = $split->unmerged->annotations; /** @var OA\AbstractAnnotation $annotation */ foreach ($analysis->annotations as $annotation) { if (property_exists($annotation, '_unmerged')) { foreach ($annotation->_unmerged as $i => $item) { if ($merged->contains($item)) { unset($annotation->_unmerged[$i]); // Property was merged } } } } $analysis->openapi->_unmerged = []; foreach ($unmerged as $annotation) { $analysis->openapi->_unmerged[] = $annotation; } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка