Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/nunomaduro/larastan/src/LarastanStubFilesExtension.php
Назад
<?php declare(strict_types=1); namespace NunoMaduro\Larastan; use PHPStan\PhpDoc\StubFilesExtension; use Symfony\Component\Finder\Finder; final class LarastanStubFilesExtension implements StubFilesExtension { /** * @inheritDoc */ public function getFiles(): array { $files = []; $finder = Finder::create()->files()->name('*.stub')->in(__DIR__.'/../stubs'); foreach ($finder as $file) { $files[] = $file->getPathname(); } return $files; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка