SYMBOL INDEX (17 symbols across 5 files) FILE: app/Commands/Package.php class Package (line 13) | class Package extends Command method handle (line 25) | public function handle(): void method determinePlatform (line 46) | private function determinePlatform(): void method packageForAllPlatforms (line 55) | private function packageForAllPlatforms(): void method package (line 60) | private function package(Platform $platform, string $phpVersion = null... method downloadSfx (line 88) | private function downloadSfx(Platform $platform, string $phpVersion = ... method sfxFilename (line 119) | private function sfxFilename(Platform $platform, string $phpVersion = ... method phpVersion (line 143) | private function phpVersion(): string method setupProgress (line 148) | private function setupProgress(): void method throwInvalidPhpVersion (line 154) | private function throwInvalidPhpVersion(string $phpVersion): void FILE: app/Providers/AppServiceProvider.php class AppServiceProvider (line 7) | class AppServiceProvider extends ServiceProvider method boot (line 12) | public function boot(): void method register (line 20) | public function register(): void FILE: tests/CreatesApplication.php type CreatesApplication (line 8) | trait CreatesApplication method createApplication (line 13) | public function createApplication(): Application FILE: tests/Pest.php function something (line 42) | function something(): void FILE: tests/TestCase.php class TestCase (line 7) | abstract class TestCase extends BaseTestCase