From 0fa77ec6cbe9bc1f01ecefd7e628cb5dff282ddd Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sat, 4 May 2024 00:08:01 +0000 Subject: [PATCH] Add DeveContainer config --- .devcontainer/devcontainer.json | 28 + .devcontainer/postCreateCommand.sh | 7 + .env.example | 8 +- .phpstorm.meta.php | 24 +- Dockerfile | 2 +- _ide_helper.php | 6524 ++++++++++------------------ composer.lock | 1272 +++--- docker-compose.yml | 14 +- 8 files changed, 2936 insertions(+), 4943 deletions(-) create mode 100644 .devcontainer/devcontainer.json create mode 100644 .devcontainer/postCreateCommand.sh diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..9d757f8 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,28 @@ +// https://aka.ms/devcontainer.json +{ + "name": "kcal", + "dockerComposeFile": [ + "../docker-compose.yml" + ], + "service": "app", + "workspaceFolder": "/var/www/html", + "customizations": { + "vscode": { + "extensions": [ + "mikestead.dotenv", + "amiralizadeh9480.laravel-extra-intellisense", + "ryannaddy.laravel-artisan", + "onecentlin.laravel5-snippets", + "onecentlin.laravel-blade" + ], + "settings": {} + } + }, + "remoteUser": "sail", + "postCreateCommand": "bash .devcontainer/postCreateCommand.sh", + "forwardPorts": [ + 8081 + ] + // "runServices": [], + // "shutdownAction": "none", +} diff --git a/.devcontainer/postCreateCommand.sh b/.devcontainer/postCreateCommand.sh new file mode 100644 index 0000000..6575b5e --- /dev/null +++ b/.devcontainer/postCreateCommand.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +echo alias sail=\'sh $([ -f sail ] && echo sail || echo vendor/bin/sail)\' >> ~/.bash_aliases +chown -R 1000:1000 /var/www/html +composer install +cp .env.example .env +php artisan key:generate --force -n \ No newline at end of file diff --git a/.env.example b/.env.example index c06aaba..9662440 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ # APP_NAME=kcal -APP_ENV=production +APP_ENV=local APP_KEY= APP_DEBUG=false APP_URL=http://127.0.0.1 @@ -23,13 +23,13 @@ APP_TIMEZONE=UTC # DB_CONNECTION=mysql -DB_HOST=localhost +DB_HOST=db DB_PORT=3306 DB_DATABASE=kcal DB_USERNAME=kcal DB_PASSWORD=kcal -REDIS_HOST=localhost +REDIS_HOST=redis REDIS_PORT=6379 # @@ -43,7 +43,7 @@ REDIS_PORT=6379 #ALGOLIA_SECRET= SCOUT_DRIVER=elastic -ELASTIC_HOST=localhost:9200 +ELASTIC_HOST=elasticsearch:9200 ELASTIC_PORT=9200 # diff --git a/.phpstorm.meta.php b/.phpstorm.meta.php index d06fed0..6dff633 100644 --- a/.phpstorm.meta.php +++ b/.phpstorm.meta.php @@ -1,5 +1,7 @@ \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -411,7 +413,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -652,7 +654,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -893,7 +895,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -1134,7 +1136,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -1375,7 +1377,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -1616,7 +1618,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -1857,7 +1859,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -2098,7 +2100,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -2339,7 +2341,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, @@ -2580,7 +2582,7 @@ 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Scout\EngineManager' => \Algolia\ScoutExtended\Managers\EngineManager::class, - 'CloudCreativity\LaravelJsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, + 'Neomerx\JsonApi\Contracts\Http\Headers\HeaderParametersParserInterface' => \Neomerx\JsonApi\Http\Headers\HeaderParametersParser::class, 'NunoMaduro\Collision\Contracts\Provider' => \NunoMaduro\Collision\Provider::class, 'Psr\Http\Message\ResponseInterface' => \Nyholm\Psr7\Response::class, 'Psr\Http\Message\ServerRequestInterface' => \Nyholm\Psr7\ServerRequest::class, diff --git a/Dockerfile b/Dockerfile index d62deee..2babf1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG MEDIA_LIBRARY_DEPS="jpegoptim optipng pngquant gifsicle" -FROM php:8.2-fpm-alpine +FROM docker pull mcr.microsoft.com/devcontainers/php:8.2 AS base ARG MEDIA_LIBRARY_DEPS RUN apk add --no-cache --virtual \ diff --git a/_ide_helper.php b/_ide_helper.php index 98976ec..87ab769 100644 --- a/_ide_helper.php +++ b/_ide_helper.php @@ -1,10 +1,11 @@ version(); @@ -36,8 +35,7 @@ public static function version() * @param string[] $bootstrappers * @return void * @static - */ - public static function bootstrapWith($bootstrappers) + */ public static function bootstrapWith($bootstrappers) { /** @var \Illuminate\Foundation\Application $instance */ $instance->bootstrapWith($bootstrappers); @@ -48,8 +46,7 @@ public static function bootstrapWith($bootstrappers) * @param \Closure $callback * @return void * @static - */ - public static function afterLoadingEnvironment($callback) + */ public static function afterLoadingEnvironment($callback) { /** @var \Illuminate\Foundation\Application $instance */ $instance->afterLoadingEnvironment($callback); @@ -61,8 +58,7 @@ public static function afterLoadingEnvironment($callback) * @param \Closure $callback * @return void * @static - */ - public static function beforeBootstrapping($bootstrapper, $callback) + */ public static function beforeBootstrapping($bootstrapper, $callback) { /** @var \Illuminate\Foundation\Application $instance */ $instance->beforeBootstrapping($bootstrapper, $callback); @@ -74,8 +70,7 @@ public static function beforeBootstrapping($bootstrapper, $callback) * @param \Closure $callback * @return void * @static - */ - public static function afterBootstrapping($bootstrapper, $callback) + */ public static function afterBootstrapping($bootstrapper, $callback) { /** @var \Illuminate\Foundation\Application $instance */ $instance->afterBootstrapping($bootstrapper, $callback); @@ -85,8 +80,7 @@ public static function afterBootstrapping($bootstrapper, $callback) * * @return bool * @static - */ - public static function hasBeenBootstrapped() + */ public static function hasBeenBootstrapped() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->hasBeenBootstrapped(); @@ -97,8 +91,7 @@ public static function hasBeenBootstrapped() * @param string $basePath * @return \Illuminate\Foundation\Application * @static - */ - public static function setBasePath($basePath) + */ public static function setBasePath($basePath) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->setBasePath($basePath); @@ -109,8 +102,7 @@ public static function setBasePath($basePath) * @param string $path * @return string * @static - */ - public static function path($path = '') + */ public static function path($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->path($path); @@ -121,8 +113,7 @@ public static function path($path = '') * @param string $path * @return \Illuminate\Foundation\Application * @static - */ - public static function useAppPath($path) + */ public static function useAppPath($path) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->useAppPath($path); @@ -133,8 +124,7 @@ public static function useAppPath($path) * @param string $path * @return string * @static - */ - public static function basePath($path = '') + */ public static function basePath($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->basePath($path); @@ -145,8 +135,7 @@ public static function basePath($path = '') * @param string $path * @return string * @static - */ - public static function bootstrapPath($path = '') + */ public static function bootstrapPath($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->bootstrapPath($path); @@ -157,8 +146,7 @@ public static function bootstrapPath($path = '') * @param string $path * @return \Illuminate\Foundation\Application * @static - */ - public static function useBootstrapPath($path) + */ public static function useBootstrapPath($path) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->useBootstrapPath($path); @@ -169,8 +157,7 @@ public static function useBootstrapPath($path) * @param string $path * @return string * @static - */ - public static function configPath($path = '') + */ public static function configPath($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->configPath($path); @@ -181,8 +168,7 @@ public static function configPath($path = '') * @param string $path * @return \Illuminate\Foundation\Application * @static - */ - public static function useConfigPath($path) + */ public static function useConfigPath($path) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->useConfigPath($path); @@ -193,8 +179,7 @@ public static function useConfigPath($path) * @param string $path * @return string * @static - */ - public static function databasePath($path = '') + */ public static function databasePath($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->databasePath($path); @@ -205,8 +190,7 @@ public static function databasePath($path = '') * @param string $path * @return \Illuminate\Foundation\Application * @static - */ - public static function useDatabasePath($path) + */ public static function useDatabasePath($path) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->useDatabasePath($path); @@ -217,8 +201,7 @@ public static function useDatabasePath($path) * @param string $path * @return string * @static - */ - public static function langPath($path = '') + */ public static function langPath($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->langPath($path); @@ -229,8 +212,7 @@ public static function langPath($path = '') * @param string $path * @return \Illuminate\Foundation\Application * @static - */ - public static function useLangPath($path) + */ public static function useLangPath($path) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->useLangPath($path); @@ -241,8 +223,7 @@ public static function useLangPath($path) * @param string $path * @return string * @static - */ - public static function publicPath($path = '') + */ public static function publicPath($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->publicPath($path); @@ -253,8 +234,7 @@ public static function publicPath($path = '') * @param string $path * @return \Illuminate\Foundation\Application * @static - */ - public static function usePublicPath($path) + */ public static function usePublicPath($path) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->usePublicPath($path); @@ -265,8 +245,7 @@ public static function usePublicPath($path) * @param string $path * @return string * @static - */ - public static function storagePath($path = '') + */ public static function storagePath($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->storagePath($path); @@ -277,8 +256,7 @@ public static function storagePath($path = '') * @param string $path * @return \Illuminate\Foundation\Application * @static - */ - public static function useStoragePath($path) + */ public static function useStoragePath($path) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->useStoragePath($path); @@ -289,8 +267,7 @@ public static function useStoragePath($path) * @param string $path * @return string * @static - */ - public static function resourcePath($path = '') + */ public static function resourcePath($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->resourcePath($path); @@ -303,8 +280,7 @@ public static function resourcePath($path = '') * @param string $path * @return string * @static - */ - public static function viewPath($path = '') + */ public static function viewPath($path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->viewPath($path); @@ -316,8 +292,7 @@ public static function viewPath($path = '') * @param string $path * @return string * @static - */ - public static function joinPaths($basePath, $path = '') + */ public static function joinPaths($basePath, $path = '') { /** @var \Illuminate\Foundation\Application $instance */ return $instance->joinPaths($basePath, $path); @@ -327,8 +302,7 @@ public static function joinPaths($basePath, $path = '') * * @return string * @static - */ - public static function environmentPath() + */ public static function environmentPath() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->environmentPath(); @@ -339,8 +313,7 @@ public static function environmentPath() * @param string $path * @return \Illuminate\Foundation\Application * @static - */ - public static function useEnvironmentPath($path) + */ public static function useEnvironmentPath($path) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->useEnvironmentPath($path); @@ -351,8 +324,7 @@ public static function useEnvironmentPath($path) * @param string $file * @return \Illuminate\Foundation\Application * @static - */ - public static function loadEnvironmentFrom($file) + */ public static function loadEnvironmentFrom($file) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->loadEnvironmentFrom($file); @@ -362,8 +334,7 @@ public static function loadEnvironmentFrom($file) * * @return string * @static - */ - public static function environmentFile() + */ public static function environmentFile() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->environmentFile(); @@ -373,8 +344,7 @@ public static function environmentFile() * * @return string * @static - */ - public static function environmentFilePath() + */ public static function environmentFilePath() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->environmentFilePath(); @@ -385,8 +355,7 @@ public static function environmentFilePath() * @param string|array $environments * @return string|bool * @static - */ - public static function environment(...$environments) + */ public static function environment(...$environments) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->environment(...$environments); @@ -396,8 +365,7 @@ public static function environment(...$environments) * * @return bool * @static - */ - public static function isLocal() + */ public static function isLocal() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->isLocal(); @@ -407,8 +375,7 @@ public static function isLocal() * * @return bool * @static - */ - public static function isProduction() + */ public static function isProduction() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->isProduction(); @@ -419,8 +386,7 @@ public static function isProduction() * @param \Closure $callback * @return string * @static - */ - public static function detectEnvironment($callback) + */ public static function detectEnvironment($callback) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->detectEnvironment($callback); @@ -430,8 +396,7 @@ public static function detectEnvironment($callback) * * @return bool * @static - */ - public static function runningInConsole() + */ public static function runningInConsole() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->runningInConsole(); @@ -442,8 +407,7 @@ public static function runningInConsole() * @param string|array $commands * @return bool * @static - */ - public static function runningConsoleCommand(...$commands) + */ public static function runningConsoleCommand(...$commands) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->runningConsoleCommand(...$commands); @@ -453,8 +417,7 @@ public static function runningConsoleCommand(...$commands) * * @return bool * @static - */ - public static function runningUnitTests() + */ public static function runningUnitTests() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->runningUnitTests(); @@ -464,8 +427,7 @@ public static function runningUnitTests() * * @return bool * @static - */ - public static function hasDebugModeEnabled() + */ public static function hasDebugModeEnabled() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->hasDebugModeEnabled(); @@ -475,8 +437,7 @@ public static function hasDebugModeEnabled() * * @return void * @static - */ - public static function registerConfiguredProviders() + */ public static function registerConfiguredProviders() { /** @var \Illuminate\Foundation\Application $instance */ $instance->registerConfiguredProviders(); @@ -488,8 +449,7 @@ public static function registerConfiguredProviders() * @param bool $force * @return \Illuminate\Support\ServiceProvider * @static - */ - public static function register($provider, $force = false) + */ public static function register($provider, $force = false) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->register($provider, $force); @@ -500,8 +460,7 @@ public static function register($provider, $force = false) * @param \Illuminate\Support\ServiceProvider|string $provider * @return \Illuminate\Support\ServiceProvider|null * @static - */ - public static function getProvider($provider) + */ public static function getProvider($provider) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getProvider($provider); @@ -512,8 +471,7 @@ public static function getProvider($provider) * @param \Illuminate\Support\ServiceProvider|string $provider * @return array * @static - */ - public static function getProviders($provider) + */ public static function getProviders($provider) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getProviders($provider); @@ -524,8 +482,7 @@ public static function getProviders($provider) * @param string $provider * @return \Illuminate\Support\ServiceProvider * @static - */ - public static function resolveProvider($provider) + */ public static function resolveProvider($provider) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->resolveProvider($provider); @@ -535,8 +492,7 @@ public static function resolveProvider($provider) * * @return void * @static - */ - public static function loadDeferredProviders() + */ public static function loadDeferredProviders() { /** @var \Illuminate\Foundation\Application $instance */ $instance->loadDeferredProviders(); @@ -547,8 +503,7 @@ public static function loadDeferredProviders() * @param string $service * @return void * @static - */ - public static function loadDeferredProvider($service) + */ public static function loadDeferredProvider($service) { /** @var \Illuminate\Foundation\Application $instance */ $instance->loadDeferredProvider($service); @@ -560,8 +515,7 @@ public static function loadDeferredProvider($service) * @param string|null $service * @return void * @static - */ - public static function registerDeferredProvider($provider, $service = null) + */ public static function registerDeferredProvider($provider, $service = null) { /** @var \Illuminate\Foundation\Application $instance */ $instance->registerDeferredProvider($provider, $service); @@ -573,8 +527,7 @@ public static function registerDeferredProvider($provider, $service = null) * @param array $parameters * @return mixed * @static - */ - public static function make($abstract, $parameters = []) + */ public static function make($abstract, $parameters = []) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->make($abstract, $parameters); @@ -585,8 +538,7 @@ public static function make($abstract, $parameters = []) * @param string $abstract * @return bool * @static - */ - public static function bound($abstract) + */ public static function bound($abstract) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->bound($abstract); @@ -596,8 +548,7 @@ public static function bound($abstract) * * @return bool * @static - */ - public static function isBooted() + */ public static function isBooted() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->isBooted(); @@ -607,8 +558,7 @@ public static function isBooted() * * @return void * @static - */ - public static function boot() + */ public static function boot() { /** @var \Illuminate\Foundation\Application $instance */ $instance->boot(); @@ -619,8 +569,7 @@ public static function boot() * @param callable $callback * @return void * @static - */ - public static function booting($callback) + */ public static function booting($callback) { /** @var \Illuminate\Foundation\Application $instance */ $instance->booting($callback); @@ -631,8 +580,7 @@ public static function booting($callback) * @param callable $callback * @return void * @static - */ - public static function booted($callback) + */ public static function booted($callback) { /** @var \Illuminate\Foundation\Application $instance */ $instance->booted($callback); @@ -642,8 +590,7 @@ public static function booted($callback) * * @return \Symfony\Component\HttpFoundation\Response * @static - */ - public static function handle($request, $type = 1, $catch = true) + */ public static function handle($request, $type = 1, $catch = true) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->handle($request, $type, $catch); @@ -653,8 +600,7 @@ public static function handle($request, $type = 1, $catch = true) * * @return bool * @static - */ - public static function shouldSkipMiddleware() + */ public static function shouldSkipMiddleware() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->shouldSkipMiddleware(); @@ -664,8 +610,7 @@ public static function shouldSkipMiddleware() * * @return string * @static - */ - public static function getCachedServicesPath() + */ public static function getCachedServicesPath() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getCachedServicesPath(); @@ -675,8 +620,7 @@ public static function getCachedServicesPath() * * @return string * @static - */ - public static function getCachedPackagesPath() + */ public static function getCachedPackagesPath() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getCachedPackagesPath(); @@ -686,8 +630,7 @@ public static function getCachedPackagesPath() * * @return bool * @static - */ - public static function configurationIsCached() + */ public static function configurationIsCached() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->configurationIsCached(); @@ -697,8 +640,7 @@ public static function configurationIsCached() * * @return string * @static - */ - public static function getCachedConfigPath() + */ public static function getCachedConfigPath() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getCachedConfigPath(); @@ -708,8 +650,7 @@ public static function getCachedConfigPath() * * @return bool * @static - */ - public static function routesAreCached() + */ public static function routesAreCached() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->routesAreCached(); @@ -719,8 +660,7 @@ public static function routesAreCached() * * @return string * @static - */ - public static function getCachedRoutesPath() + */ public static function getCachedRoutesPath() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getCachedRoutesPath(); @@ -730,8 +670,7 @@ public static function getCachedRoutesPath() * * @return bool * @static - */ - public static function eventsAreCached() + */ public static function eventsAreCached() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->eventsAreCached(); @@ -741,8 +680,7 @@ public static function eventsAreCached() * * @return string * @static - */ - public static function getCachedEventsPath() + */ public static function getCachedEventsPath() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getCachedEventsPath(); @@ -753,8 +691,7 @@ public static function getCachedEventsPath() * @param string $prefix * @return \Illuminate\Foundation\Application * @static - */ - public static function addAbsoluteCachePathPrefix($prefix) + */ public static function addAbsoluteCachePathPrefix($prefix) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->addAbsoluteCachePathPrefix($prefix); @@ -764,8 +701,7 @@ public static function addAbsoluteCachePathPrefix($prefix) * * @return \Illuminate\Contracts\Foundation\MaintenanceMode * @static - */ - public static function maintenanceMode() + */ public static function maintenanceMode() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->maintenanceMode(); @@ -775,8 +711,7 @@ public static function maintenanceMode() * * @return bool * @static - */ - public static function isDownForMaintenance() + */ public static function isDownForMaintenance() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->isDownForMaintenance(); @@ -791,8 +726,7 @@ public static function isDownForMaintenance() * @throws \Symfony\Component\HttpKernel\Exception\HttpException * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException * @static - */ - public static function abort($code, $message = '', $headers = []) + */ public static function abort($code, $message = '', $headers = []) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->abort($code, $message, $headers); @@ -803,8 +737,7 @@ public static function abort($code, $message = '', $headers = []) * @param callable|string $callback * @return \Illuminate\Foundation\Application * @static - */ - public static function terminating($callback) + */ public static function terminating($callback) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->terminating($callback); @@ -814,8 +747,7 @@ public static function terminating($callback) * * @return void * @static - */ - public static function terminate() + */ public static function terminate() { /** @var \Illuminate\Foundation\Application $instance */ $instance->terminate(); @@ -825,8 +757,7 @@ public static function terminate() * * @return array * @static - */ - public static function getLoadedProviders() + */ public static function getLoadedProviders() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getLoadedProviders(); @@ -837,8 +768,7 @@ public static function getLoadedProviders() * @param string $provider * @return bool * @static - */ - public static function providerIsLoaded($provider) + */ public static function providerIsLoaded($provider) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->providerIsLoaded($provider); @@ -848,8 +778,7 @@ public static function providerIsLoaded($provider) * * @return array * @static - */ - public static function getDeferredServices() + */ public static function getDeferredServices() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getDeferredServices(); @@ -860,8 +789,7 @@ public static function getDeferredServices() * @param array $services * @return void * @static - */ - public static function setDeferredServices($services) + */ public static function setDeferredServices($services) { /** @var \Illuminate\Foundation\Application $instance */ $instance->setDeferredServices($services); @@ -872,8 +800,7 @@ public static function setDeferredServices($services) * @param array $services * @return void * @static - */ - public static function addDeferredServices($services) + */ public static function addDeferredServices($services) { /** @var \Illuminate\Foundation\Application $instance */ $instance->addDeferredServices($services); @@ -884,8 +811,7 @@ public static function addDeferredServices($services) * @param string $service * @return bool * @static - */ - public static function isDeferredService($service) + */ public static function isDeferredService($service) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->isDeferredService($service); @@ -896,8 +822,7 @@ public static function isDeferredService($service) * @param string $namespace * @return void * @static - */ - public static function provideFacades($namespace) + */ public static function provideFacades($namespace) { /** @var \Illuminate\Foundation\Application $instance */ $instance->provideFacades($namespace); @@ -907,8 +832,7 @@ public static function provideFacades($namespace) * * @return string * @static - */ - public static function getLocale() + */ public static function getLocale() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getLocale(); @@ -918,8 +842,7 @@ public static function getLocale() * * @return string * @static - */ - public static function currentLocale() + */ public static function currentLocale() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->currentLocale(); @@ -929,8 +852,7 @@ public static function currentLocale() * * @return string * @static - */ - public static function getFallbackLocale() + */ public static function getFallbackLocale() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getFallbackLocale(); @@ -941,8 +863,7 @@ public static function getFallbackLocale() * @param string $locale * @return void * @static - */ - public static function setLocale($locale) + */ public static function setLocale($locale) { /** @var \Illuminate\Foundation\Application $instance */ $instance->setLocale($locale); @@ -953,8 +874,7 @@ public static function setLocale($locale) * @param string $fallbackLocale * @return void * @static - */ - public static function setFallbackLocale($fallbackLocale) + */ public static function setFallbackLocale($fallbackLocale) { /** @var \Illuminate\Foundation\Application $instance */ $instance->setFallbackLocale($fallbackLocale); @@ -965,8 +885,7 @@ public static function setFallbackLocale($fallbackLocale) * @param string $locale * @return bool * @static - */ - public static function isLocale($locale) + */ public static function isLocale($locale) { /** @var \Illuminate\Foundation\Application $instance */ return $instance->isLocale($locale); @@ -976,8 +895,7 @@ public static function isLocale($locale) * * @return void * @static - */ - public static function registerCoreContainerAliases() + */ public static function registerCoreContainerAliases() { /** @var \Illuminate\Foundation\Application $instance */ $instance->registerCoreContainerAliases(); @@ -987,8 +905,7 @@ public static function registerCoreContainerAliases() * * @return void * @static - */ - public static function flush() + */ public static function flush() { /** @var \Illuminate\Foundation\Application $instance */ $instance->flush(); @@ -999,8 +916,7 @@ public static function flush() * @return string * @throws \RuntimeException * @static - */ - public static function getNamespace() + */ public static function getNamespace() { /** @var \Illuminate\Foundation\Application $instance */ return $instance->getNamespace(); @@ -1011,8 +927,7 @@ public static function getNamespace() * @param array|string $concrete * @return \Illuminate\Contracts\Container\ContextualBindingBuilder * @static - */ - public static function when($concrete) + */ public static function when($concrete) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->when($concrete); @@ -1029,8 +944,7 @@ public static function when($concrete) * @param string $id Identifier of the entry to look for. * @return bool * @static - */ - public static function has($id) + */ public static function has($id) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->has($id); @@ -1041,8 +955,7 @@ public static function has($id) * @param string $abstract * @return bool * @static - */ - public static function resolved($abstract) + */ public static function resolved($abstract) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->resolved($abstract); @@ -1053,8 +966,7 @@ public static function resolved($abstract) * @param string $abstract * @return bool * @static - */ - public static function isShared($abstract) + */ public static function isShared($abstract) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->isShared($abstract); @@ -1065,8 +977,7 @@ public static function isShared($abstract) * @param string $name * @return bool * @static - */ - public static function isAlias($name) + */ public static function isAlias($name) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->isAlias($name); @@ -1080,8 +991,7 @@ public static function isAlias($name) * @return void * @throws \TypeError * @static - */ - public static function bind($abstract, $concrete = null, $shared = false) + */ public static function bind($abstract, $concrete = null, $shared = false) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->bind($abstract, $concrete, $shared); @@ -1092,8 +1002,7 @@ public static function bind($abstract, $concrete = null, $shared = false) * @param string $method * @return bool * @static - */ - public static function hasMethodBinding($method) + */ public static function hasMethodBinding($method) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->hasMethodBinding($method); @@ -1105,8 +1014,7 @@ public static function hasMethodBinding($method) * @param \Closure $callback * @return void * @static - */ - public static function bindMethod($method, $callback) + */ public static function bindMethod($method, $callback) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->bindMethod($method, $callback); @@ -1118,8 +1026,7 @@ public static function bindMethod($method, $callback) * @param mixed $instance * @return mixed * @static - */ - public static function callMethodBinding($method, $instance) + */ public static function callMethodBinding($method, $instance) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->callMethodBinding($method, $instance); @@ -1132,8 +1039,7 @@ public static function callMethodBinding($method, $instance) * @param \Closure|string $implementation * @return void * @static - */ - public static function addContextualBinding($concrete, $abstract, $implementation) + */ public static function addContextualBinding($concrete, $abstract, $implementation) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->addContextualBinding($concrete, $abstract, $implementation); @@ -1146,8 +1052,7 @@ public static function addContextualBinding($concrete, $abstract, $implementatio * @param bool $shared * @return void * @static - */ - public static function bindIf($abstract, $concrete = null, $shared = false) + */ public static function bindIf($abstract, $concrete = null, $shared = false) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->bindIf($abstract, $concrete, $shared); @@ -1159,8 +1064,7 @@ public static function bindIf($abstract, $concrete = null, $shared = false) * @param \Closure|string|null $concrete * @return void * @static - */ - public static function singleton($abstract, $concrete = null) + */ public static function singleton($abstract, $concrete = null) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->singleton($abstract, $concrete); @@ -1172,8 +1076,7 @@ public static function singleton($abstract, $concrete = null) * @param \Closure|string|null $concrete * @return void * @static - */ - public static function singletonIf($abstract, $concrete = null) + */ public static function singletonIf($abstract, $concrete = null) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->singletonIf($abstract, $concrete); @@ -1185,8 +1088,7 @@ public static function singletonIf($abstract, $concrete = null) * @param \Closure|string|null $concrete * @return void * @static - */ - public static function scoped($abstract, $concrete = null) + */ public static function scoped($abstract, $concrete = null) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->scoped($abstract, $concrete); @@ -1198,8 +1100,7 @@ public static function scoped($abstract, $concrete = null) * @param \Closure|string|null $concrete * @return void * @static - */ - public static function scopedIf($abstract, $concrete = null) + */ public static function scopedIf($abstract, $concrete = null) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->scopedIf($abstract, $concrete); @@ -1212,8 +1113,7 @@ public static function scopedIf($abstract, $concrete = null) * @return void * @throws \InvalidArgumentException * @static - */ - public static function extend($abstract, $closure) + */ public static function extend($abstract, $closure) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->extend($abstract, $closure); @@ -1225,8 +1125,7 @@ public static function extend($abstract, $closure) * @param mixed $instance * @return mixed * @static - */ - public static function instance($abstract, $instance) + */ public static function instance($abstract, $instance) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->instance($abstract, $instance); @@ -1238,8 +1137,7 @@ public static function instance($abstract, $instance) * @param array|mixed $tags * @return void * @static - */ - public static function tag($abstracts, $tags) + */ public static function tag($abstracts, $tags) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->tag($abstracts, $tags); @@ -1250,8 +1148,7 @@ public static function tag($abstracts, $tags) * @param string $tag * @return \Illuminate\Container\iterable * @static - */ - public static function tagged($tag) + */ public static function tagged($tag) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->tagged($tag); @@ -1264,8 +1161,7 @@ public static function tagged($tag) * @return void * @throws \LogicException * @static - */ - public static function alias($abstract, $alias) + */ public static function alias($abstract, $alias) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->alias($abstract, $alias); @@ -1277,8 +1173,7 @@ public static function alias($abstract, $alias) * @param \Closure $callback * @return mixed * @static - */ - public static function rebinding($abstract, $callback) + */ public static function rebinding($abstract, $callback) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->rebinding($abstract, $callback); @@ -1291,8 +1186,7 @@ public static function rebinding($abstract, $callback) * @param string $method * @return mixed * @static - */ - public static function refresh($abstract, $target, $method) + */ public static function refresh($abstract, $target, $method) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->refresh($abstract, $target, $method); @@ -1304,8 +1198,7 @@ public static function refresh($abstract, $target, $method) * @param array $parameters * @return \Closure * @static - */ - public static function wrap($callback, $parameters = []) + */ public static function wrap($callback, $parameters = []) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->wrap($callback, $parameters); @@ -1319,8 +1212,7 @@ public static function wrap($callback, $parameters = []) * @return mixed * @throws \InvalidArgumentException * @static - */ - public static function call($callback, $parameters = [], $defaultMethod = null) + */ public static function call($callback, $parameters = [], $defaultMethod = null) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->call($callback, $parameters, $defaultMethod); @@ -1331,8 +1223,7 @@ public static function call($callback, $parameters = [], $defaultMethod = null) * @param string $abstract * @return \Closure * @static - */ - public static function factory($abstract) + */ public static function factory($abstract) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->factory($abstract); @@ -1345,8 +1236,7 @@ public static function factory($abstract) * @return mixed * @throws \Illuminate\Contracts\Container\BindingResolutionException * @static - */ - public static function makeWith($abstract, $parameters = []) + */ public static function makeWith($abstract, $parameters = []) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->makeWith($abstract, $parameters); @@ -1360,8 +1250,7 @@ public static function makeWith($abstract, $parameters = []) * @throws ContainerExceptionInterface Error while retrieving the entry. * @return mixed Entry. * @static - */ - public static function get($id) + */ public static function get($id) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->get($id); @@ -1374,8 +1263,7 @@ public static function get($id) * @throws \Illuminate\Contracts\Container\BindingResolutionException * @throws \Illuminate\Contracts\Container\CircularDependencyException * @static - */ - public static function build($concrete) + */ public static function build($concrete) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->build($concrete); @@ -1387,8 +1275,7 @@ public static function build($concrete) * @param \Closure|null $callback * @return void * @static - */ - public static function beforeResolving($abstract, $callback = null) + */ public static function beforeResolving($abstract, $callback = null) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->beforeResolving($abstract, $callback); @@ -1400,8 +1287,7 @@ public static function beforeResolving($abstract, $callback = null) * @param \Closure|null $callback * @return void * @static - */ - public static function resolving($abstract, $callback = null) + */ public static function resolving($abstract, $callback = null) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->resolving($abstract, $callback); @@ -1413,8 +1299,7 @@ public static function resolving($abstract, $callback = null) * @param \Closure|null $callback * @return void * @static - */ - public static function afterResolving($abstract, $callback = null) + */ public static function afterResolving($abstract, $callback = null) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->afterResolving($abstract, $callback); @@ -1424,8 +1309,7 @@ public static function afterResolving($abstract, $callback = null) * * @return array * @static - */ - public static function getBindings() + */ public static function getBindings() { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->getBindings(); @@ -1436,8 +1320,7 @@ public static function getBindings() * @param string $abstract * @return string * @static - */ - public static function getAlias($abstract) + */ public static function getAlias($abstract) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->getAlias($abstract); @@ -1448,8 +1331,7 @@ public static function getAlias($abstract) * @param string $abstract * @return void * @static - */ - public static function forgetExtenders($abstract) + */ public static function forgetExtenders($abstract) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->forgetExtenders($abstract); @@ -1460,8 +1342,7 @@ public static function forgetExtenders($abstract) * @param string $abstract * @return void * @static - */ - public static function forgetInstance($abstract) + */ public static function forgetInstance($abstract) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->forgetInstance($abstract); @@ -1471,8 +1352,7 @@ public static function forgetInstance($abstract) * * @return void * @static - */ - public static function forgetInstances() + */ public static function forgetInstances() { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->forgetInstances(); @@ -1482,8 +1362,7 @@ public static function forgetInstances() * * @return void * @static - */ - public static function forgetScopedInstances() + */ public static function forgetScopedInstances() { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->forgetScopedInstances(); @@ -1493,8 +1372,7 @@ public static function forgetScopedInstances() * * @return static * @static - */ - public static function getInstance() + */ public static function getInstance() { //Method inherited from \Illuminate\Container\Container return \Illuminate\Foundation\Application::getInstance(); } @@ -1504,8 +1382,7 @@ public static function getInstance() * @param \Illuminate\Contracts\Container\Container|null $container * @return \Illuminate\Contracts\Container\Container|static * @static - */ - public static function setInstance($container = null) + */ public static function setInstance($container = null) { //Method inherited from \Illuminate\Container\Container return \Illuminate\Foundation\Application::setInstance($container); } @@ -1515,8 +1392,7 @@ public static function setInstance($container = null) * @param string $key * @return bool * @static - */ - public static function offsetExists($key) + */ public static function offsetExists($key) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->offsetExists($key); @@ -1527,8 +1403,7 @@ public static function offsetExists($key) * @param string $key * @return mixed * @static - */ - public static function offsetGet($key) + */ public static function offsetGet($key) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->offsetGet($key); @@ -1540,8 +1415,7 @@ public static function offsetGet($key) * @param mixed $value * @return void * @static - */ - public static function offsetSet($key, $value) + */ public static function offsetSet($key, $value) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->offsetSet($key, $value); @@ -1552,8 +1426,7 @@ public static function offsetSet($key, $value) * @param string $key * @return void * @static - */ - public static function offsetUnset($key) + */ public static function offsetUnset($key) { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->offsetUnset($key); @@ -1565,8 +1438,7 @@ public static function offsetUnset($key) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Foundation\Application::macro($name, $macro); } @@ -1578,8 +1450,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Foundation\Application::mixin($mixin, $replace); } @@ -1589,8 +1460,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Foundation\Application::hasMacro($name); } @@ -1599,27 +1469,23 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Foundation\Application::flushMacros(); } - - } + } /** * * * @see \Illuminate\Foundation\Console\Kernel - */ - class Artisan { + */ class Artisan { /** * Re-route the Symfony command events to their Laravel counterparts. * * @internal * @return \App\Console\Kernel * @static - */ - public static function rerouteSymfonyCommandEvents() + */ public static function rerouteSymfonyCommandEvents() { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ return $instance->rerouteSymfonyCommandEvents(); @@ -1631,8 +1497,7 @@ public static function rerouteSymfonyCommandEvents() * @param \Symfony\Component\Console\Output\OutputInterface|null $output * @return int * @static - */ - public static function handle($input, $output = null) + */ public static function handle($input, $output = null) { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ return $instance->handle($input, $output); @@ -1644,8 +1509,7 @@ public static function handle($input, $output = null) * @param int $status * @return void * @static - */ - public static function terminate($input, $status) + */ public static function terminate($input, $status) { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ $instance->terminate($input, $status); @@ -1657,8 +1521,7 @@ public static function terminate($input, $status) * @param callable $handler * @return void * @static - */ - public static function whenCommandLifecycleIsLongerThan($threshold, $handler) + */ public static function whenCommandLifecycleIsLongerThan($threshold, $handler) { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ $instance->whenCommandLifecycleIsLongerThan($threshold, $handler); @@ -1668,8 +1531,7 @@ public static function whenCommandLifecycleIsLongerThan($threshold, $handler) * * @return \Illuminate\Support\Carbon|null * @static - */ - public static function commandStartedAt() + */ public static function commandStartedAt() { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ return $instance->commandStartedAt(); @@ -1681,8 +1543,7 @@ public static function commandStartedAt() * @param \Closure $callback * @return \Illuminate\Foundation\Console\ClosureCommand * @static - */ - public static function command($signature, $callback) + */ public static function command($signature, $callback) { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ return $instance->command($signature, $callback); @@ -1693,8 +1554,7 @@ public static function command($signature, $callback) * @param \Symfony\Component\Console\Command\Command $command * @return void * @static - */ - public static function registerCommand($command) + */ public static function registerCommand($command) { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ $instance->registerCommand($command); @@ -1708,8 +1568,7 @@ public static function registerCommand($command) * @return int * @throws \Symfony\Component\Console\Exception\CommandNotFoundException * @static - */ - public static function call($command, $parameters = [], $outputBuffer = null) + */ public static function call($command, $parameters = [], $outputBuffer = null) { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ return $instance->call($command, $parameters, $outputBuffer); @@ -1721,8 +1580,7 @@ public static function call($command, $parameters = [], $outputBuffer = null) * @param array $parameters * @return \Illuminate\Foundation\Bus\PendingDispatch * @static - */ - public static function queue($command, $parameters = []) + */ public static function queue($command, $parameters = []) { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ return $instance->queue($command, $parameters); @@ -1732,8 +1590,7 @@ public static function queue($command, $parameters = []) * * @return array * @static - */ - public static function all() + */ public static function all() { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ return $instance->all(); @@ -1743,8 +1600,7 @@ public static function all() * * @return string * @static - */ - public static function output() + */ public static function output() { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ return $instance->output(); @@ -1754,8 +1610,7 @@ public static function output() * * @return void * @static - */ - public static function bootstrap() + */ public static function bootstrap() { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ $instance->bootstrap(); @@ -1765,8 +1620,7 @@ public static function bootstrap() * * @return void * @static - */ - public static function bootstrapWithoutBootingProviders() + */ public static function bootstrapWithoutBootingProviders() { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ $instance->bootstrapWithoutBootingProviders(); @@ -1777,29 +1631,25 @@ public static function bootstrapWithoutBootingProviders() * @param \Illuminate\Console\Application|null $artisan * @return void * @static - */ - public static function setArtisan($artisan) + */ public static function setArtisan($artisan) { //Method inherited from \Illuminate\Foundation\Console\Kernel /** @var \App\Console\Kernel $instance */ $instance->setArtisan($artisan); } - - } + } /** * * * @see \Illuminate\Auth\AuthManager * @see \Illuminate\Auth\SessionGuard - */ - class Auth { + */ class Auth { /** * Attempt to get the guard from the local cache. * * @param string|null $name * @return \Illuminate\Contracts\Auth\Guard|\Illuminate\Contracts\Auth\StatefulGuard * @static - */ - public static function guard($name = null) + */ public static function guard($name = null) { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->guard($name); @@ -1811,8 +1661,7 @@ public static function guard($name = null) * @param array $config * @return \Illuminate\Auth\SessionGuard * @static - */ - public static function createSessionDriver($name, $config) + */ public static function createSessionDriver($name, $config) { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->createSessionDriver($name, $config); @@ -1824,8 +1673,7 @@ public static function createSessionDriver($name, $config) * @param array $config * @return \Illuminate\Auth\TokenGuard * @static - */ - public static function createTokenDriver($name, $config) + */ public static function createTokenDriver($name, $config) { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->createTokenDriver($name, $config); @@ -1835,8 +1683,7 @@ public static function createTokenDriver($name, $config) * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->getDefaultDriver(); @@ -1847,8 +1694,7 @@ public static function getDefaultDriver() * @param string $name * @return void * @static - */ - public static function shouldUse($name) + */ public static function shouldUse($name) { /** @var \Illuminate\Auth\AuthManager $instance */ $instance->shouldUse($name); @@ -1859,8 +1705,7 @@ public static function shouldUse($name) * @param string $name * @return void * @static - */ - public static function setDefaultDriver($name) + */ public static function setDefaultDriver($name) { /** @var \Illuminate\Auth\AuthManager $instance */ $instance->setDefaultDriver($name); @@ -1872,8 +1717,7 @@ public static function setDefaultDriver($name) * @param callable $callback * @return \Illuminate\Auth\AuthManager * @static - */ - public static function viaRequest($driver, $callback) + */ public static function viaRequest($driver, $callback) { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->viaRequest($driver, $callback); @@ -1883,8 +1727,7 @@ public static function viaRequest($driver, $callback) * * @return \Closure * @static - */ - public static function userResolver() + */ public static function userResolver() { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->userResolver(); @@ -1895,8 +1738,7 @@ public static function userResolver() * @param \Closure $userResolver * @return \Illuminate\Auth\AuthManager * @static - */ - public static function resolveUsersUsing($userResolver) + */ public static function resolveUsersUsing($userResolver) { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->resolveUsersUsing($userResolver); @@ -1908,8 +1750,7 @@ public static function resolveUsersUsing($userResolver) * @param \Closure $callback * @return \Illuminate\Auth\AuthManager * @static - */ - public static function extend($driver, $callback) + */ public static function extend($driver, $callback) { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->extend($driver, $callback); @@ -1921,8 +1762,7 @@ public static function extend($driver, $callback) * @param \Closure $callback * @return \Illuminate\Auth\AuthManager * @static - */ - public static function provider($name, $callback) + */ public static function provider($name, $callback) { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->provider($name, $callback); @@ -1932,8 +1772,7 @@ public static function provider($name, $callback) * * @return bool * @static - */ - public static function hasResolvedGuards() + */ public static function hasResolvedGuards() { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->hasResolvedGuards(); @@ -1943,8 +1782,7 @@ public static function hasResolvedGuards() * * @return \Illuminate\Auth\AuthManager * @static - */ - public static function forgetGuards() + */ public static function forgetGuards() { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->forgetGuards(); @@ -1955,8 +1793,7 @@ public static function forgetGuards() * @param \Illuminate\Contracts\Foundation\Application $app * @return \Illuminate\Auth\AuthManager * @static - */ - public static function setApplication($app) + */ public static function setApplication($app) { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->setApplication($app); @@ -1968,8 +1805,7 @@ public static function setApplication($app) * @return \Illuminate\Contracts\Auth\UserProvider|null * @throws \InvalidArgumentException * @static - */ - public static function createUserProvider($provider = null) + */ public static function createUserProvider($provider = null) { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->createUserProvider($provider); @@ -1979,8 +1815,7 @@ public static function createUserProvider($provider = null) * * @return string * @static - */ - public static function getDefaultUserProvider() + */ public static function getDefaultUserProvider() { /** @var \Illuminate\Auth\AuthManager $instance */ return $instance->getDefaultUserProvider(); @@ -1990,8 +1825,7 @@ public static function getDefaultUserProvider() * * @return \App\Models\User|null * @static - */ - public static function user() + */ public static function user() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->user(); @@ -2001,8 +1835,7 @@ public static function user() * * @return int|string|null * @static - */ - public static function id() + */ public static function id() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->id(); @@ -2013,8 +1846,7 @@ public static function id() * @param array $credentials * @return bool * @static - */ - public static function once($credentials = []) + */ public static function once($credentials = []) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->once($credentials); @@ -2025,8 +1857,7 @@ public static function once($credentials = []) * @param mixed $id * @return \App\Models\User|false * @static - */ - public static function onceUsingId($id) + */ public static function onceUsingId($id) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->onceUsingId($id); @@ -2037,8 +1868,7 @@ public static function onceUsingId($id) * @param array $credentials * @return bool * @static - */ - public static function validate($credentials = []) + */ public static function validate($credentials = []) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->validate($credentials); @@ -2051,8 +1881,7 @@ public static function validate($credentials = []) * @return \Symfony\Component\HttpFoundation\Response|null * @throws \Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException * @static - */ - public static function basic($field = 'email', $extraConditions = []) + */ public static function basic($field = 'email', $extraConditions = []) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->basic($field, $extraConditions); @@ -2065,8 +1894,7 @@ public static function basic($field = 'email', $extraConditions = []) * @return \Symfony\Component\HttpFoundation\Response|null * @throws \Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException * @static - */ - public static function onceBasic($field = 'email', $extraConditions = []) + */ public static function onceBasic($field = 'email', $extraConditions = []) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->onceBasic($field, $extraConditions); @@ -2078,8 +1906,7 @@ public static function onceBasic($field = 'email', $extraConditions = []) * @param bool $remember * @return bool * @static - */ - public static function attempt($credentials = [], $remember = false) + */ public static function attempt($credentials = [], $remember = false) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->attempt($credentials, $remember); @@ -2092,8 +1919,7 @@ public static function attempt($credentials = [], $remember = false) * @param bool $remember * @return bool * @static - */ - public static function attemptWhen($credentials = [], $callbacks = null, $remember = false) + */ public static function attemptWhen($credentials = [], $callbacks = null, $remember = false) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->attemptWhen($credentials, $callbacks, $remember); @@ -2105,8 +1931,7 @@ public static function attemptWhen($credentials = [], $callbacks = null, $rememb * @param bool $remember * @return \App\Models\User|false * @static - */ - public static function loginUsingId($id, $remember = false) + */ public static function loginUsingId($id, $remember = false) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->loginUsingId($id, $remember); @@ -2118,8 +1943,7 @@ public static function loginUsingId($id, $remember = false) * @param bool $remember * @return void * @static - */ - public static function login($user, $remember = false) + */ public static function login($user, $remember = false) { /** @var \Illuminate\Auth\SessionGuard $instance */ $instance->login($user, $remember); @@ -2129,8 +1953,7 @@ public static function login($user, $remember = false) * * @return void * @static - */ - public static function logout() + */ public static function logout() { /** @var \Illuminate\Auth\SessionGuard $instance */ $instance->logout(); @@ -2142,8 +1965,7 @@ public static function logout() * * @return void * @static - */ - public static function logoutCurrentDevice() + */ public static function logoutCurrentDevice() { /** @var \Illuminate\Auth\SessionGuard $instance */ $instance->logoutCurrentDevice(); @@ -2158,8 +1980,7 @@ public static function logoutCurrentDevice() * @return \App\Models\User|null * @throws \Illuminate\Auth\AuthenticationException * @static - */ - public static function logoutOtherDevices($password, $attribute = 'password') + */ public static function logoutOtherDevices($password, $attribute = 'password') { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->logoutOtherDevices($password, $attribute); @@ -2170,8 +1991,7 @@ public static function logoutOtherDevices($password, $attribute = 'password') * @param mixed $callback * @return void * @static - */ - public static function attempting($callback) + */ public static function attempting($callback) { /** @var \Illuminate\Auth\SessionGuard $instance */ $instance->attempting($callback); @@ -2181,8 +2001,7 @@ public static function attempting($callback) * * @return \App\Models\User * @static - */ - public static function getLastAttempted() + */ public static function getLastAttempted() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getLastAttempted(); @@ -2192,8 +2011,7 @@ public static function getLastAttempted() * * @return string * @static - */ - public static function getName() + */ public static function getName() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getName(); @@ -2203,8 +2021,7 @@ public static function getName() * * @return string * @static - */ - public static function getRecallerName() + */ public static function getRecallerName() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getRecallerName(); @@ -2214,8 +2031,7 @@ public static function getRecallerName() * * @return bool * @static - */ - public static function viaRemember() + */ public static function viaRemember() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->viaRemember(); @@ -2226,8 +2042,7 @@ public static function viaRemember() * @param int $minutes * @return \Illuminate\Auth\SessionGuard * @static - */ - public static function setRememberDuration($minutes) + */ public static function setRememberDuration($minutes) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->setRememberDuration($minutes); @@ -2238,8 +2053,7 @@ public static function setRememberDuration($minutes) * @return \Illuminate\Contracts\Cookie\QueueingFactory * @throws \RuntimeException * @static - */ - public static function getCookieJar() + */ public static function getCookieJar() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getCookieJar(); @@ -2250,8 +2064,7 @@ public static function getCookieJar() * @param \Illuminate\Contracts\Cookie\QueueingFactory $cookie * @return void * @static - */ - public static function setCookieJar($cookie) + */ public static function setCookieJar($cookie) { /** @var \Illuminate\Auth\SessionGuard $instance */ $instance->setCookieJar($cookie); @@ -2261,8 +2074,7 @@ public static function setCookieJar($cookie) * * @return \Illuminate\Contracts\Events\Dispatcher * @static - */ - public static function getDispatcher() + */ public static function getDispatcher() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getDispatcher(); @@ -2273,8 +2085,7 @@ public static function getDispatcher() * @param \Illuminate\Contracts\Events\Dispatcher $events * @return void * @static - */ - public static function setDispatcher($events) + */ public static function setDispatcher($events) { /** @var \Illuminate\Auth\SessionGuard $instance */ $instance->setDispatcher($events); @@ -2284,8 +2095,7 @@ public static function setDispatcher($events) * * @return \Illuminate\Contracts\Session\Session * @static - */ - public static function getSession() + */ public static function getSession() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getSession(); @@ -2295,8 +2105,7 @@ public static function getSession() * * @return \App\Models\User|null * @static - */ - public static function getUser() + */ public static function getUser() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getUser(); @@ -2307,8 +2116,7 @@ public static function getUser() * @param \Illuminate\Contracts\Auth\Authenticatable $user * @return \Illuminate\Auth\SessionGuard * @static - */ - public static function setUser($user) + */ public static function setUser($user) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->setUser($user); @@ -2318,8 +2126,7 @@ public static function setUser($user) * * @return \Symfony\Component\HttpFoundation\Request * @static - */ - public static function getRequest() + */ public static function getRequest() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getRequest(); @@ -2330,8 +2137,7 @@ public static function getRequest() * @param \Symfony\Component\HttpFoundation\Request $request * @return \Illuminate\Auth\SessionGuard * @static - */ - public static function setRequest($request) + */ public static function setRequest($request) { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->setRequest($request); @@ -2341,8 +2147,7 @@ public static function setRequest($request) * * @return \Illuminate\Support\Timebox * @static - */ - public static function getTimebox() + */ public static function getTimebox() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getTimebox(); @@ -2353,8 +2158,7 @@ public static function getTimebox() * @return \App\Models\User * @throws \Illuminate\Auth\AuthenticationException * @static - */ - public static function authenticate() + */ public static function authenticate() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->authenticate(); @@ -2364,8 +2168,7 @@ public static function authenticate() * * @return bool * @static - */ - public static function hasUser() + */ public static function hasUser() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->hasUser(); @@ -2375,8 +2178,7 @@ public static function hasUser() * * @return bool * @static - */ - public static function check() + */ public static function check() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->check(); @@ -2386,8 +2188,7 @@ public static function check() * * @return bool * @static - */ - public static function guest() + */ public static function guest() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->guest(); @@ -2397,8 +2198,7 @@ public static function guest() * * @return \Illuminate\Auth\SessionGuard * @static - */ - public static function forgetUser() + */ public static function forgetUser() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->forgetUser(); @@ -2408,8 +2208,7 @@ public static function forgetUser() * * @return \Illuminate\Contracts\Auth\UserProvider * @static - */ - public static function getProvider() + */ public static function getProvider() { /** @var \Illuminate\Auth\SessionGuard $instance */ return $instance->getProvider(); @@ -2420,8 +2219,7 @@ public static function getProvider() * @param \Illuminate\Contracts\Auth\UserProvider $provider * @return void * @static - */ - public static function setProvider($provider) + */ public static function setProvider($provider) { /** @var \Illuminate\Auth\SessionGuard $instance */ $instance->setProvider($provider); @@ -2433,8 +2231,7 @@ public static function setProvider($provider) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Auth\SessionGuard::macro($name, $macro); } @@ -2446,8 +2243,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Auth\SessionGuard::mixin($mixin, $replace); } @@ -2457,8 +2253,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Auth\SessionGuard::hasMacro($name); } @@ -2467,27 +2262,23 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Auth\SessionGuard::flushMacros(); } - - } + } /** * * * @see \Illuminate\View\Compilers\BladeCompiler - */ - class Blade { + */ class Blade { /** * Compile the view at the given path. * * @param string|null $path * @return void * @static - */ - public static function compile($path = null) + */ public static function compile($path = null) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->compile($path); @@ -2497,8 +2288,7 @@ public static function compile($path = null) * * @return string * @static - */ - public static function getPath() + */ public static function getPath() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->getPath(); @@ -2509,8 +2299,7 @@ public static function getPath() * @param string $path * @return void * @static - */ - public static function setPath($path) + */ public static function setPath($path) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->setPath($path); @@ -2521,8 +2310,7 @@ public static function setPath($path) * @param string $value * @return string * @static - */ - public static function compileString($value) + */ public static function compileString($value) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->compileString($value); @@ -2535,8 +2323,7 @@ public static function compileString($value) * @param bool $deleteCachedView * @return string * @static - */ - public static function render($string, $data = [], $deleteCachedView = false) + */ public static function render($string, $data = [], $deleteCachedView = false) { return \Illuminate\View\Compilers\BladeCompiler::render($string, $data, $deleteCachedView); } @@ -2546,8 +2333,7 @@ public static function render($string, $data = [], $deleteCachedView = false) * @param \Illuminate\View\Component $component * @return string * @static - */ - public static function renderComponent($component) + */ public static function renderComponent($component) { return \Illuminate\View\Compilers\BladeCompiler::renderComponent($component); } @@ -2557,8 +2343,7 @@ public static function renderComponent($component) * @param string $expression * @return string * @static - */ - public static function stripParentheses($expression) + */ public static function stripParentheses($expression) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->stripParentheses($expression); @@ -2569,8 +2354,7 @@ public static function stripParentheses($expression) * @param callable $compiler * @return void * @static - */ - public static function extend($compiler) + */ public static function extend($compiler) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->extend($compiler); @@ -2580,8 +2364,7 @@ public static function extend($compiler) * * @return array * @static - */ - public static function getExtensions() + */ public static function getExtensions() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->getExtensions(); @@ -2593,8 +2376,7 @@ public static function getExtensions() * @param callable $callback * @return void * @static - */ - public static function if($name, $callback) + */ public static function if($name, $callback) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->if($name, $callback); @@ -2606,8 +2388,7 @@ public static function if($name, $callback) * @param mixed $parameters * @return bool * @static - */ - public static function check($name, ...$parameters) + */ public static function check($name, ...$parameters) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->check($name, ...$parameters); @@ -2620,8 +2401,7 @@ public static function check($name, ...$parameters) * @param string $prefix * @return void * @static - */ - public static function component($class, $alias = null, $prefix = '') + */ public static function component($class, $alias = null, $prefix = '') { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->component($class, $alias, $prefix); @@ -2633,8 +2413,7 @@ public static function component($class, $alias = null, $prefix = '') * @param string $prefix * @return void * @static - */ - public static function components($components, $prefix = '') + */ public static function components($components, $prefix = '') { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->components($components, $prefix); @@ -2644,8 +2423,7 @@ public static function components($components, $prefix = '') * * @return array * @static - */ - public static function getClassComponentAliases() + */ public static function getClassComponentAliases() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->getClassComponentAliases(); @@ -2657,8 +2435,7 @@ public static function getClassComponentAliases() * @param string|null $prefix * @return void * @static - */ - public static function anonymousComponentPath($path, $prefix = null) + */ public static function anonymousComponentPath($path, $prefix = null) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->anonymousComponentPath($path, $prefix); @@ -2670,8 +2447,7 @@ public static function anonymousComponentPath($path, $prefix = null) * @param string|null $prefix * @return void * @static - */ - public static function anonymousComponentNamespace($directory, $prefix = null) + */ public static function anonymousComponentNamespace($directory, $prefix = null) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->anonymousComponentNamespace($directory, $prefix); @@ -2683,8 +2459,7 @@ public static function anonymousComponentNamespace($directory, $prefix = null) * @param string $prefix * @return void * @static - */ - public static function componentNamespace($namespace, $prefix) + */ public static function componentNamespace($namespace, $prefix) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->componentNamespace($namespace, $prefix); @@ -2694,8 +2469,7 @@ public static function componentNamespace($namespace, $prefix) * * @return array * @static - */ - public static function getAnonymousComponentPaths() + */ public static function getAnonymousComponentPaths() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->getAnonymousComponentPaths(); @@ -2705,8 +2479,7 @@ public static function getAnonymousComponentPaths() * * @return array * @static - */ - public static function getAnonymousComponentNamespaces() + */ public static function getAnonymousComponentNamespaces() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->getAnonymousComponentNamespaces(); @@ -2716,8 +2489,7 @@ public static function getAnonymousComponentNamespaces() * * @return array * @static - */ - public static function getClassComponentNamespaces() + */ public static function getClassComponentNamespaces() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->getClassComponentNamespaces(); @@ -2729,8 +2501,7 @@ public static function getClassComponentNamespaces() * @param string|null $alias * @return void * @static - */ - public static function aliasComponent($path, $alias = null) + */ public static function aliasComponent($path, $alias = null) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->aliasComponent($path, $alias); @@ -2742,8 +2513,7 @@ public static function aliasComponent($path, $alias = null) * @param string|null $alias * @return void * @static - */ - public static function include($path, $alias = null) + */ public static function include($path, $alias = null) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->include($path, $alias); @@ -2755,8 +2525,7 @@ public static function include($path, $alias = null) * @param string|null $alias * @return void * @static - */ - public static function aliasInclude($path, $alias = null) + */ public static function aliasInclude($path, $alias = null) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->aliasInclude($path, $alias); @@ -2769,8 +2538,7 @@ public static function aliasInclude($path, $alias = null) * @return void * @throws \InvalidArgumentException * @static - */ - public static function directive($name, $handler) + */ public static function directive($name, $handler) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->directive($name, $handler); @@ -2780,8 +2548,7 @@ public static function directive($name, $handler) * * @return array * @static - */ - public static function getCustomDirectives() + */ public static function getCustomDirectives() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->getCustomDirectives(); @@ -2792,8 +2559,7 @@ public static function getCustomDirectives() * @param callable $callback * @return \Illuminate\View\Compilers\BladeCompiler * @static - */ - public static function prepareStringsForCompilationUsing($callback) + */ public static function prepareStringsForCompilationUsing($callback) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->prepareStringsForCompilationUsing($callback); @@ -2804,8 +2570,7 @@ public static function prepareStringsForCompilationUsing($callback) * @param callable $precompiler * @return void * @static - */ - public static function precompiler($precompiler) + */ public static function precompiler($precompiler) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->precompiler($precompiler); @@ -2816,8 +2581,7 @@ public static function precompiler($precompiler) * @param string $format * @return void * @static - */ - public static function setEchoFormat($format) + */ public static function setEchoFormat($format) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->setEchoFormat($format); @@ -2827,8 +2591,7 @@ public static function setEchoFormat($format) * * @return void * @static - */ - public static function withDoubleEncoding() + */ public static function withDoubleEncoding() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->withDoubleEncoding(); @@ -2838,8 +2601,7 @@ public static function withDoubleEncoding() * * @return void * @static - */ - public static function withoutDoubleEncoding() + */ public static function withoutDoubleEncoding() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->withoutDoubleEncoding(); @@ -2849,8 +2611,7 @@ public static function withoutDoubleEncoding() * * @return void * @static - */ - public static function withoutComponentTags() + */ public static function withoutComponentTags() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->withoutComponentTags(); @@ -2861,8 +2622,7 @@ public static function withoutComponentTags() * @param string $path * @return string * @static - */ - public static function getCompiledPath($path) + */ public static function getCompiledPath($path) { //Method inherited from \Illuminate\View\Compilers\Compiler /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->getCompiledPath($path); @@ -2874,8 +2634,7 @@ public static function getCompiledPath($path) * @return bool * @throws \ErrorException * @static - */ - public static function isExpired($path) + */ public static function isExpired($path) { //Method inherited from \Illuminate\View\Compilers\Compiler /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->isExpired($path); @@ -2886,8 +2645,7 @@ public static function isExpired($path) * @param string $component * @return string * @static - */ - public static function newComponentHash($component) + */ public static function newComponentHash($component) { return \Illuminate\View\Compilers\BladeCompiler::newComponentHash($component); } @@ -2900,8 +2658,7 @@ public static function newComponentHash($component) * @param string $hash * @return string * @static - */ - public static function compileClassComponentOpening($component, $alias, $data, $hash) + */ public static function compileClassComponentOpening($component, $alias, $data, $hash) { return \Illuminate\View\Compilers\BladeCompiler::compileClassComponentOpening($component, $alias, $data, $hash); } @@ -2910,8 +2667,7 @@ public static function compileClassComponentOpening($component, $alias, $data, $ * * @return string * @static - */ - public static function compileEndComponentClass() + */ public static function compileEndComponentClass() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->compileEndComponentClass(); @@ -2922,8 +2678,7 @@ public static function compileEndComponentClass() * @param mixed $value * @return mixed * @static - */ - public static function sanitizeComponentAttribute($value) + */ public static function sanitizeComponentAttribute($value) { return \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($value); } @@ -2932,8 +2687,7 @@ public static function sanitizeComponentAttribute($value) * * @return string * @static - */ - public static function compileEndOnce() + */ public static function compileEndOnce() { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->compileEndOnce(); @@ -2945,8 +2699,7 @@ public static function compileEndOnce() * @param callable|null $handler * @return void * @static - */ - public static function stringable($class, $handler = null) + */ public static function stringable($class, $handler = null) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ $instance->stringable($class, $handler); @@ -2957,8 +2710,7 @@ public static function stringable($class, $handler = null) * @param string $value * @return string * @static - */ - public static function compileEchos($value) + */ public static function compileEchos($value) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->compileEchos($value); @@ -2969,14 +2721,12 @@ public static function compileEchos($value) * @param string $value * @return string * @static - */ - public static function applyEchoHandler($value) + */ public static function applyEchoHandler($value) { /** @var \Illuminate\View\Compilers\BladeCompiler $instance */ return $instance->applyEchoHandler($value); } - - } + } /** * * @@ -2989,16 +2739,14 @@ public static function applyEchoHandler($value) * @method static \Illuminate\Support\Collection getChannels() * @see \Illuminate\Broadcasting\BroadcastManager * @see \Illuminate\Broadcasting\Broadcasters\Broadcaster - */ - class Broadcast { + */ class Broadcast { /** * Register the routes for handling broadcast channel authentication and sockets. * * @param array|null $attributes * @return void * @static - */ - public static function routes($attributes = null) + */ public static function routes($attributes = null) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ $instance->routes($attributes); @@ -3009,8 +2757,7 @@ public static function routes($attributes = null) * @param array|null $attributes * @return void * @static - */ - public static function userRoutes($attributes = null) + */ public static function userRoutes($attributes = null) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ $instance->userRoutes($attributes); @@ -3023,8 +2770,7 @@ public static function userRoutes($attributes = null) * @param array|null $attributes * @return void * @static - */ - public static function channelRoutes($attributes = null) + */ public static function channelRoutes($attributes = null) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ $instance->channelRoutes($attributes); @@ -3035,8 +2781,7 @@ public static function channelRoutes($attributes = null) * @param \Illuminate\Http\Request|null $request * @return string|null * @static - */ - public static function socket($request = null) + */ public static function socket($request = null) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->socket($request); @@ -3047,8 +2792,7 @@ public static function socket($request = null) * @param mixed|null $event * @return \Illuminate\Broadcasting\PendingBroadcast * @static - */ - public static function event($event = null) + */ public static function event($event = null) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->event($event); @@ -3059,8 +2803,7 @@ public static function event($event = null) * @param mixed $event * @return void * @static - */ - public static function queue($event) + */ public static function queue($event) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ $instance->queue($event); @@ -3071,8 +2814,7 @@ public static function queue($event) * @param string|null $driver * @return mixed * @static - */ - public static function connection($driver = null) + */ public static function connection($driver = null) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->connection($driver); @@ -3083,8 +2825,7 @@ public static function connection($driver = null) * @param string|null $name * @return mixed * @static - */ - public static function driver($name = null) + */ public static function driver($name = null) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->driver($name); @@ -3095,8 +2836,7 @@ public static function driver($name = null) * @param array $config * @return \Pusher\Pusher * @static - */ - public static function pusher($config) + */ public static function pusher($config) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->pusher($config); @@ -3107,8 +2847,7 @@ public static function pusher($config) * @param array $config * @return \Ably\AblyRest * @static - */ - public static function ably($config) + */ public static function ably($config) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->ably($config); @@ -3118,8 +2857,7 @@ public static function ably($config) * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->getDefaultDriver(); @@ -3130,8 +2868,7 @@ public static function getDefaultDriver() * @param string $name * @return void * @static - */ - public static function setDefaultDriver($name) + */ public static function setDefaultDriver($name) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ $instance->setDefaultDriver($name); @@ -3142,8 +2879,7 @@ public static function setDefaultDriver($name) * @param string|null $name * @return void * @static - */ - public static function purge($name = null) + */ public static function purge($name = null) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ $instance->purge($name); @@ -3155,8 +2891,7 @@ public static function purge($name = null) * @param \Closure $callback * @return \Illuminate\Broadcasting\BroadcastManager * @static - */ - public static function extend($driver, $callback) + */ public static function extend($driver, $callback) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->extend($driver, $callback); @@ -3166,8 +2901,7 @@ public static function extend($driver, $callback) * * @return \Illuminate\Contracts\Foundation\Application * @static - */ - public static function getApplication() + */ public static function getApplication() { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->getApplication(); @@ -3178,8 +2912,7 @@ public static function getApplication() * @param \Illuminate\Contracts\Foundation\Application $app * @return \Illuminate\Broadcasting\BroadcastManager * @static - */ - public static function setApplication($app) + */ public static function setApplication($app) { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->setApplication($app); @@ -3189,29 +2922,25 @@ public static function setApplication($app) * * @return \Illuminate\Broadcasting\BroadcastManager * @static - */ - public static function forgetDrivers() + */ public static function forgetDrivers() { /** @var \Illuminate\Broadcasting\BroadcastManager $instance */ return $instance->forgetDrivers(); } - - } + } /** * * * @see \Illuminate\Bus\Dispatcher * @see \Illuminate\Support\Testing\Fakes\BusFake - */ - class Bus { + */ class Bus { /** * Dispatch a command to its appropriate handler. * * @param mixed $command * @return mixed * @static - */ - public static function dispatch($command) + */ public static function dispatch($command) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->dispatch($command); @@ -3225,8 +2954,7 @@ public static function dispatch($command) * @param mixed $handler * @return mixed * @static - */ - public static function dispatchSync($command, $handler = null) + */ public static function dispatchSync($command, $handler = null) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->dispatchSync($command, $handler); @@ -3238,8 +2966,7 @@ public static function dispatchSync($command, $handler = null) * @param mixed $handler * @return mixed * @static - */ - public static function dispatchNow($command, $handler = null) + */ public static function dispatchNow($command, $handler = null) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->dispatchNow($command, $handler); @@ -3250,8 +2977,7 @@ public static function dispatchNow($command, $handler = null) * @param string $batchId * @return \Illuminate\Bus\Batch|null * @static - */ - public static function findBatch($batchId) + */ public static function findBatch($batchId) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->findBatch($batchId); @@ -3262,8 +2988,7 @@ public static function findBatch($batchId) * @param \Illuminate\Support\Collection|array|mixed $jobs * @return \Illuminate\Bus\PendingBatch * @static - */ - public static function batch($jobs) + */ public static function batch($jobs) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->batch($jobs); @@ -3274,8 +2999,7 @@ public static function batch($jobs) * @param \Illuminate\Support\Collection|array $jobs * @return \Illuminate\Foundation\Bus\PendingChain * @static - */ - public static function chain($jobs) + */ public static function chain($jobs) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->chain($jobs); @@ -3286,8 +3010,7 @@ public static function chain($jobs) * @param mixed $command * @return bool * @static - */ - public static function hasCommandHandler($command) + */ public static function hasCommandHandler($command) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->hasCommandHandler($command); @@ -3298,8 +3021,7 @@ public static function hasCommandHandler($command) * @param mixed $command * @return bool|mixed * @static - */ - public static function getCommandHandler($command) + */ public static function getCommandHandler($command) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->getCommandHandler($command); @@ -3311,8 +3033,7 @@ public static function getCommandHandler($command) * @return mixed * @throws \RuntimeException * @static - */ - public static function dispatchToQueue($command) + */ public static function dispatchToQueue($command) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->dispatchToQueue($command); @@ -3324,8 +3045,7 @@ public static function dispatchToQueue($command) * @param mixed $handler * @return void * @static - */ - public static function dispatchAfterResponse($command, $handler = null) + */ public static function dispatchAfterResponse($command, $handler = null) { /** @var \Illuminate\Bus\Dispatcher $instance */ $instance->dispatchAfterResponse($command, $handler); @@ -3336,8 +3056,7 @@ public static function dispatchAfterResponse($command, $handler = null) * @param array $pipes * @return \Illuminate\Bus\Dispatcher * @static - */ - public static function pipeThrough($pipes) + */ public static function pipeThrough($pipes) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->pipeThrough($pipes); @@ -3348,8 +3067,7 @@ public static function pipeThrough($pipes) * @param array $map * @return \Illuminate\Bus\Dispatcher * @static - */ - public static function map($map) + */ public static function map($map) { /** @var \Illuminate\Bus\Dispatcher $instance */ return $instance->map($map); @@ -3360,8 +3078,7 @@ public static function map($map) * @param array|string $jobsToDispatch * @return \Illuminate\Support\Testing\Fakes\BusFake * @static - */ - public static function except($jobsToDispatch) + */ public static function except($jobsToDispatch) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->except($jobsToDispatch); @@ -3373,8 +3090,7 @@ public static function except($jobsToDispatch) * @param callable|int|null $callback * @return void * @static - */ - public static function assertDispatched($command, $callback = null) + */ public static function assertDispatched($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertDispatched($command, $callback); @@ -3386,8 +3102,7 @@ public static function assertDispatched($command, $callback = null) * @param int $times * @return void * @static - */ - public static function assertDispatchedTimes($command, $times = 1) + */ public static function assertDispatchedTimes($command, $times = 1) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertDispatchedTimes($command, $times); @@ -3399,8 +3114,7 @@ public static function assertDispatchedTimes($command, $times = 1) * @param callable|null $callback * @return void * @static - */ - public static function assertNotDispatched($command, $callback = null) + */ public static function assertNotDispatched($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertNotDispatched($command, $callback); @@ -3410,8 +3124,7 @@ public static function assertNotDispatched($command, $callback = null) * * @return void * @static - */ - public static function assertNothingDispatched() + */ public static function assertNothingDispatched() { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertNothingDispatched(); @@ -3423,8 +3136,7 @@ public static function assertNothingDispatched() * @param callable|int|null $callback * @return void * @static - */ - public static function assertDispatchedSync($command, $callback = null) + */ public static function assertDispatchedSync($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertDispatchedSync($command, $callback); @@ -3436,8 +3148,7 @@ public static function assertDispatchedSync($command, $callback = null) * @param int $times * @return void * @static - */ - public static function assertDispatchedSyncTimes($command, $times = 1) + */ public static function assertDispatchedSyncTimes($command, $times = 1) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertDispatchedSyncTimes($command, $times); @@ -3449,8 +3160,7 @@ public static function assertDispatchedSyncTimes($command, $times = 1) * @param callable|null $callback * @return void * @static - */ - public static function assertNotDispatchedSync($command, $callback = null) + */ public static function assertNotDispatchedSync($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertNotDispatchedSync($command, $callback); @@ -3462,8 +3172,7 @@ public static function assertNotDispatchedSync($command, $callback = null) * @param callable|int|null $callback * @return void * @static - */ - public static function assertDispatchedAfterResponse($command, $callback = null) + */ public static function assertDispatchedAfterResponse($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertDispatchedAfterResponse($command, $callback); @@ -3475,8 +3184,7 @@ public static function assertDispatchedAfterResponse($command, $callback = null) * @param int $times * @return void * @static - */ - public static function assertDispatchedAfterResponseTimes($command, $times = 1) + */ public static function assertDispatchedAfterResponseTimes($command, $times = 1) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertDispatchedAfterResponseTimes($command, $times); @@ -3488,8 +3196,7 @@ public static function assertDispatchedAfterResponseTimes($command, $times = 1) * @param callable|null $callback * @return void * @static - */ - public static function assertNotDispatchedAfterResponse($command, $callback = null) + */ public static function assertNotDispatchedAfterResponse($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertNotDispatchedAfterResponse($command, $callback); @@ -3500,8 +3207,7 @@ public static function assertNotDispatchedAfterResponse($command, $callback = nu * @param array $expectedChain * @return void * @static - */ - public static function assertChained($expectedChain) + */ public static function assertChained($expectedChain) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertChained($expectedChain); @@ -3513,8 +3219,7 @@ public static function assertChained($expectedChain) * @param callable|null $callback * @return void * @static - */ - public static function assertDispatchedWithoutChain($command, $callback = null) + */ public static function assertDispatchedWithoutChain($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertDispatchedWithoutChain($command, $callback); @@ -3525,8 +3230,7 @@ public static function assertDispatchedWithoutChain($command, $callback = null) * @param \Closure $callback * @return \Illuminate\Support\Testing\Fakes\ChainedBatchTruthTest * @static - */ - public static function chainedBatch($callback) + */ public static function chainedBatch($callback) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->chainedBatch($callback); @@ -3537,8 +3241,7 @@ public static function chainedBatch($callback) * @param callable $callback * @return void * @static - */ - public static function assertBatched($callback) + */ public static function assertBatched($callback) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertBatched($callback); @@ -3549,8 +3252,7 @@ public static function assertBatched($callback) * @param int $count * @return void * @static - */ - public static function assertBatchCount($count) + */ public static function assertBatchCount($count) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertBatchCount($count); @@ -3560,8 +3262,7 @@ public static function assertBatchCount($count) * * @return void * @static - */ - public static function assertNothingBatched() + */ public static function assertNothingBatched() { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ $instance->assertNothingBatched(); @@ -3573,8 +3274,7 @@ public static function assertNothingBatched() * @param callable|null $callback * @return \Illuminate\Support\Collection * @static - */ - public static function dispatched($command, $callback = null) + */ public static function dispatched($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->dispatched($command, $callback); @@ -3586,8 +3286,7 @@ public static function dispatched($command, $callback = null) * @param callable|null $callback * @return \Illuminate\Support\Collection * @static - */ - public static function dispatchedSync($command, $callback = null) + */ public static function dispatchedSync($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->dispatchedSync($command, $callback); @@ -3599,8 +3298,7 @@ public static function dispatchedSync($command, $callback = null) * @param callable|null $callback * @return \Illuminate\Support\Collection * @static - */ - public static function dispatchedAfterResponse($command, $callback = null) + */ public static function dispatchedAfterResponse($command, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->dispatchedAfterResponse($command, $callback); @@ -3611,8 +3309,7 @@ public static function dispatchedAfterResponse($command, $callback = null) * @param callable $callback * @return \Illuminate\Support\Collection * @static - */ - public static function batched($callback) + */ public static function batched($callback) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->batched($callback); @@ -3623,8 +3320,7 @@ public static function batched($callback) * @param string $command * @return bool * @static - */ - public static function hasDispatched($command) + */ public static function hasDispatched($command) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->hasDispatched($command); @@ -3635,8 +3331,7 @@ public static function hasDispatched($command) * @param string $command * @return bool * @static - */ - public static function hasDispatchedSync($command) + */ public static function hasDispatchedSync($command) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->hasDispatchedSync($command); @@ -3647,8 +3342,7 @@ public static function hasDispatchedSync($command) * @param string $command * @return bool * @static - */ - public static function hasDispatchedAfterResponse($command) + */ public static function hasDispatchedAfterResponse($command) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->hasDispatchedAfterResponse($command); @@ -3659,8 +3353,7 @@ public static function hasDispatchedAfterResponse($command) * @param string $name * @return \Illuminate\Bus\Batch * @static - */ - public static function dispatchFakeBatch($name = '') + */ public static function dispatchFakeBatch($name = '') { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->dispatchFakeBatch($name); @@ -3671,8 +3364,7 @@ public static function dispatchFakeBatch($name = '') * @param \Illuminate\Bus\PendingBatch $pendingBatch * @return \Illuminate\Bus\Batch * @static - */ - public static function recordPendingBatch($pendingBatch) + */ public static function recordPendingBatch($pendingBatch) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->recordPendingBatch($pendingBatch); @@ -3683,29 +3375,25 @@ public static function recordPendingBatch($pendingBatch) * @param bool $serializeAndRestore * @return \Illuminate\Support\Testing\Fakes\BusFake * @static - */ - public static function serializeAndRestore($serializeAndRestore = true) + */ public static function serializeAndRestore($serializeAndRestore = true) { /** @var \Illuminate\Support\Testing\Fakes\BusFake $instance */ return $instance->serializeAndRestore($serializeAndRestore); } - - } + } /** * * * @see \Illuminate\Cache\CacheManager * @mixin \Illuminate\Cache\Repository - */ - class Cache { + */ class Cache { /** * Get a cache store instance by name, wrapped in a repository. * * @param string|null $name * @return \Illuminate\Contracts\Cache\Repository * @static - */ - public static function store($name = null) + */ public static function store($name = null) { /** @var \Illuminate\Cache\CacheManager $instance */ return $instance->store($name); @@ -3716,8 +3404,7 @@ public static function store($name = null) * @param string|null $driver * @return \Illuminate\Contracts\Cache\Repository * @static - */ - public static function driver($driver = null) + */ public static function driver($driver = null) { /** @var \Illuminate\Cache\CacheManager $instance */ return $instance->driver($driver); @@ -3729,8 +3416,7 @@ public static function driver($driver = null) * @return \Illuminate\Contracts\Cache\Repository * @throws \InvalidArgumentException * @static - */ - public static function resolve($name) + */ public static function resolve($name) { /** @var \Illuminate\Cache\CacheManager $instance */ return $instance->resolve($name); @@ -3741,8 +3427,7 @@ public static function resolve($name) * @param \Illuminate\Contracts\Cache\Store $store * @return \Illuminate\Cache\Repository * @static - */ - public static function repository($store) + */ public static function repository($store) { /** @var \Illuminate\Cache\CacheManager $instance */ return $instance->repository($store); @@ -3752,8 +3437,7 @@ public static function repository($store) * * @return void * @static - */ - public static function refreshEventDispatcher() + */ public static function refreshEventDispatcher() { /** @var \Illuminate\Cache\CacheManager $instance */ $instance->refreshEventDispatcher(); @@ -3763,8 +3447,7 @@ public static function refreshEventDispatcher() * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Cache\CacheManager $instance */ return $instance->getDefaultDriver(); @@ -3775,8 +3458,7 @@ public static function getDefaultDriver() * @param string $name * @return void * @static - */ - public static function setDefaultDriver($name) + */ public static function setDefaultDriver($name) { /** @var \Illuminate\Cache\CacheManager $instance */ $instance->setDefaultDriver($name); @@ -3787,8 +3469,7 @@ public static function setDefaultDriver($name) * @param array|string|null $name * @return \Illuminate\Cache\CacheManager * @static - */ - public static function forgetDriver($name = null) + */ public static function forgetDriver($name = null) { /** @var \Illuminate\Cache\CacheManager $instance */ return $instance->forgetDriver($name); @@ -3799,8 +3480,7 @@ public static function forgetDriver($name = null) * @param string|null $name * @return void * @static - */ - public static function purge($name = null) + */ public static function purge($name = null) { /** @var \Illuminate\Cache\CacheManager $instance */ $instance->purge($name); @@ -3812,8 +3492,7 @@ public static function purge($name = null) * @param \Closure $callback * @return \Illuminate\Cache\CacheManager * @static - */ - public static function extend($driver, $callback) + */ public static function extend($driver, $callback) { /** @var \Illuminate\Cache\CacheManager $instance */ return $instance->extend($driver, $callback); @@ -3824,8 +3503,7 @@ public static function extend($driver, $callback) * @param \Illuminate\Contracts\Foundation\Application $app * @return \Illuminate\Cache\CacheManager * @static - */ - public static function setApplication($app) + */ public static function setApplication($app) { /** @var \Illuminate\Cache\CacheManager $instance */ return $instance->setApplication($app); @@ -3836,8 +3514,7 @@ public static function setApplication($app) * @param array|string $key * @return bool * @static - */ - public static function has($key) + */ public static function has($key) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->has($key); @@ -3848,8 +3525,7 @@ public static function has($key) * @param string $key * @return bool * @static - */ - public static function missing($key) + */ public static function missing($key) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->missing($key); @@ -3862,8 +3538,7 @@ public static function missing($key) * @param \Illuminate\Cache\TCacheValue|\Illuminate\Cache\(\Closure(): TCacheValue) $default * @return \Illuminate\Cache\(TCacheValue is null ? mixed : TCacheValue) * @static - */ - public static function get($key, $default = null) + */ public static function get($key, $default = null) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->get($key, $default); @@ -3876,8 +3551,7 @@ public static function get($key, $default = null) * @param array $keys * @return array * @static - */ - public static function many($keys) + */ public static function many($keys) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->many($keys); @@ -3893,8 +3567,7 @@ public static function many($keys) * MUST be thrown if $keys is neither an array nor a Traversable, * or if any of the $keys are not a legal value. * @static - */ - public static function getMultiple($keys, $default = null) + */ public static function getMultiple($keys, $default = null) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->getMultiple($keys, $default); @@ -3907,8 +3580,7 @@ public static function getMultiple($keys, $default = null) * @param \Illuminate\Cache\TCacheValue|\Illuminate\Cache\(\Closure(): TCacheValue) $default * @return \Illuminate\Cache\(TCacheValue is null ? mixed : TCacheValue) * @static - */ - public static function pull($key, $default = null) + */ public static function pull($key, $default = null) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->pull($key, $default); @@ -3921,8 +3593,7 @@ public static function pull($key, $default = null) * @param \DateTimeInterface|\DateInterval|int|null $ttl * @return bool * @static - */ - public static function put($key, $value, $ttl = null) + */ public static function put($key, $value, $ttl = null) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->put($key, $value, $ttl); @@ -3940,8 +3611,7 @@ public static function put($key, $value, $ttl = null) * @throws \Psr\SimpleCache\InvalidArgumentException * MUST be thrown if the $key string is not a legal value. * @static - */ - public static function set($key, $value, $ttl = null) + */ public static function set($key, $value, $ttl = null) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->set($key, $value, $ttl); @@ -3953,8 +3623,7 @@ public static function set($key, $value, $ttl = null) * @param \DateTimeInterface|\DateInterval|int|null $ttl * @return bool * @static - */ - public static function putMany($values, $ttl = null) + */ public static function putMany($values, $ttl = null) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->putMany($values, $ttl); @@ -3972,8 +3641,7 @@ public static function putMany($values, $ttl = null) * MUST be thrown if $values is neither an array nor a Traversable, * or if any of the $values are not a legal value. * @static - */ - public static function setMultiple($values, $ttl = null) + */ public static function setMultiple($values, $ttl = null) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->setMultiple($values, $ttl); @@ -3986,8 +3654,7 @@ public static function setMultiple($values, $ttl = null) * @param \DateTimeInterface|\DateInterval|int|null $ttl * @return bool * @static - */ - public static function add($key, $value, $ttl = null) + */ public static function add($key, $value, $ttl = null) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->add($key, $value, $ttl); @@ -3999,8 +3666,7 @@ public static function add($key, $value, $ttl = null) * @param mixed $value * @return int|bool * @static - */ - public static function increment($key, $value = 1) + */ public static function increment($key, $value = 1) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->increment($key, $value); @@ -4012,8 +3678,7 @@ public static function increment($key, $value = 1) * @param mixed $value * @return int|bool * @static - */ - public static function decrement($key, $value = 1) + */ public static function decrement($key, $value = 1) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->decrement($key, $value); @@ -4025,8 +3690,7 @@ public static function decrement($key, $value = 1) * @param mixed $value * @return bool * @static - */ - public static function forever($key, $value) + */ public static function forever($key, $value) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->forever($key, $value); @@ -4040,8 +3704,7 @@ public static function forever($key, $value) * @param \Closure(): TCacheValue $callback * @return \Illuminate\Cache\TCacheValue * @static - */ - public static function remember($key, $ttl, $callback) + */ public static function remember($key, $ttl, $callback) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->remember($key, $ttl, $callback); @@ -4054,8 +3717,7 @@ public static function remember($key, $ttl, $callback) * @param \Closure(): TCacheValue $callback * @return \Illuminate\Cache\TCacheValue * @static - */ - public static function sear($key, $callback) + */ public static function sear($key, $callback) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->sear($key, $callback); @@ -4068,8 +3730,7 @@ public static function sear($key, $callback) * @param \Closure(): TCacheValue $callback * @return \Illuminate\Cache\TCacheValue * @static - */ - public static function rememberForever($key, $callback) + */ public static function rememberForever($key, $callback) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->rememberForever($key, $callback); @@ -4080,8 +3741,7 @@ public static function rememberForever($key, $callback) * @param string $key * @return bool * @static - */ - public static function forget($key) + */ public static function forget($key) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->forget($key); @@ -4095,8 +3755,7 @@ public static function forget($key) * @throws \Psr\SimpleCache\InvalidArgumentException * MUST be thrown if the $key string is not a legal value. * @static - */ - public static function delete($key) + */ public static function delete($key) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->delete($key); @@ -4111,8 +3770,7 @@ public static function delete($key) * MUST be thrown if $keys is neither an array nor a Traversable, * or if any of the $keys are not a legal value. * @static - */ - public static function deleteMultiple($keys) + */ public static function deleteMultiple($keys) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->deleteMultiple($keys); @@ -4123,8 +3781,7 @@ public static function deleteMultiple($keys) * @return bool * @return bool True on success and false on failure. * @static - */ - public static function clear() + */ public static function clear() { /** @var \Illuminate\Cache\Repository $instance */ return $instance->clear(); @@ -4136,8 +3793,7 @@ public static function clear() * @return \Illuminate\Cache\TaggedCache * @throws \BadMethodCallException * @static - */ - public static function tags($names) + */ public static function tags($names) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->tags($names); @@ -4147,8 +3803,7 @@ public static function tags($names) * * @return bool * @static - */ - public static function supportsTags() + */ public static function supportsTags() { /** @var \Illuminate\Cache\Repository $instance */ return $instance->supportsTags(); @@ -4158,8 +3813,7 @@ public static function supportsTags() * * @return int|null * @static - */ - public static function getDefaultCacheTime() + */ public static function getDefaultCacheTime() { /** @var \Illuminate\Cache\Repository $instance */ return $instance->getDefaultCacheTime(); @@ -4170,8 +3824,7 @@ public static function getDefaultCacheTime() * @param int|null $seconds * @return \Illuminate\Cache\Repository * @static - */ - public static function setDefaultCacheTime($seconds) + */ public static function setDefaultCacheTime($seconds) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->setDefaultCacheTime($seconds); @@ -4181,8 +3834,7 @@ public static function setDefaultCacheTime($seconds) * * @return \Illuminate\Contracts\Cache\Store * @static - */ - public static function getStore() + */ public static function getStore() { /** @var \Illuminate\Cache\Repository $instance */ return $instance->getStore(); @@ -4193,8 +3845,7 @@ public static function getStore() * @param \Illuminate\Contracts\Cache\Store $store * @return static * @static - */ - public static function setStore($store) + */ public static function setStore($store) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->setStore($store); @@ -4204,8 +3855,7 @@ public static function setStore($store) * * @return \Illuminate\Contracts\Events\Dispatcher * @static - */ - public static function getEventDispatcher() + */ public static function getEventDispatcher() { /** @var \Illuminate\Cache\Repository $instance */ return $instance->getEventDispatcher(); @@ -4216,8 +3866,7 @@ public static function getEventDispatcher() * @param \Illuminate\Contracts\Events\Dispatcher $events * @return void * @static - */ - public static function setEventDispatcher($events) + */ public static function setEventDispatcher($events) { /** @var \Illuminate\Cache\Repository $instance */ $instance->setEventDispatcher($events); @@ -4228,8 +3877,7 @@ public static function setEventDispatcher($events) * @param string $key * @return bool * @static - */ - public static function offsetExists($key) + */ public static function offsetExists($key) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->offsetExists($key); @@ -4240,8 +3888,7 @@ public static function offsetExists($key) * @param string $key * @return mixed * @static - */ - public static function offsetGet($key) + */ public static function offsetGet($key) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->offsetGet($key); @@ -4253,8 +3900,7 @@ public static function offsetGet($key) * @param mixed $value * @return void * @static - */ - public static function offsetSet($key, $value) + */ public static function offsetSet($key, $value) { /** @var \Illuminate\Cache\Repository $instance */ $instance->offsetSet($key, $value); @@ -4265,8 +3911,7 @@ public static function offsetSet($key, $value) * @param string $key * @return void * @static - */ - public static function offsetUnset($key) + */ public static function offsetUnset($key) { /** @var \Illuminate\Cache\Repository $instance */ $instance->offsetUnset($key); @@ -4278,8 +3923,7 @@ public static function offsetUnset($key) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Cache\Repository::macro($name, $macro); } @@ -4291,8 +3935,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Cache\Repository::mixin($mixin, $replace); } @@ -4302,8 +3945,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Cache\Repository::hasMacro($name); } @@ -4312,8 +3954,7 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Cache\Repository::flushMacros(); } @@ -4325,8 +3966,7 @@ public static function flushMacros() * @return mixed * @throws \BadMethodCallException * @static - */ - public static function macroCall($method, $parameters) + */ public static function macroCall($method, $parameters) { /** @var \Illuminate\Cache\Repository $instance */ return $instance->macroCall($method, $parameters); @@ -4339,8 +3979,7 @@ public static function macroCall($method, $parameters) * @param string|null $owner * @return \Illuminate\Contracts\Cache\Lock * @static - */ - public static function lock($name, $seconds = 0, $owner = null) + */ public static function lock($name, $seconds = 0, $owner = null) { /** @var \Illuminate\Cache\RedisStore $instance */ return $instance->lock($name, $seconds, $owner); @@ -4352,8 +3991,7 @@ public static function lock($name, $seconds = 0, $owner = null) * @param string $owner * @return \Illuminate\Contracts\Cache\Lock * @static - */ - public static function restoreLock($name, $owner) + */ public static function restoreLock($name, $owner) { /** @var \Illuminate\Cache\RedisStore $instance */ return $instance->restoreLock($name, $owner); @@ -4363,8 +4001,7 @@ public static function restoreLock($name, $owner) * * @return bool * @static - */ - public static function flush() + */ public static function flush() { /** @var \Illuminate\Cache\RedisStore $instance */ return $instance->flush(); @@ -4374,8 +4011,7 @@ public static function flush() * * @return void * @static - */ - public static function flushStaleTags() + */ public static function flushStaleTags() { /** @var \Illuminate\Cache\RedisStore $instance */ $instance->flushStaleTags(); @@ -4385,8 +4021,7 @@ public static function flushStaleTags() * * @return \Illuminate\Redis\Connections\Connection * @static - */ - public static function connection() + */ public static function connection() { /** @var \Illuminate\Cache\RedisStore $instance */ return $instance->connection(); @@ -4396,8 +4031,7 @@ public static function connection() * * @return \Illuminate\Redis\Connections\Connection * @static - */ - public static function lockConnection() + */ public static function lockConnection() { /** @var \Illuminate\Cache\RedisStore $instance */ return $instance->lockConnection(); @@ -4408,8 +4042,7 @@ public static function lockConnection() * @param string $connection * @return void * @static - */ - public static function setConnection($connection) + */ public static function setConnection($connection) { /** @var \Illuminate\Cache\RedisStore $instance */ $instance->setConnection($connection); @@ -4420,8 +4053,7 @@ public static function setConnection($connection) * @param string $connection * @return \Illuminate\Cache\RedisStore * @static - */ - public static function setLockConnection($connection) + */ public static function setLockConnection($connection) { /** @var \Illuminate\Cache\RedisStore $instance */ return $instance->setLockConnection($connection); @@ -4431,8 +4063,7 @@ public static function setLockConnection($connection) * * @return \Illuminate\Contracts\Redis\Factory * @static - */ - public static function getRedis() + */ public static function getRedis() { /** @var \Illuminate\Cache\RedisStore $instance */ return $instance->getRedis(); @@ -4442,8 +4073,7 @@ public static function getRedis() * * @return string * @static - */ - public static function getPrefix() + */ public static function getPrefix() { /** @var \Illuminate\Cache\RedisStore $instance */ return $instance->getPrefix(); @@ -4454,28 +4084,24 @@ public static function getPrefix() * @param string $prefix * @return void * @static - */ - public static function setPrefix($prefix) + */ public static function setPrefix($prefix) { /** @var \Illuminate\Cache\RedisStore $instance */ $instance->setPrefix($prefix); } - - } + } /** * * * @see \Illuminate\Config\Repository - */ - class Config { + */ class Config { /** * Determine if the given configuration value exists. * * @param string $key * @return bool * @static - */ - public static function has($key) + */ public static function has($key) { /** @var \Illuminate\Config\Repository $instance */ return $instance->has($key); @@ -4487,8 +4113,7 @@ public static function has($key) * @param mixed $default * @return mixed * @static - */ - public static function get($key, $default = null) + */ public static function get($key, $default = null) { /** @var \Illuminate\Config\Repository $instance */ return $instance->get($key, $default); @@ -4499,8 +4124,7 @@ public static function get($key, $default = null) * @param array $keys * @return array * @static - */ - public static function getMany($keys) + */ public static function getMany($keys) { /** @var \Illuminate\Config\Repository $instance */ return $instance->getMany($keys); @@ -4512,8 +4136,7 @@ public static function getMany($keys) * @param mixed $value * @return void * @static - */ - public static function set($key, $value = null) + */ public static function set($key, $value = null) { /** @var \Illuminate\Config\Repository $instance */ $instance->set($key, $value); @@ -4525,8 +4148,7 @@ public static function set($key, $value = null) * @param mixed $value * @return void * @static - */ - public static function prepend($key, $value) + */ public static function prepend($key, $value) { /** @var \Illuminate\Config\Repository $instance */ $instance->prepend($key, $value); @@ -4538,8 +4160,7 @@ public static function prepend($key, $value) * @param mixed $value * @return void * @static - */ - public static function push($key, $value) + */ public static function push($key, $value) { /** @var \Illuminate\Config\Repository $instance */ $instance->push($key, $value); @@ -4549,8 +4170,7 @@ public static function push($key, $value) * * @return array * @static - */ - public static function all() + */ public static function all() { /** @var \Illuminate\Config\Repository $instance */ return $instance->all(); @@ -4561,8 +4181,7 @@ public static function all() * @param string $key * @return bool * @static - */ - public static function offsetExists($key) + */ public static function offsetExists($key) { /** @var \Illuminate\Config\Repository $instance */ return $instance->offsetExists($key); @@ -4573,8 +4192,7 @@ public static function offsetExists($key) * @param string $key * @return mixed * @static - */ - public static function offsetGet($key) + */ public static function offsetGet($key) { /** @var \Illuminate\Config\Repository $instance */ return $instance->offsetGet($key); @@ -4586,8 +4204,7 @@ public static function offsetGet($key) * @param mixed $value * @return void * @static - */ - public static function offsetSet($key, $value) + */ public static function offsetSet($key, $value) { /** @var \Illuminate\Config\Repository $instance */ $instance->offsetSet($key, $value); @@ -4598,8 +4215,7 @@ public static function offsetSet($key, $value) * @param string $key * @return void * @static - */ - public static function offsetUnset($key) + */ public static function offsetUnset($key) { /** @var \Illuminate\Config\Repository $instance */ $instance->offsetUnset($key); @@ -4611,8 +4227,7 @@ public static function offsetUnset($key) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Config\Repository::macro($name, $macro); } @@ -4624,8 +4239,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Config\Repository::mixin($mixin, $replace); } @@ -4635,8 +4249,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Config\Repository::hasMacro($name); } @@ -4645,19 +4258,16 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Config\Repository::flushMacros(); } - - } + } /** * * * @see \Illuminate\Cookie\CookieJar - */ - class Cookie { + */ class Cookie { /** * Create a new cookie instance. * @@ -4672,8 +4282,7 @@ class Cookie { * @param string|null $sameSite * @return \Symfony\Component\HttpFoundation\Cookie * @static - */ - public static function make($name, $value, $minutes = 0, $path = null, $domain = null, $secure = null, $httpOnly = true, $raw = false, $sameSite = null) + */ public static function make($name, $value, $minutes = 0, $path = null, $domain = null, $secure = null, $httpOnly = true, $raw = false, $sameSite = null) { /** @var \Illuminate\Cookie\CookieJar $instance */ return $instance->make($name, $value, $minutes, $path, $domain, $secure, $httpOnly, $raw, $sameSite); @@ -4691,8 +4300,7 @@ public static function make($name, $value, $minutes = 0, $path = null, $domain = * @param string|null $sameSite * @return \Symfony\Component\HttpFoundation\Cookie * @static - */ - public static function forever($name, $value, $path = null, $domain = null, $secure = null, $httpOnly = true, $raw = false, $sameSite = null) + */ public static function forever($name, $value, $path = null, $domain = null, $secure = null, $httpOnly = true, $raw = false, $sameSite = null) { /** @var \Illuminate\Cookie\CookieJar $instance */ return $instance->forever($name, $value, $path, $domain, $secure, $httpOnly, $raw, $sameSite); @@ -4705,8 +4313,7 @@ public static function forever($name, $value, $path = null, $domain = null, $sec * @param string|null $domain * @return \Symfony\Component\HttpFoundation\Cookie * @static - */ - public static function forget($name, $path = null, $domain = null) + */ public static function forget($name, $path = null, $domain = null) { /** @var \Illuminate\Cookie\CookieJar $instance */ return $instance->forget($name, $path, $domain); @@ -4718,8 +4325,7 @@ public static function forget($name, $path = null, $domain = null) * @param string|null $path * @return bool * @static - */ - public static function hasQueued($key, $path = null) + */ public static function hasQueued($key, $path = null) { /** @var \Illuminate\Cookie\CookieJar $instance */ return $instance->hasQueued($key, $path); @@ -4732,8 +4338,7 @@ public static function hasQueued($key, $path = null) * @param string|null $path * @return \Symfony\Component\HttpFoundation\Cookie|null * @static - */ - public static function queued($key, $default = null, $path = null) + */ public static function queued($key, $default = null, $path = null) { /** @var \Illuminate\Cookie\CookieJar $instance */ return $instance->queued($key, $default, $path); @@ -4744,8 +4349,7 @@ public static function queued($key, $default = null, $path = null) * @param mixed $parameters * @return void * @static - */ - public static function queue(...$parameters) + */ public static function queue(...$parameters) { /** @var \Illuminate\Cookie\CookieJar $instance */ $instance->queue(...$parameters); @@ -4758,8 +4362,7 @@ public static function queue(...$parameters) * @param string|null $domain * @return void * @static - */ - public static function expire($name, $path = null, $domain = null) + */ public static function expire($name, $path = null, $domain = null) { /** @var \Illuminate\Cookie\CookieJar $instance */ $instance->expire($name, $path, $domain); @@ -4771,8 +4374,7 @@ public static function expire($name, $path = null, $domain = null) * @param string|null $path * @return void * @static - */ - public static function unqueue($name, $path = null) + */ public static function unqueue($name, $path = null) { /** @var \Illuminate\Cookie\CookieJar $instance */ $instance->unqueue($name, $path); @@ -4786,8 +4388,7 @@ public static function unqueue($name, $path = null) * @param string|null $sameSite * @return \Illuminate\Cookie\CookieJar * @static - */ - public static function setDefaultPathAndDomain($path, $domain, $secure = false, $sameSite = null) + */ public static function setDefaultPathAndDomain($path, $domain, $secure = false, $sameSite = null) { /** @var \Illuminate\Cookie\CookieJar $instance */ return $instance->setDefaultPathAndDomain($path, $domain, $secure, $sameSite); @@ -4797,8 +4398,7 @@ public static function setDefaultPathAndDomain($path, $domain, $secure = false, * * @return \Symfony\Component\HttpFoundation\Cookie[] * @static - */ - public static function getQueuedCookies() + */ public static function getQueuedCookies() { /** @var \Illuminate\Cookie\CookieJar $instance */ return $instance->getQueuedCookies(); @@ -4808,8 +4408,7 @@ public static function getQueuedCookies() * * @return \Illuminate\Cookie\CookieJar * @static - */ - public static function flushQueuedCookies() + */ public static function flushQueuedCookies() { /** @var \Illuminate\Cookie\CookieJar $instance */ return $instance->flushQueuedCookies(); @@ -4821,8 +4420,7 @@ public static function flushQueuedCookies() * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Cookie\CookieJar::macro($name, $macro); } @@ -4834,8 +4432,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Cookie\CookieJar::mixin($mixin, $replace); } @@ -4845,8 +4442,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Cookie\CookieJar::hasMacro($name); } @@ -4855,19 +4451,16 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Cookie\CookieJar::flushMacros(); } - - } + } /** * * * @see \Illuminate\Encryption\Encrypter - */ - class Crypt { + */ class Crypt { /** * Determine if the given key and cipher combination is valid. * @@ -4875,8 +4468,7 @@ class Crypt { * @param string $cipher * @return bool * @static - */ - public static function supported($key, $cipher) + */ public static function supported($key, $cipher) { return \Illuminate\Encryption\Encrypter::supported($key, $cipher); } @@ -4886,8 +4478,7 @@ public static function supported($key, $cipher) * @param string $cipher * @return string * @static - */ - public static function generateKey($cipher) + */ public static function generateKey($cipher) { return \Illuminate\Encryption\Encrypter::generateKey($cipher); } @@ -4899,8 +4490,7 @@ public static function generateKey($cipher) * @return string * @throws \Illuminate\Contracts\Encryption\EncryptException * @static - */ - public static function encrypt($value, $serialize = true) + */ public static function encrypt($value, $serialize = true) { /** @var \Illuminate\Encryption\Encrypter $instance */ return $instance->encrypt($value, $serialize); @@ -4912,8 +4502,7 @@ public static function encrypt($value, $serialize = true) * @return string * @throws \Illuminate\Contracts\Encryption\EncryptException * @static - */ - public static function encryptString($value) + */ public static function encryptString($value) { /** @var \Illuminate\Encryption\Encrypter $instance */ return $instance->encryptString($value); @@ -4926,8 +4515,7 @@ public static function encryptString($value) * @return mixed * @throws \Illuminate\Contracts\Encryption\DecryptException * @static - */ - public static function decrypt($payload, $unserialize = true) + */ public static function decrypt($payload, $unserialize = true) { /** @var \Illuminate\Encryption\Encrypter $instance */ return $instance->decrypt($payload, $unserialize); @@ -4939,8 +4527,7 @@ public static function decrypt($payload, $unserialize = true) * @return string * @throws \Illuminate\Contracts\Encryption\DecryptException * @static - */ - public static function decryptString($payload) + */ public static function decryptString($payload) { /** @var \Illuminate\Encryption\Encrypter $instance */ return $instance->decryptString($payload); @@ -4950,28 +4537,24 @@ public static function decryptString($payload) * * @return string * @static - */ - public static function getKey() + */ public static function getKey() { /** @var \Illuminate\Encryption\Encrypter $instance */ return $instance->getKey(); } - - } + } /** * * * @see \Illuminate\Database\DatabaseManager - */ - class DB { + */ class DB { /** * Get a database connection instance. * * @param string|null $name * @return \Illuminate\Database\Connection * @static - */ - public static function connection($name = null) + */ public static function connection($name = null) { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->connection($name); @@ -4984,8 +4567,7 @@ public static function connection($name = null) * @param bool $force * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function connectUsing($name, $config, $force = false) + */ public static function connectUsing($name, $config, $force = false) { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->connectUsing($name, $config, $force); @@ -5000,8 +4582,7 @@ public static function connectUsing($name, $config, $force = false) * @throws \Doctrine\DBAL\Exception * @throws \RuntimeException * @static - */ - public static function registerDoctrineType($class, $name, $type) + */ public static function registerDoctrineType($class, $name, $type) { /** @var \Illuminate\Database\DatabaseManager $instance */ $instance->registerDoctrineType($class, $name, $type); @@ -5012,8 +4593,7 @@ public static function registerDoctrineType($class, $name, $type) * @param string|null $name * @return void * @static - */ - public static function purge($name = null) + */ public static function purge($name = null) { /** @var \Illuminate\Database\DatabaseManager $instance */ $instance->purge($name); @@ -5024,8 +4604,7 @@ public static function purge($name = null) * @param string|null $name * @return void * @static - */ - public static function disconnect($name = null) + */ public static function disconnect($name = null) { /** @var \Illuminate\Database\DatabaseManager $instance */ $instance->disconnect($name); @@ -5036,8 +4615,7 @@ public static function disconnect($name = null) * @param string|null $name * @return \Illuminate\Database\Connection * @static - */ - public static function reconnect($name = null) + */ public static function reconnect($name = null) { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->reconnect($name); @@ -5049,8 +4627,7 @@ public static function reconnect($name = null) * @param callable $callback * @return mixed * @static - */ - public static function usingConnection($name, $callback) + */ public static function usingConnection($name, $callback) { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->usingConnection($name, $callback); @@ -5060,8 +4637,7 @@ public static function usingConnection($name, $callback) * * @return string * @static - */ - public static function getDefaultConnection() + */ public static function getDefaultConnection() { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->getDefaultConnection(); @@ -5072,8 +4648,7 @@ public static function getDefaultConnection() * @param string $name * @return void * @static - */ - public static function setDefaultConnection($name) + */ public static function setDefaultConnection($name) { /** @var \Illuminate\Database\DatabaseManager $instance */ $instance->setDefaultConnection($name); @@ -5083,8 +4658,7 @@ public static function setDefaultConnection($name) * * @return string[] * @static - */ - public static function supportedDrivers() + */ public static function supportedDrivers() { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->supportedDrivers(); @@ -5094,8 +4668,7 @@ public static function supportedDrivers() * * @return string[] * @static - */ - public static function availableDrivers() + */ public static function availableDrivers() { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->availableDrivers(); @@ -5107,8 +4680,7 @@ public static function availableDrivers() * @param callable $resolver * @return void * @static - */ - public static function extend($name, $resolver) + */ public static function extend($name, $resolver) { /** @var \Illuminate\Database\DatabaseManager $instance */ $instance->extend($name, $resolver); @@ -5119,8 +4691,7 @@ public static function extend($name, $resolver) * @param string $name * @return void * @static - */ - public static function forgetExtension($name) + */ public static function forgetExtension($name) { /** @var \Illuminate\Database\DatabaseManager $instance */ $instance->forgetExtension($name); @@ -5130,8 +4701,7 @@ public static function forgetExtension($name) * * @return array * @static - */ - public static function getConnections() + */ public static function getConnections() { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->getConnections(); @@ -5142,8 +4712,7 @@ public static function getConnections() * @param callable $reconnector * @return void * @static - */ - public static function setReconnector($reconnector) + */ public static function setReconnector($reconnector) { /** @var \Illuminate\Database\DatabaseManager $instance */ $instance->setReconnector($reconnector); @@ -5154,8 +4723,7 @@ public static function setReconnector($reconnector) * @param \Illuminate\Contracts\Foundation\Application $app * @return \Illuminate\Database\DatabaseManager * @static - */ - public static function setApplication($app) + */ public static function setApplication($app) { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->setApplication($app); @@ -5167,8 +4735,7 @@ public static function setApplication($app) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Database\DatabaseManager::macro($name, $macro); } @@ -5180,8 +4747,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Database\DatabaseManager::mixin($mixin, $replace); } @@ -5191,8 +4757,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Database\DatabaseManager::hasMacro($name); } @@ -5201,8 +4766,7 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Database\DatabaseManager::flushMacros(); } @@ -5214,8 +4778,7 @@ public static function flushMacros() * @return mixed * @throws \BadMethodCallException * @static - */ - public static function macroCall($method, $parameters) + */ public static function macroCall($method, $parameters) { /** @var \Illuminate\Database\DatabaseManager $instance */ return $instance->macroCall($method, $parameters); @@ -5225,8 +4788,7 @@ public static function macroCall($method, $parameters) * * @return bool * @static - */ - public static function isMaria() + */ public static function isMaria() { /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->isMaria(); @@ -5236,8 +4798,7 @@ public static function isMaria() * * @return \Illuminate\Database\Schema\MySqlBuilder * @static - */ - public static function getSchemaBuilder() + */ public static function getSchemaBuilder() { /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getSchemaBuilder(); @@ -5249,8 +4810,7 @@ public static function getSchemaBuilder() * @param callable|null $processFactory * @return \Illuminate\Database\Schema\MySqlSchemaState * @static - */ - public static function getSchemaState($files = null, $processFactory = null) + */ public static function getSchemaState($files = null, $processFactory = null) { /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getSchemaState($files, $processFactory); @@ -5260,8 +4820,7 @@ public static function getSchemaState($files = null, $processFactory = null) * * @return void * @static - */ - public static function useDefaultQueryGrammar() + */ public static function useDefaultQueryGrammar() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->useDefaultQueryGrammar(); @@ -5271,8 +4830,7 @@ public static function useDefaultQueryGrammar() * * @return void * @static - */ - public static function useDefaultSchemaGrammar() + */ public static function useDefaultSchemaGrammar() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->useDefaultSchemaGrammar(); @@ -5282,8 +4840,7 @@ public static function useDefaultSchemaGrammar() * * @return void * @static - */ - public static function useDefaultPostProcessor() + */ public static function useDefaultPostProcessor() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->useDefaultPostProcessor(); @@ -5295,8 +4852,7 @@ public static function useDefaultPostProcessor() * @param string|null $as * @return \Illuminate\Database\Query\Builder * @static - */ - public static function table($table, $as = null) + */ public static function table($table, $as = null) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->table($table, $as); @@ -5306,8 +4862,7 @@ public static function table($table, $as = null) * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function query() + */ public static function query() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->query(); @@ -5320,8 +4875,7 @@ public static function query() * @param bool $useReadPdo * @return mixed * @static - */ - public static function selectOne($query, $bindings = [], $useReadPdo = true) + */ public static function selectOne($query, $bindings = [], $useReadPdo = true) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->selectOne($query, $bindings, $useReadPdo); @@ -5335,8 +4889,7 @@ public static function selectOne($query, $bindings = [], $useReadPdo = true) * @return mixed * @throws \Illuminate\Database\MultipleColumnsSelectedException * @static - */ - public static function scalar($query, $bindings = [], $useReadPdo = true) + */ public static function scalar($query, $bindings = [], $useReadPdo = true) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->scalar($query, $bindings, $useReadPdo); @@ -5348,8 +4901,7 @@ public static function scalar($query, $bindings = [], $useReadPdo = true) * @param array $bindings * @return array * @static - */ - public static function selectFromWriteConnection($query, $bindings = []) + */ public static function selectFromWriteConnection($query, $bindings = []) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->selectFromWriteConnection($query, $bindings); @@ -5362,8 +4914,7 @@ public static function selectFromWriteConnection($query, $bindings = []) * @param bool $useReadPdo * @return array * @static - */ - public static function select($query, $bindings = [], $useReadPdo = true) + */ public static function select($query, $bindings = [], $useReadPdo = true) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->select($query, $bindings, $useReadPdo); @@ -5376,8 +4927,7 @@ public static function select($query, $bindings = [], $useReadPdo = true) * @param bool $useReadPdo * @return array * @static - */ - public static function selectResultSets($query, $bindings = [], $useReadPdo = true) + */ public static function selectResultSets($query, $bindings = [], $useReadPdo = true) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->selectResultSets($query, $bindings, $useReadPdo); @@ -5390,8 +4940,7 @@ public static function selectResultSets($query, $bindings = [], $useReadPdo = tr * @param bool $useReadPdo * @return \Generator * @static - */ - public static function cursor($query, $bindings = [], $useReadPdo = true) + */ public static function cursor($query, $bindings = [], $useReadPdo = true) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->cursor($query, $bindings, $useReadPdo); @@ -5403,8 +4952,7 @@ public static function cursor($query, $bindings = [], $useReadPdo = true) * @param array $bindings * @return bool * @static - */ - public static function insert($query, $bindings = []) + */ public static function insert($query, $bindings = []) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->insert($query, $bindings); @@ -5416,8 +4964,7 @@ public static function insert($query, $bindings = []) * @param array $bindings * @return int * @static - */ - public static function update($query, $bindings = []) + */ public static function update($query, $bindings = []) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->update($query, $bindings); @@ -5429,8 +4976,7 @@ public static function update($query, $bindings = []) * @param array $bindings * @return int * @static - */ - public static function delete($query, $bindings = []) + */ public static function delete($query, $bindings = []) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->delete($query, $bindings); @@ -5442,8 +4988,7 @@ public static function delete($query, $bindings = []) * @param array $bindings * @return bool * @static - */ - public static function statement($query, $bindings = []) + */ public static function statement($query, $bindings = []) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->statement($query, $bindings); @@ -5455,8 +5000,7 @@ public static function statement($query, $bindings = []) * @param array $bindings * @return int * @static - */ - public static function affectingStatement($query, $bindings = []) + */ public static function affectingStatement($query, $bindings = []) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->affectingStatement($query, $bindings); @@ -5467,8 +5011,7 @@ public static function affectingStatement($query, $bindings = []) * @param string $query * @return bool * @static - */ - public static function unprepared($query) + */ public static function unprepared($query) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->unprepared($query); @@ -5479,8 +5022,7 @@ public static function unprepared($query) * @param \Closure $callback * @return array * @static - */ - public static function pretend($callback) + */ public static function pretend($callback) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->pretend($callback); @@ -5491,8 +5033,7 @@ public static function pretend($callback) * @param \Closure $callback * @return mixed * @static - */ - public static function withoutPretending($callback) + */ public static function withoutPretending($callback) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->withoutPretending($callback); @@ -5504,8 +5045,7 @@ public static function withoutPretending($callback) * @param array $bindings * @return void * @static - */ - public static function bindValues($statement, $bindings) + */ public static function bindValues($statement, $bindings) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->bindValues($statement, $bindings); @@ -5516,8 +5056,7 @@ public static function bindValues($statement, $bindings) * @param array $bindings * @return array * @static - */ - public static function prepareBindings($bindings) + */ public static function prepareBindings($bindings) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->prepareBindings($bindings); @@ -5530,8 +5069,7 @@ public static function prepareBindings($bindings) * @param float|null $time * @return void * @static - */ - public static function logQuery($query, $bindings, $time = null) + */ public static function logQuery($query, $bindings, $time = null) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->logQuery($query, $bindings, $time); @@ -5543,8 +5081,7 @@ public static function logQuery($query, $bindings, $time = null) * @param callable $handler * @return void * @static - */ - public static function whenQueryingForLongerThan($threshold, $handler) + */ public static function whenQueryingForLongerThan($threshold, $handler) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->whenQueryingForLongerThan($threshold, $handler); @@ -5554,8 +5091,7 @@ public static function whenQueryingForLongerThan($threshold, $handler) * * @return void * @static - */ - public static function allowQueryDurationHandlersToRunAgain() + */ public static function allowQueryDurationHandlersToRunAgain() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->allowQueryDurationHandlersToRunAgain(); @@ -5565,8 +5101,7 @@ public static function allowQueryDurationHandlersToRunAgain() * * @return float * @static - */ - public static function totalQueryDuration() + */ public static function totalQueryDuration() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->totalQueryDuration(); @@ -5576,8 +5111,7 @@ public static function totalQueryDuration() * * @return void * @static - */ - public static function resetTotalQueryDuration() + */ public static function resetTotalQueryDuration() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->resetTotalQueryDuration(); @@ -5587,8 +5121,7 @@ public static function resetTotalQueryDuration() * * @return void * @static - */ - public static function reconnectIfMissingConnection() + */ public static function reconnectIfMissingConnection() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->reconnectIfMissingConnection(); @@ -5599,8 +5132,7 @@ public static function reconnectIfMissingConnection() * @param \Closure $callback * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function beforeStartingTransaction($callback) + */ public static function beforeStartingTransaction($callback) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->beforeStartingTransaction($callback); @@ -5611,8 +5143,7 @@ public static function beforeStartingTransaction($callback) * @param \Closure $callback * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function beforeExecuting($callback) + */ public static function beforeExecuting($callback) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->beforeExecuting($callback); @@ -5623,8 +5154,7 @@ public static function beforeExecuting($callback) * @param \Closure $callback * @return void * @static - */ - public static function listen($callback) + */ public static function listen($callback) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->listen($callback); @@ -5635,8 +5165,7 @@ public static function listen($callback) * @param mixed $value * @return \Illuminate\Contracts\Database\Query\Expression * @static - */ - public static function raw($value) + */ public static function raw($value) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->raw($value); @@ -5648,8 +5177,7 @@ public static function raw($value) * @param bool $binary * @return string * @static - */ - public static function escape($value, $binary = false) + */ public static function escape($value, $binary = false) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->escape($value, $binary); @@ -5659,8 +5187,7 @@ public static function escape($value, $binary = false) * * @return bool * @static - */ - public static function hasModifiedRecords() + */ public static function hasModifiedRecords() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->hasModifiedRecords(); @@ -5671,8 +5198,7 @@ public static function hasModifiedRecords() * @param bool $value * @return void * @static - */ - public static function recordsHaveBeenModified($value = true) + */ public static function recordsHaveBeenModified($value = true) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->recordsHaveBeenModified($value); @@ -5683,8 +5209,7 @@ public static function recordsHaveBeenModified($value = true) * @param bool $value * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setRecordModificationState($value) + */ public static function setRecordModificationState($value) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setRecordModificationState($value); @@ -5694,8 +5219,7 @@ public static function setRecordModificationState($value) * * @return void * @static - */ - public static function forgetRecordModificationState() + */ public static function forgetRecordModificationState() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->forgetRecordModificationState(); @@ -5706,8 +5230,7 @@ public static function forgetRecordModificationState() * @param bool $value * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function useWriteConnectionWhenReading($value = true) + */ public static function useWriteConnectionWhenReading($value = true) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->useWriteConnectionWhenReading($value); @@ -5717,8 +5240,7 @@ public static function useWriteConnectionWhenReading($value = true) * * @return bool * @static - */ - public static function isDoctrineAvailable() + */ public static function isDoctrineAvailable() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->isDoctrineAvailable(); @@ -5728,8 +5250,7 @@ public static function isDoctrineAvailable() * * @return bool * @static - */ - public static function usingNativeSchemaOperations() + */ public static function usingNativeSchemaOperations() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->usingNativeSchemaOperations(); @@ -5741,8 +5262,7 @@ public static function usingNativeSchemaOperations() * @param string $column * @return \Doctrine\DBAL\Schema\Column * @static - */ - public static function getDoctrineColumn($table, $column) + */ public static function getDoctrineColumn($table, $column) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getDoctrineColumn($table, $column); @@ -5752,8 +5272,7 @@ public static function getDoctrineColumn($table, $column) * * @return \Doctrine\DBAL\Schema\AbstractSchemaManager * @static - */ - public static function getDoctrineSchemaManager() + */ public static function getDoctrineSchemaManager() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getDoctrineSchemaManager(); @@ -5763,8 +5282,7 @@ public static function getDoctrineSchemaManager() * * @return \Doctrine\DBAL\Connection * @static - */ - public static function getDoctrineConnection() + */ public static function getDoctrineConnection() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getDoctrineConnection(); @@ -5774,8 +5292,7 @@ public static function getDoctrineConnection() * * @return \PDO * @static - */ - public static function getPdo() + */ public static function getPdo() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getPdo(); @@ -5785,8 +5302,7 @@ public static function getPdo() * * @return \PDO|\Closure|null * @static - */ - public static function getRawPdo() + */ public static function getRawPdo() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getRawPdo(); @@ -5796,8 +5312,7 @@ public static function getRawPdo() * * @return \PDO * @static - */ - public static function getReadPdo() + */ public static function getReadPdo() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getReadPdo(); @@ -5807,8 +5322,7 @@ public static function getReadPdo() * * @return \PDO|\Closure|null * @static - */ - public static function getRawReadPdo() + */ public static function getRawReadPdo() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getRawReadPdo(); @@ -5819,8 +5333,7 @@ public static function getRawReadPdo() * @param \PDO|\Closure|null $pdo * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setPdo($pdo) + */ public static function setPdo($pdo) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setPdo($pdo); @@ -5831,8 +5344,7 @@ public static function setPdo($pdo) * @param \PDO|\Closure|null $pdo * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setReadPdo($pdo) + */ public static function setReadPdo($pdo) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setReadPdo($pdo); @@ -5842,8 +5354,7 @@ public static function setReadPdo($pdo) * * @return string|null * @static - */ - public static function getName() + */ public static function getName() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getName(); @@ -5853,8 +5364,7 @@ public static function getName() * * @return string|null * @static - */ - public static function getNameWithReadWriteType() + */ public static function getNameWithReadWriteType() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getNameWithReadWriteType(); @@ -5865,8 +5375,7 @@ public static function getNameWithReadWriteType() * @param string|null $option * @return mixed * @static - */ - public static function getConfig($option = null) + */ public static function getConfig($option = null) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getConfig($option); @@ -5876,8 +5385,7 @@ public static function getConfig($option = null) * * @return string * @static - */ - public static function getDriverName() + */ public static function getDriverName() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getDriverName(); @@ -5887,8 +5395,7 @@ public static function getDriverName() * * @return \Illuminate\Database\Query\Grammars\Grammar * @static - */ - public static function getQueryGrammar() + */ public static function getQueryGrammar() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getQueryGrammar(); @@ -5899,8 +5406,7 @@ public static function getQueryGrammar() * @param \Illuminate\Database\Query\Grammars\Grammar $grammar * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setQueryGrammar($grammar) + */ public static function setQueryGrammar($grammar) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setQueryGrammar($grammar); @@ -5910,8 +5416,7 @@ public static function setQueryGrammar($grammar) * * @return \Illuminate\Database\Schema\Grammars\Grammar * @static - */ - public static function getSchemaGrammar() + */ public static function getSchemaGrammar() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getSchemaGrammar(); @@ -5922,8 +5427,7 @@ public static function getSchemaGrammar() * @param \Illuminate\Database\Schema\Grammars\Grammar $grammar * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setSchemaGrammar($grammar) + */ public static function setSchemaGrammar($grammar) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setSchemaGrammar($grammar); @@ -5933,8 +5437,7 @@ public static function setSchemaGrammar($grammar) * * @return \Illuminate\Database\Query\Processors\Processor * @static - */ - public static function getPostProcessor() + */ public static function getPostProcessor() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getPostProcessor(); @@ -5945,8 +5448,7 @@ public static function getPostProcessor() * @param \Illuminate\Database\Query\Processors\Processor $processor * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setPostProcessor($processor) + */ public static function setPostProcessor($processor) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setPostProcessor($processor); @@ -5956,8 +5458,7 @@ public static function setPostProcessor($processor) * * @return \Illuminate\Contracts\Events\Dispatcher * @static - */ - public static function getEventDispatcher() + */ public static function getEventDispatcher() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getEventDispatcher(); @@ -5968,8 +5469,7 @@ public static function getEventDispatcher() * @param \Illuminate\Contracts\Events\Dispatcher $events * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setEventDispatcher($events) + */ public static function setEventDispatcher($events) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setEventDispatcher($events); @@ -5979,8 +5479,7 @@ public static function setEventDispatcher($events) * * @return void * @static - */ - public static function unsetEventDispatcher() + */ public static function unsetEventDispatcher() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->unsetEventDispatcher(); @@ -5991,8 +5490,7 @@ public static function unsetEventDispatcher() * @param \Illuminate\Database\DatabaseTransactionsManager $manager * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setTransactionManager($manager) + */ public static function setTransactionManager($manager) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setTransactionManager($manager); @@ -6002,8 +5500,7 @@ public static function setTransactionManager($manager) * * @return void * @static - */ - public static function unsetTransactionManager() + */ public static function unsetTransactionManager() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->unsetTransactionManager(); @@ -6013,8 +5510,7 @@ public static function unsetTransactionManager() * * @return bool * @static - */ - public static function pretending() + */ public static function pretending() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->pretending(); @@ -6024,8 +5520,7 @@ public static function pretending() * * @return array * @static - */ - public static function getQueryLog() + */ public static function getQueryLog() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getQueryLog(); @@ -6035,8 +5530,7 @@ public static function getQueryLog() * * @return array * @static - */ - public static function getRawQueryLog() + */ public static function getRawQueryLog() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getRawQueryLog(); @@ -6046,8 +5540,7 @@ public static function getRawQueryLog() * * @return void * @static - */ - public static function flushQueryLog() + */ public static function flushQueryLog() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->flushQueryLog(); @@ -6057,8 +5550,7 @@ public static function flushQueryLog() * * @return void * @static - */ - public static function enableQueryLog() + */ public static function enableQueryLog() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->enableQueryLog(); @@ -6068,8 +5560,7 @@ public static function enableQueryLog() * * @return void * @static - */ - public static function disableQueryLog() + */ public static function disableQueryLog() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->disableQueryLog(); @@ -6079,8 +5570,7 @@ public static function disableQueryLog() * * @return bool * @static - */ - public static function logging() + */ public static function logging() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->logging(); @@ -6090,8 +5580,7 @@ public static function logging() * * @return string * @static - */ - public static function getDatabaseName() + */ public static function getDatabaseName() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getDatabaseName(); @@ -6102,8 +5591,7 @@ public static function getDatabaseName() * @param string $database * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setDatabaseName($database) + */ public static function setDatabaseName($database) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setDatabaseName($database); @@ -6114,8 +5602,7 @@ public static function setDatabaseName($database) * @param string|null $readWriteType * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setReadWriteType($readWriteType) + */ public static function setReadWriteType($readWriteType) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setReadWriteType($readWriteType); @@ -6125,8 +5612,7 @@ public static function setReadWriteType($readWriteType) * * @return string * @static - */ - public static function getTablePrefix() + */ public static function getTablePrefix() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->getTablePrefix(); @@ -6137,8 +5623,7 @@ public static function getTablePrefix() * @param string $prefix * @return \Illuminate\Database\MySqlConnection * @static - */ - public static function setTablePrefix($prefix) + */ public static function setTablePrefix($prefix) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->setTablePrefix($prefix); @@ -6149,8 +5634,7 @@ public static function setTablePrefix($prefix) * @param \Illuminate\Database\Grammar $grammar * @return \Illuminate\Database\Grammar * @static - */ - public static function withTablePrefix($grammar) + */ public static function withTablePrefix($grammar) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->withTablePrefix($grammar); @@ -6162,8 +5646,7 @@ public static function withTablePrefix($grammar) * @param \Closure $callback * @return void * @static - */ - public static function resolverFor($driver, $callback) + */ public static function resolverFor($driver, $callback) { //Method inherited from \Illuminate\Database\Connection \Illuminate\Database\MySqlConnection::resolverFor($driver, $callback); } @@ -6173,8 +5656,7 @@ public static function resolverFor($driver, $callback) * @param string $driver * @return mixed * @static - */ - public static function getResolver($driver) + */ public static function getResolver($driver) { //Method inherited from \Illuminate\Database\Connection return \Illuminate\Database\MySqlConnection::getResolver($driver); } @@ -6186,8 +5668,7 @@ public static function getResolver($driver) * @return mixed * @throws \Throwable * @static - */ - public static function transaction($callback, $attempts = 1) + */ public static function transaction($callback, $attempts = 1) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->transaction($callback, $attempts); @@ -6198,8 +5679,7 @@ public static function transaction($callback, $attempts = 1) * @return void * @throws \Throwable * @static - */ - public static function beginTransaction() + */ public static function beginTransaction() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->beginTransaction(); @@ -6210,8 +5690,7 @@ public static function beginTransaction() * @return void * @throws \Throwable * @static - */ - public static function commit() + */ public static function commit() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->commit(); @@ -6223,8 +5702,7 @@ public static function commit() * @return void * @throws \Throwable * @static - */ - public static function rollBack($toLevel = null) + */ public static function rollBack($toLevel = null) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->rollBack($toLevel); @@ -6234,8 +5712,7 @@ public static function rollBack($toLevel = null) * * @return int * @static - */ - public static function transactionLevel() + */ public static function transactionLevel() { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ return $instance->transactionLevel(); @@ -6247,21 +5724,18 @@ public static function transactionLevel() * @return void * @throws \RuntimeException * @static - */ - public static function afterCommit($callback) + */ public static function afterCommit($callback) { //Method inherited from \Illuminate\Database\Connection /** @var \Illuminate\Database\MySqlConnection $instance */ $instance->afterCommit($callback); } - - } + } /** * * * @see \Illuminate\Events\Dispatcher * @see \Illuminate\Support\Testing\Fakes\EventFake - */ - class Event { + */ class Event { /** * Register an event listener with the dispatcher. * @@ -6269,8 +5743,7 @@ class Event { * @param \Closure|string|array|null $listener * @return void * @static - */ - public static function listen($events, $listener = null) + */ public static function listen($events, $listener = null) { /** @var \Illuminate\Events\Dispatcher $instance */ $instance->listen($events, $listener); @@ -6281,8 +5754,7 @@ public static function listen($events, $listener = null) * @param string $eventName * @return bool * @static - */ - public static function hasListeners($eventName) + */ public static function hasListeners($eventName) { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->hasListeners($eventName); @@ -6293,8 +5765,7 @@ public static function hasListeners($eventName) * @param string $eventName * @return bool * @static - */ - public static function hasWildcardListeners($eventName) + */ public static function hasWildcardListeners($eventName) { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->hasWildcardListeners($eventName); @@ -6306,8 +5777,7 @@ public static function hasWildcardListeners($eventName) * @param object|array $payload * @return void * @static - */ - public static function push($event, $payload = []) + */ public static function push($event, $payload = []) { /** @var \Illuminate\Events\Dispatcher $instance */ $instance->push($event, $payload); @@ -6318,8 +5788,7 @@ public static function push($event, $payload = []) * @param string $event * @return void * @static - */ - public static function flush($event) + */ public static function flush($event) { /** @var \Illuminate\Events\Dispatcher $instance */ $instance->flush($event); @@ -6330,8 +5799,7 @@ public static function flush($event) * @param object|string $subscriber * @return void * @static - */ - public static function subscribe($subscriber) + */ public static function subscribe($subscriber) { /** @var \Illuminate\Events\Dispatcher $instance */ $instance->subscribe($subscriber); @@ -6343,8 +5811,7 @@ public static function subscribe($subscriber) * @param mixed $payload * @return mixed * @static - */ - public static function until($event, $payload = []) + */ public static function until($event, $payload = []) { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->until($event, $payload); @@ -6357,8 +5824,7 @@ public static function until($event, $payload = []) * @param bool $halt * @return array|null * @static - */ - public static function dispatch($event, $payload = [], $halt = false) + */ public static function dispatch($event, $payload = [], $halt = false) { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->dispatch($event, $payload, $halt); @@ -6369,8 +5835,7 @@ public static function dispatch($event, $payload = [], $halt = false) * @param string $eventName * @return array * @static - */ - public static function getListeners($eventName) + */ public static function getListeners($eventName) { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->getListeners($eventName); @@ -6382,8 +5847,7 @@ public static function getListeners($eventName) * @param bool $wildcard * @return \Closure * @static - */ - public static function makeListener($listener, $wildcard = false) + */ public static function makeListener($listener, $wildcard = false) { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->makeListener($listener, $wildcard); @@ -6395,8 +5859,7 @@ public static function makeListener($listener, $wildcard = false) * @param bool $wildcard * @return \Closure * @static - */ - public static function createClassListener($listener, $wildcard = false) + */ public static function createClassListener($listener, $wildcard = false) { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->createClassListener($listener, $wildcard); @@ -6407,8 +5870,7 @@ public static function createClassListener($listener, $wildcard = false) * @param string $event * @return void * @static - */ - public static function forget($event) + */ public static function forget($event) { /** @var \Illuminate\Events\Dispatcher $instance */ $instance->forget($event); @@ -6418,8 +5880,7 @@ public static function forget($event) * * @return void * @static - */ - public static function forgetPushed() + */ public static function forgetPushed() { /** @var \Illuminate\Events\Dispatcher $instance */ $instance->forgetPushed(); @@ -6430,8 +5891,7 @@ public static function forgetPushed() * @param callable $resolver * @return \Illuminate\Events\Dispatcher * @static - */ - public static function setQueueResolver($resolver) + */ public static function setQueueResolver($resolver) { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->setQueueResolver($resolver); @@ -6442,8 +5902,7 @@ public static function setQueueResolver($resolver) * @param callable $resolver * @return \Illuminate\Events\Dispatcher * @static - */ - public static function setTransactionManagerResolver($resolver) + */ public static function setTransactionManagerResolver($resolver) { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->setTransactionManagerResolver($resolver); @@ -6453,8 +5912,7 @@ public static function setTransactionManagerResolver($resolver) * * @return array * @static - */ - public static function getRawListeners() + */ public static function getRawListeners() { /** @var \Illuminate\Events\Dispatcher $instance */ return $instance->getRawListeners(); @@ -6466,8 +5924,7 @@ public static function getRawListeners() * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Events\Dispatcher::macro($name, $macro); } @@ -6479,8 +5936,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Events\Dispatcher::mixin($mixin, $replace); } @@ -6490,8 +5946,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Events\Dispatcher::hasMacro($name); } @@ -6500,8 +5955,7 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Events\Dispatcher::flushMacros(); } @@ -6511,8 +5965,7 @@ public static function flushMacros() * @param array|string $eventsToDispatch * @return \Illuminate\Support\Testing\Fakes\EventFake * @static - */ - public static function except($eventsToDispatch) + */ public static function except($eventsToDispatch) { /** @var \Illuminate\Support\Testing\Fakes\EventFake $instance */ return $instance->except($eventsToDispatch); @@ -6524,8 +5977,7 @@ public static function except($eventsToDispatch) * @param string|array $expectedListener * @return void * @static - */ - public static function assertListening($expectedEvent, $expectedListener) + */ public static function assertListening($expectedEvent, $expectedListener) { /** @var \Illuminate\Support\Testing\Fakes\EventFake $instance */ $instance->assertListening($expectedEvent, $expectedListener); @@ -6537,8 +5989,7 @@ public static function assertListening($expectedEvent, $expectedListener) * @param callable|int|null $callback * @return void * @static - */ - public static function assertDispatched($event, $callback = null) + */ public static function assertDispatched($event, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\EventFake $instance */ $instance->assertDispatched($event, $callback); @@ -6550,8 +6001,7 @@ public static function assertDispatched($event, $callback = null) * @param int $times * @return void * @static - */ - public static function assertDispatchedTimes($event, $times = 1) + */ public static function assertDispatchedTimes($event, $times = 1) { /** @var \Illuminate\Support\Testing\Fakes\EventFake $instance */ $instance->assertDispatchedTimes($event, $times); @@ -6563,8 +6013,7 @@ public static function assertDispatchedTimes($event, $times = 1) * @param callable|null $callback * @return void * @static - */ - public static function assertNotDispatched($event, $callback = null) + */ public static function assertNotDispatched($event, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\EventFake $instance */ $instance->assertNotDispatched($event, $callback); @@ -6574,8 +6023,7 @@ public static function assertNotDispatched($event, $callback = null) * * @return void * @static - */ - public static function assertNothingDispatched() + */ public static function assertNothingDispatched() { /** @var \Illuminate\Support\Testing\Fakes\EventFake $instance */ $instance->assertNothingDispatched(); @@ -6587,8 +6035,7 @@ public static function assertNothingDispatched() * @param callable|null $callback * @return \Illuminate\Support\Collection * @static - */ - public static function dispatched($event, $callback = null) + */ public static function dispatched($event, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\EventFake $instance */ return $instance->dispatched($event, $callback); @@ -6599,28 +6046,24 @@ public static function dispatched($event, $callback = null) * @param string $event * @return bool * @static - */ - public static function hasDispatched($event) + */ public static function hasDispatched($event) { /** @var \Illuminate\Support\Testing\Fakes\EventFake $instance */ return $instance->hasDispatched($event); } - - } + } /** * * * @see \Illuminate\Filesystem\Filesystem - */ - class File { + */ class File { /** * Determine if a file or directory exists. * * @param string $path * @return bool * @static - */ - public static function exists($path) + */ public static function exists($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->exists($path); @@ -6631,8 +6074,7 @@ public static function exists($path) * @param string $path * @return bool * @static - */ - public static function missing($path) + */ public static function missing($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->missing($path); @@ -6645,8 +6087,7 @@ public static function missing($path) * @return string * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException * @static - */ - public static function get($path, $lock = false) + */ public static function get($path, $lock = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->get($path, $lock); @@ -6660,8 +6101,7 @@ public static function get($path, $lock = false) * @return array * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException * @static - */ - public static function json($path, $flags = 0, $lock = false) + */ public static function json($path, $flags = 0, $lock = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->json($path, $flags, $lock); @@ -6672,8 +6112,7 @@ public static function json($path, $flags = 0, $lock = false) * @param string $path * @return string * @static - */ - public static function sharedGet($path) + */ public static function sharedGet($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->sharedGet($path); @@ -6686,8 +6125,7 @@ public static function sharedGet($path) * @return mixed * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException * @static - */ - public static function getRequire($path, $data = []) + */ public static function getRequire($path, $data = []) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->getRequire($path, $data); @@ -6700,8 +6138,7 @@ public static function getRequire($path, $data = []) * @return mixed * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException * @static - */ - public static function requireOnce($path, $data = []) + */ public static function requireOnce($path, $data = []) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->requireOnce($path, $data); @@ -6713,8 +6150,7 @@ public static function requireOnce($path, $data = []) * @return \Illuminate\Support\LazyCollection * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException * @static - */ - public static function lines($path) + */ public static function lines($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->lines($path); @@ -6726,8 +6162,7 @@ public static function lines($path) * @param string $algorithm * @return string * @static - */ - public static function hash($path, $algorithm = 'md5') + */ public static function hash($path, $algorithm = 'md5') { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->hash($path, $algorithm); @@ -6740,8 +6175,7 @@ public static function hash($path, $algorithm = 'md5') * @param bool $lock * @return int|bool * @static - */ - public static function put($path, $contents, $lock = false) + */ public static function put($path, $contents, $lock = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->put($path, $contents, $lock); @@ -6754,8 +6188,7 @@ public static function put($path, $contents, $lock = false) * @param int|null $mode * @return void * @static - */ - public static function replace($path, $content, $mode = null) + */ public static function replace($path, $content, $mode = null) { /** @var \Illuminate\Filesystem\Filesystem $instance */ $instance->replace($path, $content, $mode); @@ -6768,8 +6201,7 @@ public static function replace($path, $content, $mode = null) * @param string $path * @return void * @static - */ - public static function replaceInFile($search, $replace, $path) + */ public static function replaceInFile($search, $replace, $path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ $instance->replaceInFile($search, $replace, $path); @@ -6781,8 +6213,7 @@ public static function replaceInFile($search, $replace, $path) * @param string $data * @return int * @static - */ - public static function prepend($path, $data) + */ public static function prepend($path, $data) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->prepend($path, $data); @@ -6795,8 +6226,7 @@ public static function prepend($path, $data) * @param bool $lock * @return int * @static - */ - public static function append($path, $data, $lock = false) + */ public static function append($path, $data, $lock = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->append($path, $data, $lock); @@ -6808,8 +6238,7 @@ public static function append($path, $data, $lock = false) * @param int|null $mode * @return mixed * @static - */ - public static function chmod($path, $mode = null) + */ public static function chmod($path, $mode = null) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->chmod($path, $mode); @@ -6820,8 +6249,7 @@ public static function chmod($path, $mode = null) * @param string|array $paths * @return bool * @static - */ - public static function delete($paths) + */ public static function delete($paths) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->delete($paths); @@ -6833,8 +6261,7 @@ public static function delete($paths) * @param string $target * @return bool * @static - */ - public static function move($path, $target) + */ public static function move($path, $target) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->move($path, $target); @@ -6846,8 +6273,7 @@ public static function move($path, $target) * @param string $target * @return bool * @static - */ - public static function copy($path, $target) + */ public static function copy($path, $target) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->copy($path, $target); @@ -6857,13 +6283,12 @@ public static function copy($path, $target) * * @param string $target * @param string $link - * @return void + * @return bool|null * @static - */ - public static function link($target, $link) + */ public static function link($target, $link) { /** @var \Illuminate\Filesystem\Filesystem $instance */ - $instance->link($target, $link); + return $instance->link($target, $link); } /** * Create a relative symlink to the target file or directory. @@ -6873,8 +6298,7 @@ public static function link($target, $link) * @return void * @throws \RuntimeException * @static - */ - public static function relativeLink($target, $link) + */ public static function relativeLink($target, $link) { /** @var \Illuminate\Filesystem\Filesystem $instance */ $instance->relativeLink($target, $link); @@ -6885,8 +6309,7 @@ public static function relativeLink($target, $link) * @param string $path * @return string * @static - */ - public static function name($path) + */ public static function name($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->name($path); @@ -6897,8 +6320,7 @@ public static function name($path) * @param string $path * @return string * @static - */ - public static function basename($path) + */ public static function basename($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->basename($path); @@ -6909,8 +6331,7 @@ public static function basename($path) * @param string $path * @return string * @static - */ - public static function dirname($path) + */ public static function dirname($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->dirname($path); @@ -6921,8 +6342,7 @@ public static function dirname($path) * @param string $path * @return string * @static - */ - public static function extension($path) + */ public static function extension($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->extension($path); @@ -6934,8 +6354,7 @@ public static function extension($path) * @return string|null * @throws \RuntimeException * @static - */ - public static function guessExtension($path) + */ public static function guessExtension($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->guessExtension($path); @@ -6946,8 +6365,7 @@ public static function guessExtension($path) * @param string $path * @return string * @static - */ - public static function type($path) + */ public static function type($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->type($path); @@ -6958,8 +6376,7 @@ public static function type($path) * @param string $path * @return string|false * @static - */ - public static function mimeType($path) + */ public static function mimeType($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->mimeType($path); @@ -6970,8 +6387,7 @@ public static function mimeType($path) * @param string $path * @return int * @static - */ - public static function size($path) + */ public static function size($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->size($path); @@ -6982,8 +6398,7 @@ public static function size($path) * @param string $path * @return int * @static - */ - public static function lastModified($path) + */ public static function lastModified($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->lastModified($path); @@ -6994,8 +6409,7 @@ public static function lastModified($path) * @param string $directory * @return bool * @static - */ - public static function isDirectory($directory) + */ public static function isDirectory($directory) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->isDirectory($directory); @@ -7007,8 +6421,7 @@ public static function isDirectory($directory) * @param bool $ignoreDotFiles * @return bool * @static - */ - public static function isEmptyDirectory($directory, $ignoreDotFiles = false) + */ public static function isEmptyDirectory($directory, $ignoreDotFiles = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->isEmptyDirectory($directory, $ignoreDotFiles); @@ -7019,8 +6432,7 @@ public static function isEmptyDirectory($directory, $ignoreDotFiles = false) * @param string $path * @return bool * @static - */ - public static function isReadable($path) + */ public static function isReadable($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->isReadable($path); @@ -7031,8 +6443,7 @@ public static function isReadable($path) * @param string $path * @return bool * @static - */ - public static function isWritable($path) + */ public static function isWritable($path) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->isWritable($path); @@ -7044,8 +6455,7 @@ public static function isWritable($path) * @param string $secondFile * @return bool * @static - */ - public static function hasSameHash($firstFile, $secondFile) + */ public static function hasSameHash($firstFile, $secondFile) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->hasSameHash($firstFile, $secondFile); @@ -7056,8 +6466,7 @@ public static function hasSameHash($firstFile, $secondFile) * @param string $file * @return bool * @static - */ - public static function isFile($file) + */ public static function isFile($file) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->isFile($file); @@ -7069,8 +6478,7 @@ public static function isFile($file) * @param int $flags * @return array * @static - */ - public static function glob($pattern, $flags = 0) + */ public static function glob($pattern, $flags = 0) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->glob($pattern, $flags); @@ -7082,8 +6490,7 @@ public static function glob($pattern, $flags = 0) * @param bool $hidden * @return \Symfony\Component\Finder\SplFileInfo[] * @static - */ - public static function files($directory, $hidden = false) + */ public static function files($directory, $hidden = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->files($directory, $hidden); @@ -7095,8 +6502,7 @@ public static function files($directory, $hidden = false) * @param bool $hidden * @return \Symfony\Component\Finder\SplFileInfo[] * @static - */ - public static function allFiles($directory, $hidden = false) + */ public static function allFiles($directory, $hidden = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->allFiles($directory, $hidden); @@ -7107,8 +6513,7 @@ public static function allFiles($directory, $hidden = false) * @param string $directory * @return array * @static - */ - public static function directories($directory) + */ public static function directories($directory) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->directories($directory); @@ -7121,8 +6526,7 @@ public static function directories($directory) * @param bool $recursive * @return void * @static - */ - public static function ensureDirectoryExists($path, $mode = 493, $recursive = true) + */ public static function ensureDirectoryExists($path, $mode = 493, $recursive = true) { /** @var \Illuminate\Filesystem\Filesystem $instance */ $instance->ensureDirectoryExists($path, $mode, $recursive); @@ -7136,8 +6540,7 @@ public static function ensureDirectoryExists($path, $mode = 493, $recursive = tr * @param bool $force * @return bool * @static - */ - public static function makeDirectory($path, $mode = 493, $recursive = false, $force = false) + */ public static function makeDirectory($path, $mode = 493, $recursive = false, $force = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->makeDirectory($path, $mode, $recursive, $force); @@ -7150,8 +6553,7 @@ public static function makeDirectory($path, $mode = 493, $recursive = false, $fo * @param bool $overwrite * @return bool * @static - */ - public static function moveDirectory($from, $to, $overwrite = false) + */ public static function moveDirectory($from, $to, $overwrite = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->moveDirectory($from, $to, $overwrite); @@ -7164,8 +6566,7 @@ public static function moveDirectory($from, $to, $overwrite = false) * @param int|null $options * @return bool * @static - */ - public static function copyDirectory($directory, $destination, $options = null) + */ public static function copyDirectory($directory, $destination, $options = null) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->copyDirectory($directory, $destination, $options); @@ -7179,8 +6580,7 @@ public static function copyDirectory($directory, $destination, $options = null) * @param bool $preserve * @return bool * @static - */ - public static function deleteDirectory($directory, $preserve = false) + */ public static function deleteDirectory($directory, $preserve = false) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->deleteDirectory($directory, $preserve); @@ -7191,8 +6591,7 @@ public static function deleteDirectory($directory, $preserve = false) * @param string $directory * @return bool * @static - */ - public static function deleteDirectories($directory) + */ public static function deleteDirectories($directory) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->deleteDirectories($directory); @@ -7203,8 +6602,7 @@ public static function deleteDirectories($directory) * @param string $directory * @return bool * @static - */ - public static function cleanDirectory($directory) + */ public static function cleanDirectory($directory) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->cleanDirectory($directory); @@ -7219,8 +6617,7 @@ public static function cleanDirectory($directory) * @param \Illuminate\Filesystem\(callable($this, TWhenParameter): TWhenReturnType)|null $default * @return $this|\Illuminate\Filesystem\TWhenReturnType * @static - */ - public static function when($value = null, $callback = null, $default = null) + */ public static function when($value = null, $callback = null, $default = null) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->when($value, $callback, $default); @@ -7235,8 +6632,7 @@ public static function when($value = null, $callback = null, $default = null) * @param \Illuminate\Filesystem\(callable($this, TUnlessParameter): TUnlessReturnType)|null $default * @return $this|\Illuminate\Filesystem\TUnlessReturnType * @static - */ - public static function unless($value = null, $callback = null, $default = null) + */ public static function unless($value = null, $callback = null, $default = null) { /** @var \Illuminate\Filesystem\Filesystem $instance */ return $instance->unless($value, $callback, $default); @@ -7248,8 +6644,7 @@ public static function unless($value = null, $callback = null, $default = null) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Filesystem\Filesystem::macro($name, $macro); } @@ -7261,8 +6656,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Filesystem\Filesystem::mixin($mixin, $replace); } @@ -7272,8 +6666,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Filesystem\Filesystem::hasMacro($name); } @@ -7282,27 +6675,23 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Filesystem\Filesystem::flushMacros(); } - - } + } /** * * * @see \Illuminate\Auth\Access\Gate - */ - class Gate { + */ class Gate { /** * Determine if a given ability has been defined. * * @param string|array $ability * @return bool * @static - */ - public static function has($ability) + */ public static function has($ability) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->has($ability); @@ -7316,8 +6705,7 @@ public static function has($ability) * @return \Illuminate\Auth\Access\Response * @throws \Illuminate\Auth\Access\AuthorizationException * @static - */ - public static function allowIf($condition, $message = null, $code = null) + */ public static function allowIf($condition, $message = null, $code = null) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->allowIf($condition, $message, $code); @@ -7331,8 +6719,7 @@ public static function allowIf($condition, $message = null, $code = null) * @return \Illuminate\Auth\Access\Response * @throws \Illuminate\Auth\Access\AuthorizationException * @static - */ - public static function denyIf($condition, $message = null, $code = null) + */ public static function denyIf($condition, $message = null, $code = null) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->denyIf($condition, $message, $code); @@ -7345,8 +6732,7 @@ public static function denyIf($condition, $message = null, $code = null) * @return \Illuminate\Auth\Access\Gate * @throws \InvalidArgumentException * @static - */ - public static function define($ability, $callback) + */ public static function define($ability, $callback) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->define($ability, $callback); @@ -7359,8 +6745,7 @@ public static function define($ability, $callback) * @param array|null $abilities * @return \Illuminate\Auth\Access\Gate * @static - */ - public static function resource($name, $class, $abilities = null) + */ public static function resource($name, $class, $abilities = null) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->resource($name, $class, $abilities); @@ -7372,8 +6757,7 @@ public static function resource($name, $class, $abilities = null) * @param string $policy * @return \Illuminate\Auth\Access\Gate * @static - */ - public static function policy($class, $policy) + */ public static function policy($class, $policy) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->policy($class, $policy); @@ -7384,8 +6768,7 @@ public static function policy($class, $policy) * @param callable $callback * @return \Illuminate\Auth\Access\Gate * @static - */ - public static function before($callback) + */ public static function before($callback) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->before($callback); @@ -7396,8 +6779,7 @@ public static function before($callback) * @param callable $callback * @return \Illuminate\Auth\Access\Gate * @static - */ - public static function after($callback) + */ public static function after($callback) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->after($callback); @@ -7409,8 +6791,7 @@ public static function after($callback) * @param array|mixed $arguments * @return bool * @static - */ - public static function allows($ability, $arguments = []) + */ public static function allows($ability, $arguments = []) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->allows($ability, $arguments); @@ -7422,8 +6803,7 @@ public static function allows($ability, $arguments = []) * @param array|mixed $arguments * @return bool * @static - */ - public static function denies($ability, $arguments = []) + */ public static function denies($ability, $arguments = []) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->denies($ability, $arguments); @@ -7435,8 +6815,7 @@ public static function denies($ability, $arguments = []) * @param array|mixed $arguments * @return bool * @static - */ - public static function check($abilities, $arguments = []) + */ public static function check($abilities, $arguments = []) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->check($abilities, $arguments); @@ -7448,8 +6827,7 @@ public static function check($abilities, $arguments = []) * @param array|mixed $arguments * @return bool * @static - */ - public static function any($abilities, $arguments = []) + */ public static function any($abilities, $arguments = []) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->any($abilities, $arguments); @@ -7461,8 +6839,7 @@ public static function any($abilities, $arguments = []) * @param array|mixed $arguments * @return bool * @static - */ - public static function none($abilities, $arguments = []) + */ public static function none($abilities, $arguments = []) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->none($abilities, $arguments); @@ -7475,8 +6852,7 @@ public static function none($abilities, $arguments = []) * @return \Illuminate\Auth\Access\Response * @throws \Illuminate\Auth\Access\AuthorizationException * @static - */ - public static function authorize($ability, $arguments = []) + */ public static function authorize($ability, $arguments = []) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->authorize($ability, $arguments); @@ -7488,8 +6864,7 @@ public static function authorize($ability, $arguments = []) * @param array|mixed $arguments * @return \Illuminate\Auth\Access\Response * @static - */ - public static function inspect($ability, $arguments = []) + */ public static function inspect($ability, $arguments = []) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->inspect($ability, $arguments); @@ -7502,8 +6877,7 @@ public static function inspect($ability, $arguments = []) * @return mixed * @throws \Illuminate\Auth\Access\AuthorizationException * @static - */ - public static function raw($ability, $arguments = []) + */ public static function raw($ability, $arguments = []) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->raw($ability, $arguments); @@ -7514,8 +6888,7 @@ public static function raw($ability, $arguments = []) * @param object|string $class * @return mixed * @static - */ - public static function getPolicyFor($class) + */ public static function getPolicyFor($class) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->getPolicyFor($class); @@ -7526,8 +6899,7 @@ public static function getPolicyFor($class) * @param callable $callback * @return \Illuminate\Auth\Access\Gate * @static - */ - public static function guessPolicyNamesUsing($callback) + */ public static function guessPolicyNamesUsing($callback) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->guessPolicyNamesUsing($callback); @@ -7539,8 +6911,7 @@ public static function guessPolicyNamesUsing($callback) * @return mixed * @throws \Illuminate\Contracts\Container\BindingResolutionException * @static - */ - public static function resolvePolicy($class) + */ public static function resolvePolicy($class) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->resolvePolicy($class); @@ -7551,8 +6922,7 @@ public static function resolvePolicy($class) * @param \Illuminate\Contracts\Auth\Authenticatable|mixed $user * @return static * @static - */ - public static function forUser($user) + */ public static function forUser($user) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->forUser($user); @@ -7562,8 +6932,7 @@ public static function forUser($user) * * @return array * @static - */ - public static function abilities() + */ public static function abilities() { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->abilities(); @@ -7573,8 +6942,7 @@ public static function abilities() * * @return array * @static - */ - public static function policies() + */ public static function policies() { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->policies(); @@ -7585,8 +6953,7 @@ public static function policies() * @param \Illuminate\Auth\Access\Response $response * @return \Illuminate\Auth\Access\Gate * @static - */ - public static function defaultDenialResponse($response) + */ public static function defaultDenialResponse($response) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->defaultDenialResponse($response); @@ -7597,8 +6964,7 @@ public static function defaultDenialResponse($response) * @param \Illuminate\Contracts\Container\Container $container * @return \Illuminate\Auth\Access\Gate * @static - */ - public static function setContainer($container) + */ public static function setContainer($container) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->setContainer($container); @@ -7611,8 +6977,7 @@ public static function setContainer($container) * @param int|null $code * @return \Illuminate\Auth\Access\Response * @static - */ - public static function denyWithStatus($status, $message = null, $code = null) + */ public static function denyWithStatus($status, $message = null, $code = null) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->denyWithStatus($status, $message, $code); @@ -7624,28 +6989,24 @@ public static function denyWithStatus($status, $message = null, $code = null) * @param int|null $code * @return \Illuminate\Auth\Access\Response * @static - */ - public static function denyAsNotFound($message = null, $code = null) + */ public static function denyAsNotFound($message = null, $code = null) { /** @var \Illuminate\Auth\Access\Gate $instance */ return $instance->denyAsNotFound($message, $code); } - - } + } /** * * * @see \Illuminate\Hashing\HashManager * @see \Illuminate\Hashing\AbstractHasher - */ - class Hash { + */ class Hash { /** * Create an instance of the Bcrypt hash Driver. * * @return \Illuminate\Hashing\BcryptHasher * @static - */ - public static function createBcryptDriver() + */ public static function createBcryptDriver() { /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->createBcryptDriver(); @@ -7655,8 +7016,7 @@ public static function createBcryptDriver() * * @return \Illuminate\Hashing\ArgonHasher * @static - */ - public static function createArgonDriver() + */ public static function createArgonDriver() { /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->createArgonDriver(); @@ -7666,8 +7026,7 @@ public static function createArgonDriver() * * @return \Illuminate\Hashing\Argon2IdHasher * @static - */ - public static function createArgon2idDriver() + */ public static function createArgon2idDriver() { /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->createArgon2idDriver(); @@ -7678,8 +7037,7 @@ public static function createArgon2idDriver() * @param string $hashedValue * @return array * @static - */ - public static function info($hashedValue) + */ public static function info($hashedValue) { /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->info($hashedValue); @@ -7691,8 +7049,7 @@ public static function info($hashedValue) * @param array $options * @return string * @static - */ - public static function make($value, $options = []) + */ public static function make($value, $options = []) { /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->make($value, $options); @@ -7705,8 +7062,7 @@ public static function make($value, $options = []) * @param array $options * @return bool * @static - */ - public static function check($value, $hashedValue, $options = []) + */ public static function check($value, $hashedValue, $options = []) { /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->check($value, $hashedValue, $options); @@ -7718,8 +7074,7 @@ public static function check($value, $hashedValue, $options = []) * @param array $options * @return bool * @static - */ - public static function needsRehash($hashedValue, $options = []) + */ public static function needsRehash($hashedValue, $options = []) { /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->needsRehash($hashedValue, $options); @@ -7730,8 +7085,7 @@ public static function needsRehash($hashedValue, $options = []) * @param string $value * @return bool * @static - */ - public static function isHashed($value) + */ public static function isHashed($value) { /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->isHashed($value); @@ -7741,8 +7095,7 @@ public static function isHashed($value) * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->getDefaultDriver(); @@ -7754,8 +7107,7 @@ public static function getDefaultDriver() * @return mixed * @throws \InvalidArgumentException * @static - */ - public static function driver($driver = null) + */ public static function driver($driver = null) { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->driver($driver); @@ -7767,8 +7119,7 @@ public static function driver($driver = null) * @param \Closure $callback * @return \Illuminate\Hashing\HashManager * @static - */ - public static function extend($driver, $callback) + */ public static function extend($driver, $callback) { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->extend($driver, $callback); @@ -7778,8 +7129,7 @@ public static function extend($driver, $callback) * * @return array * @static - */ - public static function getDrivers() + */ public static function getDrivers() { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->getDrivers(); @@ -7789,8 +7139,7 @@ public static function getDrivers() * * @return \Illuminate\Contracts\Container\Container * @static - */ - public static function getContainer() + */ public static function getContainer() { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->getContainer(); @@ -7801,8 +7150,7 @@ public static function getContainer() * @param \Illuminate\Contracts\Container\Container $container * @return \Illuminate\Hashing\HashManager * @static - */ - public static function setContainer($container) + */ public static function setContainer($container) { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->setContainer($container); @@ -7812,14 +7160,12 @@ public static function setContainer($container) * * @return \Illuminate\Hashing\HashManager * @static - */ - public static function forgetDrivers() + */ public static function forgetDrivers() { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Hashing\HashManager $instance */ return $instance->forgetDrivers(); } - - } + } /** * * @@ -7849,7 +7195,7 @@ public static function forgetDrivers() * @method static \Illuminate\Http\Client\PendingRequest sink(string|resource $to) * @method static \Illuminate\Http\Client\PendingRequest timeout(int $seconds) * @method static \Illuminate\Http\Client\PendingRequest connectTimeout(int $seconds) - * @method static \Illuminate\Http\Client\PendingRequest retry(int $times, \Closure|int $sleepMilliseconds = 0, callable|null $when = null, bool $throw = true) + * @method static \Illuminate\Http\Client\PendingRequest retry(array|int $times, \Closure|int $sleepMilliseconds = 0, callable|null $when = null, bool $throw = true) * @method static \Illuminate\Http\Client\PendingRequest withOptions(array $options) * @method static \Illuminate\Http\Client\PendingRequest withMiddleware(callable $middleware) * @method static \Illuminate\Http\Client\PendingRequest withRequestMiddleware(callable $middleware) @@ -7886,16 +7232,14 @@ public static function forgetDrivers() * @method static \Illuminate\Http\Client\PendingRequest|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) * @method static \Illuminate\Http\Client\PendingRequest|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) * @see \Illuminate\Http\Client\Factory - */ - class Http { + */ class Http { /** * Add middleware to apply to every request. * * @param callable $middleware * @return \Illuminate\Http\Client\Factory * @static - */ - public static function globalMiddleware($middleware) + */ public static function globalMiddleware($middleware) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->globalMiddleware($middleware); @@ -7906,8 +7250,7 @@ public static function globalMiddleware($middleware) * @param callable $middleware * @return \Illuminate\Http\Client\Factory * @static - */ - public static function globalRequestMiddleware($middleware) + */ public static function globalRequestMiddleware($middleware) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->globalRequestMiddleware($middleware); @@ -7918,8 +7261,7 @@ public static function globalRequestMiddleware($middleware) * @param callable $middleware * @return \Illuminate\Http\Client\Factory * @static - */ - public static function globalResponseMiddleware($middleware) + */ public static function globalResponseMiddleware($middleware) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->globalResponseMiddleware($middleware); @@ -7930,8 +7272,7 @@ public static function globalResponseMiddleware($middleware) * @param array $options * @return \Illuminate\Http\Client\Factory * @static - */ - public static function globalOptions($options) + */ public static function globalOptions($options) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->globalOptions($options); @@ -7944,8 +7285,7 @@ public static function globalOptions($options) * @param array $headers * @return \GuzzleHttp\Promise\PromiseInterface * @static - */ - public static function response($body = null, $status = 200, $headers = []) + */ public static function response($body = null, $status = 200, $headers = []) { return \Illuminate\Http\Client\Factory::response($body, $status, $headers); } @@ -7955,8 +7295,7 @@ public static function response($body = null, $status = 200, $headers = []) * @param array $responses * @return \Illuminate\Http\Client\ResponseSequence * @static - */ - public static function sequence($responses = []) + */ public static function sequence($responses = []) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->sequence($responses); @@ -7967,8 +7306,7 @@ public static function sequence($responses = []) * @param callable|array|null $callback * @return \Illuminate\Http\Client\Factory * @static - */ - public static function fake($callback = null) + */ public static function fake($callback = null) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->fake($callback); @@ -7979,8 +7317,7 @@ public static function fake($callback = null) * @param string $url * @return \Illuminate\Http\Client\ResponseSequence * @static - */ - public static function fakeSequence($url = '*') + */ public static function fakeSequence($url = '*') { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->fakeSequence($url); @@ -7992,8 +7329,7 @@ public static function fakeSequence($url = '*') * @param \Illuminate\Http\Client\Response|\GuzzleHttp\Promise\PromiseInterface|callable $callback * @return \Illuminate\Http\Client\Factory * @static - */ - public static function stubUrl($url, $callback) + */ public static function stubUrl($url, $callback) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->stubUrl($url, $callback); @@ -8004,8 +7340,7 @@ public static function stubUrl($url, $callback) * @param bool $prevent * @return \Illuminate\Http\Client\Factory * @static - */ - public static function preventStrayRequests($prevent = true) + */ public static function preventStrayRequests($prevent = true) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->preventStrayRequests($prevent); @@ -8015,8 +7350,7 @@ public static function preventStrayRequests($prevent = true) * * @return \Illuminate\Http\Client\Factory * @static - */ - public static function allowStrayRequests() + */ public static function allowStrayRequests() { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->allowStrayRequests(); @@ -8028,8 +7362,7 @@ public static function allowStrayRequests() * @param \Illuminate\Http\Client\Response $response * @return void * @static - */ - public static function recordRequestResponsePair($request, $response) + */ public static function recordRequestResponsePair($request, $response) { /** @var \Illuminate\Http\Client\Factory $instance */ $instance->recordRequestResponsePair($request, $response); @@ -8040,8 +7373,7 @@ public static function recordRequestResponsePair($request, $response) * @param callable $callback * @return void * @static - */ - public static function assertSent($callback) + */ public static function assertSent($callback) { /** @var \Illuminate\Http\Client\Factory $instance */ $instance->assertSent($callback); @@ -8052,8 +7384,7 @@ public static function assertSent($callback) * @param array $callbacks * @return void * @static - */ - public static function assertSentInOrder($callbacks) + */ public static function assertSentInOrder($callbacks) { /** @var \Illuminate\Http\Client\Factory $instance */ $instance->assertSentInOrder($callbacks); @@ -8064,8 +7395,7 @@ public static function assertSentInOrder($callbacks) * @param callable $callback * @return void * @static - */ - public static function assertNotSent($callback) + */ public static function assertNotSent($callback) { /** @var \Illuminate\Http\Client\Factory $instance */ $instance->assertNotSent($callback); @@ -8075,8 +7405,7 @@ public static function assertNotSent($callback) * * @return void * @static - */ - public static function assertNothingSent() + */ public static function assertNothingSent() { /** @var \Illuminate\Http\Client\Factory $instance */ $instance->assertNothingSent(); @@ -8087,8 +7416,7 @@ public static function assertNothingSent() * @param int $count * @return void * @static - */ - public static function assertSentCount($count) + */ public static function assertSentCount($count) { /** @var \Illuminate\Http\Client\Factory $instance */ $instance->assertSentCount($count); @@ -8098,8 +7426,7 @@ public static function assertSentCount($count) * * @return void * @static - */ - public static function assertSequencesAreEmpty() + */ public static function assertSequencesAreEmpty() { /** @var \Illuminate\Http\Client\Factory $instance */ $instance->assertSequencesAreEmpty(); @@ -8110,8 +7437,7 @@ public static function assertSequencesAreEmpty() * @param callable $callback * @return \Illuminate\Support\Collection * @static - */ - public static function recorded($callback = null) + */ public static function recorded($callback = null) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->recorded($callback); @@ -8121,8 +7447,7 @@ public static function recorded($callback = null) * * @return \Illuminate\Contracts\Events\Dispatcher|null * @static - */ - public static function getDispatcher() + */ public static function getDispatcher() { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->getDispatcher(); @@ -8132,8 +7457,7 @@ public static function getDispatcher() * * @return array * @static - */ - public static function getGlobalMiddleware() + */ public static function getGlobalMiddleware() { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->getGlobalMiddleware(); @@ -8145,8 +7469,7 @@ public static function getGlobalMiddleware() * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Http\Client\Factory::macro($name, $macro); } @@ -8158,8 +7481,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Http\Client\Factory::mixin($mixin, $replace); } @@ -8169,8 +7491,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Http\Client\Factory::hasMacro($name); } @@ -8179,8 +7500,7 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Http\Client\Factory::flushMacros(); } @@ -8192,20 +7512,17 @@ public static function flushMacros() * @return mixed * @throws \BadMethodCallException * @static - */ - public static function macroCall($method, $parameters) + */ public static function macroCall($method, $parameters) { /** @var \Illuminate\Http\Client\Factory $instance */ return $instance->macroCall($method, $parameters); } - - } + } /** * * * @see \Illuminate\Translation\Translator - */ - class Lang { + */ class Lang { /** * Determine if a translation exists for a given locale. * @@ -8213,8 +7530,7 @@ class Lang { * @param string|null $locale * @return bool * @static - */ - public static function hasForLocale($key, $locale = null) + */ public static function hasForLocale($key, $locale = null) { /** @var \Illuminate\Translation\Translator $instance */ return $instance->hasForLocale($key, $locale); @@ -8227,8 +7543,7 @@ public static function hasForLocale($key, $locale = null) * @param bool $fallback * @return bool * @static - */ - public static function has($key, $locale = null, $fallback = true) + */ public static function has($key, $locale = null, $fallback = true) { /** @var \Illuminate\Translation\Translator $instance */ return $instance->has($key, $locale, $fallback); @@ -8242,8 +7557,7 @@ public static function has($key, $locale = null, $fallback = true) * @param bool $fallback * @return string|array * @static - */ - public static function get($key, $replace = [], $locale = null, $fallback = true) + */ public static function get($key, $replace = [], $locale = null, $fallback = true) { /** @var \Illuminate\Translation\Translator $instance */ return $instance->get($key, $replace, $locale, $fallback); @@ -8257,8 +7571,7 @@ public static function get($key, $replace = [], $locale = null, $fallback = true * @param string|null $locale * @return string * @static - */ - public static function choice($key, $number, $replace = [], $locale = null) + */ public static function choice($key, $number, $replace = [], $locale = null) { /** @var \Illuminate\Translation\Translator $instance */ return $instance->choice($key, $number, $replace, $locale); @@ -8271,8 +7584,7 @@ public static function choice($key, $number, $replace = [], $locale = null) * @param string $namespace * @return void * @static - */ - public static function addLines($lines, $locale, $namespace = '*') + */ public static function addLines($lines, $locale, $namespace = '*') { /** @var \Illuminate\Translation\Translator $instance */ $instance->addLines($lines, $locale, $namespace); @@ -8285,8 +7597,7 @@ public static function addLines($lines, $locale, $namespace = '*') * @param string $locale * @return void * @static - */ - public static function load($namespace, $group, $locale) + */ public static function load($namespace, $group, $locale) { /** @var \Illuminate\Translation\Translator $instance */ $instance->load($namespace, $group, $locale); @@ -8297,8 +7608,7 @@ public static function load($namespace, $group, $locale) * @param callable|null $callback * @return static * @static - */ - public static function handleMissingKeysUsing($callback) + */ public static function handleMissingKeysUsing($callback) { /** @var \Illuminate\Translation\Translator $instance */ return $instance->handleMissingKeysUsing($callback); @@ -8310,8 +7620,7 @@ public static function handleMissingKeysUsing($callback) * @param string $hint * @return void * @static - */ - public static function addNamespace($namespace, $hint) + */ public static function addNamespace($namespace, $hint) { /** @var \Illuminate\Translation\Translator $instance */ $instance->addNamespace($namespace, $hint); @@ -8322,8 +7631,7 @@ public static function addNamespace($namespace, $hint) * @param string $path * @return void * @static - */ - public static function addJsonPath($path) + */ public static function addJsonPath($path) { /** @var \Illuminate\Translation\Translator $instance */ $instance->addJsonPath($path); @@ -8334,8 +7642,7 @@ public static function addJsonPath($path) * @param string $key * @return array * @static - */ - public static function parseKey($key) + */ public static function parseKey($key) { /** @var \Illuminate\Translation\Translator $instance */ return $instance->parseKey($key); @@ -8346,8 +7653,7 @@ public static function parseKey($key) * @param callable $callback * @return void * @static - */ - public static function determineLocalesUsing($callback) + */ public static function determineLocalesUsing($callback) { /** @var \Illuminate\Translation\Translator $instance */ $instance->determineLocalesUsing($callback); @@ -8357,8 +7663,7 @@ public static function determineLocalesUsing($callback) * * @return \Illuminate\Translation\MessageSelector * @static - */ - public static function getSelector() + */ public static function getSelector() { /** @var \Illuminate\Translation\Translator $instance */ return $instance->getSelector(); @@ -8369,8 +7674,7 @@ public static function getSelector() * @param \Illuminate\Translation\MessageSelector $selector * @return void * @static - */ - public static function setSelector($selector) + */ public static function setSelector($selector) { /** @var \Illuminate\Translation\Translator $instance */ $instance->setSelector($selector); @@ -8380,8 +7684,7 @@ public static function setSelector($selector) * * @return \Illuminate\Contracts\Translation\Loader * @static - */ - public static function getLoader() + */ public static function getLoader() { /** @var \Illuminate\Translation\Translator $instance */ return $instance->getLoader(); @@ -8391,8 +7694,7 @@ public static function getLoader() * * @return string * @static - */ - public static function locale() + */ public static function locale() { /** @var \Illuminate\Translation\Translator $instance */ return $instance->locale(); @@ -8402,8 +7704,7 @@ public static function locale() * * @return string * @static - */ - public static function getLocale() + */ public static function getLocale() { /** @var \Illuminate\Translation\Translator $instance */ return $instance->getLocale(); @@ -8415,8 +7716,7 @@ public static function getLocale() * @return void * @throws \InvalidArgumentException * @static - */ - public static function setLocale($locale) + */ public static function setLocale($locale) { /** @var \Illuminate\Translation\Translator $instance */ $instance->setLocale($locale); @@ -8426,8 +7726,7 @@ public static function setLocale($locale) * * @return string * @static - */ - public static function getFallback() + */ public static function getFallback() { /** @var \Illuminate\Translation\Translator $instance */ return $instance->getFallback(); @@ -8438,8 +7737,7 @@ public static function getFallback() * @param string $fallback * @return void * @static - */ - public static function setFallback($fallback) + */ public static function setFallback($fallback) { /** @var \Illuminate\Translation\Translator $instance */ $instance->setFallback($fallback); @@ -8450,8 +7748,7 @@ public static function setFallback($fallback) * @param array $loaded * @return void * @static - */ - public static function setLoaded($loaded) + */ public static function setLoaded($loaded) { /** @var \Illuminate\Translation\Translator $instance */ $instance->setLoaded($loaded); @@ -8463,8 +7760,7 @@ public static function setLoaded($loaded) * @param callable|null $handler * @return void * @static - */ - public static function stringable($class, $handler = null) + */ public static function stringable($class, $handler = null) { /** @var \Illuminate\Translation\Translator $instance */ $instance->stringable($class, $handler); @@ -8476,8 +7772,7 @@ public static function stringable($class, $handler = null) * @param array $parsed * @return void * @static - */ - public static function setParsedKey($key, $parsed) + */ public static function setParsedKey($key, $parsed) { //Method inherited from \Illuminate\Support\NamespacedItemResolver /** @var \Illuminate\Translation\Translator $instance */ $instance->setParsedKey($key, $parsed); @@ -8487,8 +7782,7 @@ public static function setParsedKey($key, $parsed) * * @return void * @static - */ - public static function flushParsedKeys() + */ public static function flushParsedKeys() { //Method inherited from \Illuminate\Support\NamespacedItemResolver /** @var \Illuminate\Translation\Translator $instance */ $instance->flushParsedKeys(); @@ -8500,8 +7794,7 @@ public static function flushParsedKeys() * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Translation\Translator::macro($name, $macro); } @@ -8513,8 +7806,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Translation\Translator::mixin($mixin, $replace); } @@ -8524,8 +7816,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Translation\Translator::hasMacro($name); } @@ -8534,13 +7825,11 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Translation\Translator::flushMacros(); } - - } + } /** * * @@ -8553,16 +7842,14 @@ public static function flushMacros() * @method static \Illuminate\Log\Logger|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) * @method static \Illuminate\Log\Logger|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) * @see \Illuminate\Log\LogManager - */ - class Log { + */ class Log { /** * Build an on-demand log channel. * * @param array $config * @return \Psr\Log\LoggerInterface * @static - */ - public static function build($config) + */ public static function build($config) { /** @var \Illuminate\Log\LogManager $instance */ return $instance->build($config); @@ -8574,8 +7861,7 @@ public static function build($config) * @param string|null $channel * @return \Psr\Log\LoggerInterface * @static - */ - public static function stack($channels, $channel = null) + */ public static function stack($channels, $channel = null) { /** @var \Illuminate\Log\LogManager $instance */ return $instance->stack($channels, $channel); @@ -8586,8 +7872,7 @@ public static function stack($channels, $channel = null) * @param string|null $channel * @return \Psr\Log\LoggerInterface * @static - */ - public static function channel($channel = null) + */ public static function channel($channel = null) { /** @var \Illuminate\Log\LogManager $instance */ return $instance->channel($channel); @@ -8598,8 +7883,7 @@ public static function channel($channel = null) * @param string|null $driver * @return \Psr\Log\LoggerInterface * @static - */ - public static function driver($driver = null) + */ public static function driver($driver = null) { /** @var \Illuminate\Log\LogManager $instance */ return $instance->driver($driver); @@ -8610,8 +7894,7 @@ public static function driver($driver = null) * @param array $context * @return \Illuminate\Log\LogManager * @static - */ - public static function shareContext($context) + */ public static function shareContext($context) { /** @var \Illuminate\Log\LogManager $instance */ return $instance->shareContext($context); @@ -8621,8 +7904,7 @@ public static function shareContext($context) * * @return array * @static - */ - public static function sharedContext() + */ public static function sharedContext() { /** @var \Illuminate\Log\LogManager $instance */ return $instance->sharedContext(); @@ -8632,8 +7914,7 @@ public static function sharedContext() * * @return \Illuminate\Log\LogManager * @static - */ - public static function withoutContext() + */ public static function withoutContext() { /** @var \Illuminate\Log\LogManager $instance */ return $instance->withoutContext(); @@ -8643,8 +7924,7 @@ public static function withoutContext() * * @return \Illuminate\Log\LogManager * @static - */ - public static function flushSharedContext() + */ public static function flushSharedContext() { /** @var \Illuminate\Log\LogManager $instance */ return $instance->flushSharedContext(); @@ -8654,8 +7934,7 @@ public static function flushSharedContext() * * @return string|null * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Log\LogManager $instance */ return $instance->getDefaultDriver(); @@ -8666,8 +7945,7 @@ public static function getDefaultDriver() * @param string $name * @return void * @static - */ - public static function setDefaultDriver($name) + */ public static function setDefaultDriver($name) { /** @var \Illuminate\Log\LogManager $instance */ $instance->setDefaultDriver($name); @@ -8679,8 +7957,7 @@ public static function setDefaultDriver($name) * @param \Closure $callback * @return \Illuminate\Log\LogManager * @static - */ - public static function extend($driver, $callback) + */ public static function extend($driver, $callback) { /** @var \Illuminate\Log\LogManager $instance */ return $instance->extend($driver, $callback); @@ -8691,8 +7968,7 @@ public static function extend($driver, $callback) * @param string|null $driver * @return void * @static - */ - public static function forgetChannel($driver = null) + */ public static function forgetChannel($driver = null) { /** @var \Illuminate\Log\LogManager $instance */ $instance->forgetChannel($driver); @@ -8702,8 +7978,7 @@ public static function forgetChannel($driver = null) * * @return array * @static - */ - public static function getChannels() + */ public static function getChannels() { /** @var \Illuminate\Log\LogManager $instance */ return $instance->getChannels(); @@ -8715,8 +7990,7 @@ public static function getChannels() * @param array $context * @return void * @static - */ - public static function emergency($message, $context = []) + */ public static function emergency($message, $context = []) { /** @var \Illuminate\Log\LogManager $instance */ $instance->emergency($message, $context); @@ -8731,8 +8005,7 @@ public static function emergency($message, $context = []) * @param array $context * @return void * @static - */ - public static function alert($message, $context = []) + */ public static function alert($message, $context = []) { /** @var \Illuminate\Log\LogManager $instance */ $instance->alert($message, $context); @@ -8746,8 +8019,7 @@ public static function alert($message, $context = []) * @param array $context * @return void * @static - */ - public static function critical($message, $context = []) + */ public static function critical($message, $context = []) { /** @var \Illuminate\Log\LogManager $instance */ $instance->critical($message, $context); @@ -8760,8 +8032,7 @@ public static function critical($message, $context = []) * @param array $context * @return void * @static - */ - public static function error($message, $context = []) + */ public static function error($message, $context = []) { /** @var \Illuminate\Log\LogManager $instance */ $instance->error($message, $context); @@ -8776,8 +8047,7 @@ public static function error($message, $context = []) * @param array $context * @return void * @static - */ - public static function warning($message, $context = []) + */ public static function warning($message, $context = []) { /** @var \Illuminate\Log\LogManager $instance */ $instance->warning($message, $context); @@ -8789,8 +8059,7 @@ public static function warning($message, $context = []) * @param array $context * @return void * @static - */ - public static function notice($message, $context = []) + */ public static function notice($message, $context = []) { /** @var \Illuminate\Log\LogManager $instance */ $instance->notice($message, $context); @@ -8804,8 +8073,7 @@ public static function notice($message, $context = []) * @param array $context * @return void * @static - */ - public static function info($message, $context = []) + */ public static function info($message, $context = []) { /** @var \Illuminate\Log\LogManager $instance */ $instance->info($message, $context); @@ -8817,8 +8085,7 @@ public static function info($message, $context = []) * @param array $context * @return void * @static - */ - public static function debug($message, $context = []) + */ public static function debug($message, $context = []) { /** @var \Illuminate\Log\LogManager $instance */ $instance->debug($message, $context); @@ -8831,14 +8098,12 @@ public static function debug($message, $context = []) * @param array $context * @return void * @static - */ - public static function log($level, $message, $context = []) + */ public static function log($level, $message, $context = []) { /** @var \Illuminate\Log\LogManager $instance */ $instance->log($level, $message, $context); } - - } + } /** * * @@ -8862,16 +8127,14 @@ public static function log($level, $message, $context = []) * @method static void flushMacros() * @see \Illuminate\Mail\MailManager * @see \Illuminate\Support\Testing\Fakes\MailFake - */ - class Mail { + */ class Mail { /** * Get a mailer instance by name. * * @param string|null $name * @return \Illuminate\Contracts\Mail\Mailer * @static - */ - public static function mailer($name = null) + */ public static function mailer($name = null) { /** @var \Illuminate\Mail\MailManager $instance */ return $instance->mailer($name); @@ -8882,8 +8145,7 @@ public static function mailer($name = null) * @param string|null $driver * @return \Illuminate\Mail\Mailer * @static - */ - public static function driver($driver = null) + */ public static function driver($driver = null) { /** @var \Illuminate\Mail\MailManager $instance */ return $instance->driver($driver); @@ -8895,8 +8157,7 @@ public static function driver($driver = null) * @return \Symfony\Component\Mailer\Transport\TransportInterface * @throws \InvalidArgumentException * @static - */ - public static function createSymfonyTransport($config) + */ public static function createSymfonyTransport($config) { /** @var \Illuminate\Mail\MailManager $instance */ return $instance->createSymfonyTransport($config); @@ -8906,8 +8167,7 @@ public static function createSymfonyTransport($config) * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Mail\MailManager $instance */ return $instance->getDefaultDriver(); @@ -8918,8 +8178,7 @@ public static function getDefaultDriver() * @param string $name * @return void * @static - */ - public static function setDefaultDriver($name) + */ public static function setDefaultDriver($name) { /** @var \Illuminate\Mail\MailManager $instance */ $instance->setDefaultDriver($name); @@ -8930,8 +8189,7 @@ public static function setDefaultDriver($name) * @param string|null $name * @return void * @static - */ - public static function purge($name = null) + */ public static function purge($name = null) { /** @var \Illuminate\Mail\MailManager $instance */ $instance->purge($name); @@ -8943,8 +8201,7 @@ public static function purge($name = null) * @param \Closure $callback * @return \Illuminate\Mail\MailManager * @static - */ - public static function extend($driver, $callback) + */ public static function extend($driver, $callback) { /** @var \Illuminate\Mail\MailManager $instance */ return $instance->extend($driver, $callback); @@ -8954,8 +8211,7 @@ public static function extend($driver, $callback) * * @return \Illuminate\Contracts\Foundation\Application * @static - */ - public static function getApplication() + */ public static function getApplication() { /** @var \Illuminate\Mail\MailManager $instance */ return $instance->getApplication(); @@ -8966,8 +8222,7 @@ public static function getApplication() * @param \Illuminate\Contracts\Foundation\Application $app * @return \Illuminate\Mail\MailManager * @static - */ - public static function setApplication($app) + */ public static function setApplication($app) { /** @var \Illuminate\Mail\MailManager $instance */ return $instance->setApplication($app); @@ -8977,8 +8232,7 @@ public static function setApplication($app) * * @return \Illuminate\Mail\MailManager * @static - */ - public static function forgetMailers() + */ public static function forgetMailers() { /** @var \Illuminate\Mail\MailManager $instance */ return $instance->forgetMailers(); @@ -8990,8 +8244,7 @@ public static function forgetMailers() * @param callable|int|null $callback * @return void * @static - */ - public static function assertSent($mailable, $callback = null) + */ public static function assertSent($mailable, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertSent($mailable, $callback); @@ -9003,8 +8256,7 @@ public static function assertSent($mailable, $callback = null) * @param callable|null $callback * @return void * @static - */ - public static function assertNotOutgoing($mailable, $callback = null) + */ public static function assertNotOutgoing($mailable, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertNotOutgoing($mailable, $callback); @@ -9016,8 +8268,7 @@ public static function assertNotOutgoing($mailable, $callback = null) * @param callable|null $callback * @return void * @static - */ - public static function assertNotSent($mailable, $callback = null) + */ public static function assertNotSent($mailable, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertNotSent($mailable, $callback); @@ -9027,8 +8278,7 @@ public static function assertNotSent($mailable, $callback = null) * * @return void * @static - */ - public static function assertNothingOutgoing() + */ public static function assertNothingOutgoing() { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertNothingOutgoing(); @@ -9038,8 +8288,7 @@ public static function assertNothingOutgoing() * * @return void * @static - */ - public static function assertNothingSent() + */ public static function assertNothingSent() { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertNothingSent(); @@ -9051,8 +8300,7 @@ public static function assertNothingSent() * @param callable|int|null $callback * @return void * @static - */ - public static function assertQueued($mailable, $callback = null) + */ public static function assertQueued($mailable, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertQueued($mailable, $callback); @@ -9064,8 +8312,7 @@ public static function assertQueued($mailable, $callback = null) * @param callable|null $callback * @return void * @static - */ - public static function assertNotQueued($mailable, $callback = null) + */ public static function assertNotQueued($mailable, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertNotQueued($mailable, $callback); @@ -9075,8 +8322,7 @@ public static function assertNotQueued($mailable, $callback = null) * * @return void * @static - */ - public static function assertNothingQueued() + */ public static function assertNothingQueued() { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertNothingQueued(); @@ -9087,8 +8333,7 @@ public static function assertNothingQueued() * @param int $count * @return void * @static - */ - public static function assertSentCount($count) + */ public static function assertSentCount($count) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertSentCount($count); @@ -9099,8 +8344,7 @@ public static function assertSentCount($count) * @param int $count * @return void * @static - */ - public static function assertQueuedCount($count) + */ public static function assertQueuedCount($count) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertQueuedCount($count); @@ -9111,8 +8355,7 @@ public static function assertQueuedCount($count) * @param int $count * @return void * @static - */ - public static function assertOutgoingCount($count) + */ public static function assertOutgoingCount($count) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->assertOutgoingCount($count); @@ -9124,8 +8367,7 @@ public static function assertOutgoingCount($count) * @param callable|null $callback * @return \Illuminate\Support\Collection * @static - */ - public static function sent($mailable, $callback = null) + */ public static function sent($mailable, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ return $instance->sent($mailable, $callback); @@ -9136,8 +8378,7 @@ public static function sent($mailable, $callback = null) * @param string $mailable * @return bool * @static - */ - public static function hasSent($mailable) + */ public static function hasSent($mailable) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ return $instance->hasSent($mailable); @@ -9149,8 +8390,7 @@ public static function hasSent($mailable) * @param callable|null $callback * @return \Illuminate\Support\Collection * @static - */ - public static function queued($mailable, $callback = null) + */ public static function queued($mailable, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ return $instance->queued($mailable, $callback); @@ -9161,8 +8401,7 @@ public static function queued($mailable, $callback = null) * @param string $mailable * @return bool * @static - */ - public static function hasQueued($mailable) + */ public static function hasQueued($mailable) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ return $instance->hasQueued($mailable); @@ -9173,8 +8412,7 @@ public static function hasQueued($mailable) * @param mixed $users * @return \Illuminate\Mail\PendingMail * @static - */ - public static function to($users) + */ public static function to($users) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ return $instance->to($users); @@ -9185,8 +8423,7 @@ public static function to($users) * @param mixed $users * @return \Illuminate\Mail\PendingMail * @static - */ - public static function cc($users) + */ public static function cc($users) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ return $instance->cc($users); @@ -9197,8 +8434,7 @@ public static function cc($users) * @param mixed $users * @return \Illuminate\Mail\PendingMail * @static - */ - public static function bcc($users) + */ public static function bcc($users) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ return $instance->bcc($users); @@ -9210,8 +8446,7 @@ public static function bcc($users) * @param \Closure|string $callback * @return void * @static - */ - public static function raw($text, $callback) + */ public static function raw($text, $callback) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->raw($text, $callback); @@ -9224,8 +8459,7 @@ public static function raw($text, $callback) * @param \Closure|string|null $callback * @return void * @static - */ - public static function send($view, $data = [], $callback = null) + */ public static function send($view, $data = [], $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ $instance->send($view, $data, $callback); @@ -9237,8 +8471,7 @@ public static function send($view, $data = [], $callback = null) * @param string|null $queue * @return mixed * @static - */ - public static function queue($view, $queue = null) + */ public static function queue($view, $queue = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ return $instance->queue($view, $queue); @@ -9251,21 +8484,18 @@ public static function queue($view, $queue = null) * @param string|null $queue * @return mixed * @static - */ - public static function later($delay, $view, $queue = null) + */ public static function later($delay, $view, $queue = null) { /** @var \Illuminate\Support\Testing\Fakes\MailFake $instance */ return $instance->later($delay, $view, $queue); } - - } + } /** * * * @see \Illuminate\Notifications\ChannelManager * @see \Illuminate\Support\Testing\Fakes\NotificationFake - */ - class Notification { + */ class Notification { /** * Send the given notification to the given notifiable entities. * @@ -9273,8 +8503,7 @@ class Notification { * @param mixed $notification * @return void * @static - */ - public static function send($notifiables, $notification) + */ public static function send($notifiables, $notification) { /** @var \Illuminate\Notifications\ChannelManager $instance */ $instance->send($notifiables, $notification); @@ -9287,8 +8516,7 @@ public static function send($notifiables, $notification) * @param array|null $channels * @return void * @static - */ - public static function sendNow($notifiables, $notification, $channels = null) + */ public static function sendNow($notifiables, $notification, $channels = null) { /** @var \Illuminate\Notifications\ChannelManager $instance */ $instance->sendNow($notifiables, $notification, $channels); @@ -9299,8 +8527,7 @@ public static function sendNow($notifiables, $notification, $channels = null) * @param string|null $name * @return mixed * @static - */ - public static function channel($name = null) + */ public static function channel($name = null) { /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->channel($name); @@ -9310,8 +8537,7 @@ public static function channel($name = null) * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->getDefaultDriver(); @@ -9321,8 +8547,7 @@ public static function getDefaultDriver() * * @return string * @static - */ - public static function deliversVia() + */ public static function deliversVia() { /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->deliversVia(); @@ -9333,8 +8558,7 @@ public static function deliversVia() * @param string $channel * @return void * @static - */ - public static function deliverVia($channel) + */ public static function deliverVia($channel) { /** @var \Illuminate\Notifications\ChannelManager $instance */ $instance->deliverVia($channel); @@ -9345,8 +8569,7 @@ public static function deliverVia($channel) * @param string $locale * @return \Illuminate\Notifications\ChannelManager * @static - */ - public static function locale($locale) + */ public static function locale($locale) { /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->locale($locale); @@ -9358,8 +8581,7 @@ public static function locale($locale) * @return mixed * @throws \InvalidArgumentException * @static - */ - public static function driver($driver = null) + */ public static function driver($driver = null) { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->driver($driver); @@ -9371,8 +8593,7 @@ public static function driver($driver = null) * @param \Closure $callback * @return \Illuminate\Notifications\ChannelManager * @static - */ - public static function extend($driver, $callback) + */ public static function extend($driver, $callback) { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->extend($driver, $callback); @@ -9382,8 +8603,7 @@ public static function extend($driver, $callback) * * @return array * @static - */ - public static function getDrivers() + */ public static function getDrivers() { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->getDrivers(); @@ -9393,8 +8613,7 @@ public static function getDrivers() * * @return \Illuminate\Contracts\Container\Container * @static - */ - public static function getContainer() + */ public static function getContainer() { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->getContainer(); @@ -9405,8 +8624,7 @@ public static function getContainer() * @param \Illuminate\Contracts\Container\Container $container * @return \Illuminate\Notifications\ChannelManager * @static - */ - public static function setContainer($container) + */ public static function setContainer($container) { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->setContainer($container); @@ -9416,8 +8634,7 @@ public static function setContainer($container) * * @return \Illuminate\Notifications\ChannelManager * @static - */ - public static function forgetDrivers() + */ public static function forgetDrivers() { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Notifications\ChannelManager $instance */ return $instance->forgetDrivers(); @@ -9430,8 +8647,7 @@ public static function forgetDrivers() * @return void * @throws \Exception * @static - */ - public static function assertSentOnDemand($notification, $callback = null) + */ public static function assertSentOnDemand($notification, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ $instance->assertSentOnDemand($notification, $callback); @@ -9445,8 +8661,7 @@ public static function assertSentOnDemand($notification, $callback = null) * @return void * @throws \Exception * @static - */ - public static function assertSentTo($notifiable, $notification, $callback = null) + */ public static function assertSentTo($notifiable, $notification, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ $instance->assertSentTo($notifiable, $notification, $callback); @@ -9458,8 +8673,7 @@ public static function assertSentTo($notifiable, $notification, $callback = null * @param int $times * @return void * @static - */ - public static function assertSentOnDemandTimes($notification, $times = 1) + */ public static function assertSentOnDemandTimes($notification, $times = 1) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ $instance->assertSentOnDemandTimes($notification, $times); @@ -9472,8 +8686,7 @@ public static function assertSentOnDemandTimes($notification, $times = 1) * @param int $times * @return void * @static - */ - public static function assertSentToTimes($notifiable, $notification, $times = 1) + */ public static function assertSentToTimes($notifiable, $notification, $times = 1) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ $instance->assertSentToTimes($notifiable, $notification, $times); @@ -9487,8 +8700,7 @@ public static function assertSentToTimes($notifiable, $notification, $times = 1) * @return void * @throws \Exception * @static - */ - public static function assertNotSentTo($notifiable, $notification, $callback = null) + */ public static function assertNotSentTo($notifiable, $notification, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ $instance->assertNotSentTo($notifiable, $notification, $callback); @@ -9498,8 +8710,7 @@ public static function assertNotSentTo($notifiable, $notification, $callback = n * * @return void * @static - */ - public static function assertNothingSent() + */ public static function assertNothingSent() { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ $instance->assertNothingSent(); @@ -9511,8 +8722,7 @@ public static function assertNothingSent() * @return void * @throws \Exception * @static - */ - public static function assertNothingSentTo($notifiable) + */ public static function assertNothingSentTo($notifiable) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ $instance->assertNothingSentTo($notifiable); @@ -9524,8 +8734,7 @@ public static function assertNothingSentTo($notifiable) * @param int $expectedCount * @return void * @static - */ - public static function assertSentTimes($notification, $expectedCount) + */ public static function assertSentTimes($notification, $expectedCount) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ $instance->assertSentTimes($notification, $expectedCount); @@ -9536,8 +8745,7 @@ public static function assertSentTimes($notification, $expectedCount) * @param int $expectedCount * @return void * @static - */ - public static function assertCount($expectedCount) + */ public static function assertCount($expectedCount) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ $instance->assertCount($expectedCount); @@ -9550,8 +8758,7 @@ public static function assertCount($expectedCount) * @param callable|null $callback * @return \Illuminate\Support\Collection * @static - */ - public static function sent($notifiable, $notification, $callback = null) + */ public static function sent($notifiable, $notification, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ return $instance->sent($notifiable, $notification, $callback); @@ -9563,19 +8770,28 @@ public static function sent($notifiable, $notification, $callback = null) * @param string $notification * @return bool * @static - */ - public static function hasSent($notifiable, $notification) + */ public static function hasSent($notifiable, $notification) { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ return $instance->hasSent($notifiable, $notification); + } + /** + * Specify if notification should be serialized and restored when being "pushed" to the queue. + * + * @param bool $serializeAndRestore + * @return \Illuminate\Support\Testing\Fakes\NotificationFake + * @static + */ public static function serializeAndRestore($serializeAndRestore = true) + { + /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ + return $instance->serializeAndRestore($serializeAndRestore); } /** * Get the notifications that have been sent. * * @return array * @static - */ - public static function sentNotifications() + */ public static function sentNotifications() { /** @var \Illuminate\Support\Testing\Fakes\NotificationFake $instance */ return $instance->sentNotifications(); @@ -9587,8 +8803,7 @@ public static function sentNotifications() * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Support\Testing\Fakes\NotificationFake::macro($name, $macro); } @@ -9600,8 +8815,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Support\Testing\Fakes\NotificationFake::mixin($mixin, $replace); } @@ -9611,8 +8825,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Support\Testing\Fakes\NotificationFake::hasMacro($name); } @@ -9621,13 +8834,11 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Support\Testing\Fakes\NotificationFake::flushMacros(); } - - } + } /** * * @@ -9640,16 +8851,14 @@ public static function flushMacros() * @method static \Illuminate\Auth\Passwords\TokenRepositoryInterface getRepository() * @see \Illuminate\Auth\Passwords\PasswordBrokerManager * @see \Illuminate\Auth\Passwords\PasswordBroker - */ - class Password { + */ class Password { /** * Attempt to get the broker from the local cache. * * @param string|null $name * @return \Illuminate\Contracts\Auth\PasswordBroker * @static - */ - public static function broker($name = null) + */ public static function broker($name = null) { /** @var \Illuminate\Auth\Passwords\PasswordBrokerManager $instance */ return $instance->broker($name); @@ -9659,8 +8868,7 @@ public static function broker($name = null) * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Auth\Passwords\PasswordBrokerManager $instance */ return $instance->getDefaultDriver(); @@ -9671,30 +8879,26 @@ public static function getDefaultDriver() * @param string $name * @return void * @static - */ - public static function setDefaultDriver($name) + */ public static function setDefaultDriver($name) { /** @var \Illuminate\Auth\Passwords\PasswordBrokerManager $instance */ $instance->setDefaultDriver($name); } - - } + } /** * * * @see \Illuminate\Queue\QueueManager * @see \Illuminate\Queue\Queue * @see \Illuminate\Support\Testing\Fakes\QueueFake - */ - class Queue { + */ class Queue { /** * Register an event listener for the before job event. * * @param mixed $callback * @return void * @static - */ - public static function before($callback) + */ public static function before($callback) { /** @var \Illuminate\Queue\QueueManager $instance */ $instance->before($callback); @@ -9705,8 +8909,7 @@ public static function before($callback) * @param mixed $callback * @return void * @static - */ - public static function after($callback) + */ public static function after($callback) { /** @var \Illuminate\Queue\QueueManager $instance */ $instance->after($callback); @@ -9717,8 +8920,7 @@ public static function after($callback) * @param mixed $callback * @return void * @static - */ - public static function exceptionOccurred($callback) + */ public static function exceptionOccurred($callback) { /** @var \Illuminate\Queue\QueueManager $instance */ $instance->exceptionOccurred($callback); @@ -9729,8 +8931,7 @@ public static function exceptionOccurred($callback) * @param mixed $callback * @return void * @static - */ - public static function looping($callback) + */ public static function looping($callback) { /** @var \Illuminate\Queue\QueueManager $instance */ $instance->looping($callback); @@ -9741,8 +8942,7 @@ public static function looping($callback) * @param mixed $callback * @return void * @static - */ - public static function failing($callback) + */ public static function failing($callback) { /** @var \Illuminate\Queue\QueueManager $instance */ $instance->failing($callback); @@ -9753,8 +8953,7 @@ public static function failing($callback) * @param mixed $callback * @return void * @static - */ - public static function stopping($callback) + */ public static function stopping($callback) { /** @var \Illuminate\Queue\QueueManager $instance */ $instance->stopping($callback); @@ -9765,8 +8964,7 @@ public static function stopping($callback) * @param string|null $name * @return bool * @static - */ - public static function connected($name = null) + */ public static function connected($name = null) { /** @var \Illuminate\Queue\QueueManager $instance */ return $instance->connected($name); @@ -9777,8 +8975,7 @@ public static function connected($name = null) * @param string|null $name * @return \Illuminate\Contracts\Queue\Queue * @static - */ - public static function connection($name = null) + */ public static function connection($name = null) { /** @var \Illuminate\Queue\QueueManager $instance */ return $instance->connection($name); @@ -9790,8 +8987,7 @@ public static function connection($name = null) * @param \Closure $resolver * @return void * @static - */ - public static function extend($driver, $resolver) + */ public static function extend($driver, $resolver) { /** @var \Illuminate\Queue\QueueManager $instance */ $instance->extend($driver, $resolver); @@ -9803,8 +8999,7 @@ public static function extend($driver, $resolver) * @param \Closure $resolver * @return void * @static - */ - public static function addConnector($driver, $resolver) + */ public static function addConnector($driver, $resolver) { /** @var \Illuminate\Queue\QueueManager $instance */ $instance->addConnector($driver, $resolver); @@ -9814,8 +9009,7 @@ public static function addConnector($driver, $resolver) * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Queue\QueueManager $instance */ return $instance->getDefaultDriver(); @@ -9826,8 +9020,7 @@ public static function getDefaultDriver() * @param string $name * @return void * @static - */ - public static function setDefaultDriver($name) + */ public static function setDefaultDriver($name) { /** @var \Illuminate\Queue\QueueManager $instance */ $instance->setDefaultDriver($name); @@ -9838,8 +9031,7 @@ public static function setDefaultDriver($name) * @param string|null $connection * @return string * @static - */ - public static function getName($connection = null) + */ public static function getName($connection = null) { /** @var \Illuminate\Queue\QueueManager $instance */ return $instance->getName($connection); @@ -9849,8 +9041,7 @@ public static function getName($connection = null) * * @return \Illuminate\Contracts\Foundation\Application * @static - */ - public static function getApplication() + */ public static function getApplication() { /** @var \Illuminate\Queue\QueueManager $instance */ return $instance->getApplication(); @@ -9861,8 +9052,7 @@ public static function getApplication() * @param \Illuminate\Contracts\Foundation\Application $app * @return \Illuminate\Queue\QueueManager * @static - */ - public static function setApplication($app) + */ public static function setApplication($app) { /** @var \Illuminate\Queue\QueueManager $instance */ return $instance->setApplication($app); @@ -9873,8 +9063,7 @@ public static function setApplication($app) * @param array|string $jobsToBeQueued * @return \Illuminate\Support\Testing\Fakes\QueueFake * @static - */ - public static function except($jobsToBeQueued) + */ public static function except($jobsToBeQueued) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->except($jobsToBeQueued); @@ -9886,8 +9075,7 @@ public static function except($jobsToBeQueued) * @param callable|int|null $callback * @return void * @static - */ - public static function assertPushed($job, $callback = null) + */ public static function assertPushed($job, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ $instance->assertPushed($job, $callback); @@ -9900,8 +9088,7 @@ public static function assertPushed($job, $callback = null) * @param callable|null $callback * @return void * @static - */ - public static function assertPushedOn($queue, $job, $callback = null) + */ public static function assertPushedOn($queue, $job, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ $instance->assertPushedOn($queue, $job, $callback); @@ -9914,8 +9101,7 @@ public static function assertPushedOn($queue, $job, $callback = null) * @param callable|null $callback * @return void * @static - */ - public static function assertPushedWithChain($job, $expectedChain = [], $callback = null) + */ public static function assertPushedWithChain($job, $expectedChain = [], $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ $instance->assertPushedWithChain($job, $expectedChain, $callback); @@ -9927,8 +9113,7 @@ public static function assertPushedWithChain($job, $expectedChain = [], $callbac * @param callable|null $callback * @return void * @static - */ - public static function assertPushedWithoutChain($job, $callback = null) + */ public static function assertPushedWithoutChain($job, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ $instance->assertPushedWithoutChain($job, $callback); @@ -9939,8 +9124,7 @@ public static function assertPushedWithoutChain($job, $callback = null) * @param callable|int|null $callback * @return void * @static - */ - public static function assertClosurePushed($callback = null) + */ public static function assertClosurePushed($callback = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ $instance->assertClosurePushed($callback); @@ -9951,8 +9135,7 @@ public static function assertClosurePushed($callback = null) * @param callable|null $callback * @return void * @static - */ - public static function assertClosureNotPushed($callback = null) + */ public static function assertClosureNotPushed($callback = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ $instance->assertClosureNotPushed($callback); @@ -9964,8 +9147,7 @@ public static function assertClosureNotPushed($callback = null) * @param callable|null $callback * @return void * @static - */ - public static function assertNotPushed($job, $callback = null) + */ public static function assertNotPushed($job, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ $instance->assertNotPushed($job, $callback); @@ -9976,8 +9158,7 @@ public static function assertNotPushed($job, $callback = null) * @param int $expectedCount * @return void * @static - */ - public static function assertCount($expectedCount) + */ public static function assertCount($expectedCount) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ $instance->assertCount($expectedCount); @@ -9987,8 +9168,7 @@ public static function assertCount($expectedCount) * * @return void * @static - */ - public static function assertNothingPushed() + */ public static function assertNothingPushed() { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ $instance->assertNothingPushed(); @@ -10000,8 +9180,7 @@ public static function assertNothingPushed() * @param callable|null $callback * @return \Illuminate\Support\Collection * @static - */ - public static function pushed($job, $callback = null) + */ public static function pushed($job, $callback = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->pushed($job, $callback); @@ -10012,8 +9191,7 @@ public static function pushed($job, $callback = null) * @param string $job * @return bool * @static - */ - public static function hasPushed($job) + */ public static function hasPushed($job) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->hasPushed($job); @@ -10024,8 +9202,7 @@ public static function hasPushed($job) * @param string|null $queue * @return int * @static - */ - public static function size($queue = null) + */ public static function size($queue = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->size($queue); @@ -10038,8 +9215,7 @@ public static function size($queue = null) * @param string|null $queue * @return mixed * @static - */ - public static function push($job, $data = '', $queue = null) + */ public static function push($job, $data = '', $queue = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->push($job, $data, $queue); @@ -10050,8 +9226,7 @@ public static function push($job, $data = '', $queue = null) * @param object $job * @return bool * @static - */ - public static function shouldFakeJob($job) + */ public static function shouldFakeJob($job) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->shouldFakeJob($job); @@ -10064,8 +9239,7 @@ public static function shouldFakeJob($job) * @param array $options * @return mixed * @static - */ - public static function pushRaw($payload, $queue = null, $options = []) + */ public static function pushRaw($payload, $queue = null, $options = []) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->pushRaw($payload, $queue, $options); @@ -10079,8 +9253,7 @@ public static function pushRaw($payload, $queue = null, $options = []) * @param string|null $queue * @return mixed * @static - */ - public static function later($delay, $job, $data = '', $queue = null) + */ public static function later($delay, $job, $data = '', $queue = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->later($delay, $job, $data, $queue); @@ -10093,8 +9266,7 @@ public static function later($delay, $job, $data = '', $queue = null) * @param mixed $data * @return mixed * @static - */ - public static function pushOn($queue, $job, $data = '') + */ public static function pushOn($queue, $job, $data = '') { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->pushOn($queue, $job, $data); @@ -10108,8 +9280,7 @@ public static function pushOn($queue, $job, $data = '') * @param mixed $data * @return mixed * @static - */ - public static function laterOn($queue, $delay, $job, $data = '') + */ public static function laterOn($queue, $delay, $job, $data = '') { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->laterOn($queue, $delay, $job, $data); @@ -10120,8 +9291,7 @@ public static function laterOn($queue, $delay, $job, $data = '') * @param string|null $queue * @return \Illuminate\Contracts\Queue\Job|null * @static - */ - public static function pop($queue = null) + */ public static function pop($queue = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->pop($queue); @@ -10134,8 +9304,7 @@ public static function pop($queue = null) * @param string|null $queue * @return mixed * @static - */ - public static function bulk($jobs, $data = '', $queue = null) + */ public static function bulk($jobs, $data = '', $queue = null) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->bulk($jobs, $data, $queue); @@ -10145,8 +9314,7 @@ public static function bulk($jobs, $data = '', $queue = null) * * @return array * @static - */ - public static function pushedJobs() + */ public static function pushedJobs() { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->pushedJobs(); @@ -10157,8 +9325,7 @@ public static function pushedJobs() * @param bool $serializeAndRestore * @return \Illuminate\Support\Testing\Fakes\QueueFake * @static - */ - public static function serializeAndRestore($serializeAndRestore = true) + */ public static function serializeAndRestore($serializeAndRestore = true) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->serializeAndRestore($serializeAndRestore); @@ -10168,8 +9335,7 @@ public static function serializeAndRestore($serializeAndRestore = true) * * @return string * @static - */ - public static function getConnectionName() + */ public static function getConnectionName() { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->getConnectionName(); @@ -10180,8 +9346,7 @@ public static function getConnectionName() * @param string $name * @return \Illuminate\Support\Testing\Fakes\QueueFake * @static - */ - public static function setConnectionName($name) + */ public static function setConnectionName($name) { /** @var \Illuminate\Support\Testing\Fakes\QueueFake $instance */ return $instance->setConnectionName($name); @@ -10194,8 +9359,7 @@ public static function setConnectionName($name) * @param int $limit * @return array * @static - */ - public static function migrateExpiredJobs($from, $to) + */ public static function migrateExpiredJobs($from, $to) { /** @var \Illuminate\Queue\RedisQueue $instance */ return $instance->migrateExpiredJobs($from, $to); @@ -10207,8 +9371,7 @@ public static function migrateExpiredJobs($from, $to) * @param \Illuminate\Queue\Jobs\RedisJob $job * @return void * @static - */ - public static function deleteReserved($queue, $job) + */ public static function deleteReserved($queue, $job) { /** @var \Illuminate\Queue\RedisQueue $instance */ $instance->deleteReserved($queue, $job); @@ -10221,8 +9384,7 @@ public static function deleteReserved($queue, $job) * @param int $delay * @return void * @static - */ - public static function deleteAndRelease($queue, $job, $delay) + */ public static function deleteAndRelease($queue, $job, $delay) { /** @var \Illuminate\Queue\RedisQueue $instance */ $instance->deleteAndRelease($queue, $job, $delay); @@ -10233,8 +9395,7 @@ public static function deleteAndRelease($queue, $job, $delay) * @param string $queue * @return int * @static - */ - public static function clear($queue) + */ public static function clear($queue) { /** @var \Illuminate\Queue\RedisQueue $instance */ return $instance->clear($queue); @@ -10245,8 +9406,7 @@ public static function clear($queue) * @param string|null $queue * @return string * @static - */ - public static function getQueue($queue) + */ public static function getQueue($queue) { /** @var \Illuminate\Queue\RedisQueue $instance */ return $instance->getQueue($queue); @@ -10256,8 +9416,7 @@ public static function getQueue($queue) * * @return \Illuminate\Redis\Connections\Connection * @static - */ - public static function getConnection() + */ public static function getConnection() { /** @var \Illuminate\Queue\RedisQueue $instance */ return $instance->getConnection(); @@ -10267,8 +9426,7 @@ public static function getConnection() * * @return \Illuminate\Contracts\Redis\Factory * @static - */ - public static function getRedis() + */ public static function getRedis() { /** @var \Illuminate\Queue\RedisQueue $instance */ return $instance->getRedis(); @@ -10279,8 +9437,7 @@ public static function getRedis() * @param mixed $job * @return mixed * @static - */ - public static function getJobTries($job) + */ public static function getJobTries($job) { //Method inherited from \Illuminate\Queue\Queue /** @var \Illuminate\Queue\RedisQueue $instance */ return $instance->getJobTries($job); @@ -10291,8 +9448,7 @@ public static function getJobTries($job) * @param mixed $job * @return mixed * @static - */ - public static function getJobBackoff($job) + */ public static function getJobBackoff($job) { //Method inherited from \Illuminate\Queue\Queue /** @var \Illuminate\Queue\RedisQueue $instance */ return $instance->getJobBackoff($job); @@ -10303,8 +9459,7 @@ public static function getJobBackoff($job) * @param mixed $job * @return mixed * @static - */ - public static function getJobExpiration($job) + */ public static function getJobExpiration($job) { //Method inherited from \Illuminate\Queue\Queue /** @var \Illuminate\Queue\RedisQueue $instance */ return $instance->getJobExpiration($job); @@ -10315,8 +9470,7 @@ public static function getJobExpiration($job) * @param callable|null $callback * @return void * @static - */ - public static function createPayloadUsing($callback) + */ public static function createPayloadUsing($callback) { //Method inherited from \Illuminate\Queue\Queue \Illuminate\Queue\RedisQueue::createPayloadUsing($callback); } @@ -10325,8 +9479,7 @@ public static function createPayloadUsing($callback) * * @return \Illuminate\Container\Container * @static - */ - public static function getContainer() + */ public static function getContainer() { //Method inherited from \Illuminate\Queue\Queue /** @var \Illuminate\Queue\RedisQueue $instance */ return $instance->getContainer(); @@ -10337,20 +9490,17 @@ public static function getContainer() * @param \Illuminate\Container\Container $container * @return void * @static - */ - public static function setContainer($container) + */ public static function setContainer($container) { //Method inherited from \Illuminate\Queue\Queue /** @var \Illuminate\Queue\RedisQueue $instance */ $instance->setContainer($container); } - - } + } /** * * * @see \Illuminate\Routing\Redirector - */ - class Redirect { + */ class Redirect { /** * Create a new redirect response to the previous location. * @@ -10359,8 +9509,7 @@ class Redirect { * @param mixed $fallback * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function back($status = 302, $headers = [], $fallback = false) + */ public static function back($status = 302, $headers = [], $fallback = false) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->back($status, $headers, $fallback); @@ -10372,8 +9521,7 @@ public static function back($status = 302, $headers = [], $fallback = false) * @param array $headers * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function refresh($status = 302, $headers = []) + */ public static function refresh($status = 302, $headers = []) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->refresh($status, $headers); @@ -10387,8 +9535,7 @@ public static function refresh($status = 302, $headers = []) * @param bool|null $secure * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function guest($path, $status = 302, $headers = [], $secure = null) + */ public static function guest($path, $status = 302, $headers = [], $secure = null) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->guest($path, $status, $headers, $secure); @@ -10402,8 +9549,7 @@ public static function guest($path, $status = 302, $headers = [], $secure = null * @param bool|null $secure * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function intended($default = '/', $status = 302, $headers = [], $secure = null) + */ public static function intended($default = '/', $status = 302, $headers = [], $secure = null) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->intended($default, $status, $headers, $secure); @@ -10417,8 +9563,7 @@ public static function intended($default = '/', $status = 302, $headers = [], $s * @param bool|null $secure * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function to($path, $status = 302, $headers = [], $secure = null) + */ public static function to($path, $status = 302, $headers = [], $secure = null) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->to($path, $status, $headers, $secure); @@ -10431,8 +9576,7 @@ public static function to($path, $status = 302, $headers = [], $secure = null) * @param array $headers * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function away($path, $status = 302, $headers = []) + */ public static function away($path, $status = 302, $headers = []) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->away($path, $status, $headers); @@ -10445,8 +9589,7 @@ public static function away($path, $status = 302, $headers = []) * @param array $headers * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function secure($path, $status = 302, $headers = []) + */ public static function secure($path, $status = 302, $headers = []) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->secure($path, $status, $headers); @@ -10460,8 +9603,7 @@ public static function secure($path, $status = 302, $headers = []) * @param array $headers * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function route($route, $parameters = [], $status = 302, $headers = []) + */ public static function route($route, $parameters = [], $status = 302, $headers = []) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->route($route, $parameters, $status, $headers); @@ -10476,8 +9618,7 @@ public static function route($route, $parameters = [], $status = 302, $headers = * @param array $headers * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function signedRoute($route, $parameters = [], $expiration = null, $status = 302, $headers = []) + */ public static function signedRoute($route, $parameters = [], $expiration = null, $status = 302, $headers = []) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->signedRoute($route, $parameters, $expiration, $status, $headers); @@ -10492,8 +9633,7 @@ public static function signedRoute($route, $parameters = [], $expiration = null, * @param array $headers * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function temporarySignedRoute($route, $expiration, $parameters = [], $status = 302, $headers = []) + */ public static function temporarySignedRoute($route, $expiration, $parameters = [], $status = 302, $headers = []) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->temporarySignedRoute($route, $expiration, $parameters, $status, $headers); @@ -10507,8 +9647,7 @@ public static function temporarySignedRoute($route, $expiration, $parameters = [ * @param array $headers * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function action($action, $parameters = [], $status = 302, $headers = []) + */ public static function action($action, $parameters = [], $status = 302, $headers = []) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->action($action, $parameters, $status, $headers); @@ -10518,8 +9657,7 @@ public static function action($action, $parameters = [], $status = 302, $headers * * @return \Illuminate\Routing\UrlGenerator * @static - */ - public static function getUrlGenerator() + */ public static function getUrlGenerator() { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->getUrlGenerator(); @@ -10530,8 +9668,7 @@ public static function getUrlGenerator() * @param \Illuminate\Session\Store $session * @return void * @static - */ - public static function setSession($session) + */ public static function setSession($session) { /** @var \Illuminate\Routing\Redirector $instance */ $instance->setSession($session); @@ -10541,8 +9678,7 @@ public static function setSession($session) * * @return string|null * @static - */ - public static function getIntendedUrl() + */ public static function getIntendedUrl() { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->getIntendedUrl(); @@ -10553,8 +9689,7 @@ public static function getIntendedUrl() * @param string $url * @return \Illuminate\Routing\Redirector * @static - */ - public static function setIntendedUrl($url) + */ public static function setIntendedUrl($url) { /** @var \Illuminate\Routing\Redirector $instance */ return $instance->setIntendedUrl($url); @@ -10566,8 +9701,7 @@ public static function setIntendedUrl($url) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Routing\Redirector::macro($name, $macro); } @@ -10579,8 +9713,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Routing\Redirector::mixin($mixin, $replace); } @@ -10590,8 +9723,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Routing\Redirector::hasMacro($name); } @@ -10600,26 +9732,22 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Routing\Redirector::flushMacros(); } - - } + } /** * * * @see \Illuminate\Http\Request - */ - class Request { + */ class Request { /** * Create a new Illuminate HTTP request from server variables. * * @return static * @static - */ - public static function capture() + */ public static function capture() { return \Illuminate\Http\Request::capture(); } @@ -10628,8 +9756,7 @@ public static function capture() * * @return \Illuminate\Http\Request * @static - */ - public static function instance() + */ public static function instance() { /** @var \Illuminate\Http\Request $instance */ return $instance->instance(); @@ -10639,8 +9766,7 @@ public static function instance() * * @return string * @static - */ - public static function method() + */ public static function method() { /** @var \Illuminate\Http\Request $instance */ return $instance->method(); @@ -10650,8 +9776,7 @@ public static function method() * * @return string * @static - */ - public static function root() + */ public static function root() { /** @var \Illuminate\Http\Request $instance */ return $instance->root(); @@ -10661,8 +9786,7 @@ public static function root() * * @return string * @static - */ - public static function url() + */ public static function url() { /** @var \Illuminate\Http\Request $instance */ return $instance->url(); @@ -10672,8 +9796,7 @@ public static function url() * * @return string * @static - */ - public static function fullUrl() + */ public static function fullUrl() { /** @var \Illuminate\Http\Request $instance */ return $instance->fullUrl(); @@ -10684,8 +9807,7 @@ public static function fullUrl() * @param array $query * @return string * @static - */ - public static function fullUrlWithQuery($query) + */ public static function fullUrlWithQuery($query) { /** @var \Illuminate\Http\Request $instance */ return $instance->fullUrlWithQuery($query); @@ -10696,8 +9818,7 @@ public static function fullUrlWithQuery($query) * @param array|string $keys * @return string * @static - */ - public static function fullUrlWithoutQuery($keys) + */ public static function fullUrlWithoutQuery($keys) { /** @var \Illuminate\Http\Request $instance */ return $instance->fullUrlWithoutQuery($keys); @@ -10707,8 +9828,7 @@ public static function fullUrlWithoutQuery($keys) * * @return string * @static - */ - public static function path() + */ public static function path() { /** @var \Illuminate\Http\Request $instance */ return $instance->path(); @@ -10718,8 +9838,7 @@ public static function path() * * @return string * @static - */ - public static function decodedPath() + */ public static function decodedPath() { /** @var \Illuminate\Http\Request $instance */ return $instance->decodedPath(); @@ -10731,8 +9850,7 @@ public static function decodedPath() * @param string|null $default * @return string|null * @static - */ - public static function segment($index, $default = null) + */ public static function segment($index, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->segment($index, $default); @@ -10742,8 +9860,7 @@ public static function segment($index, $default = null) * * @return array * @static - */ - public static function segments() + */ public static function segments() { /** @var \Illuminate\Http\Request $instance */ return $instance->segments(); @@ -10754,8 +9871,7 @@ public static function segments() * @param mixed $patterns * @return bool * @static - */ - public static function is(...$patterns) + */ public static function is(...$patterns) { /** @var \Illuminate\Http\Request $instance */ return $instance->is(...$patterns); @@ -10766,8 +9882,7 @@ public static function is(...$patterns) * @param mixed $patterns * @return bool * @static - */ - public static function routeIs(...$patterns) + */ public static function routeIs(...$patterns) { /** @var \Illuminate\Http\Request $instance */ return $instance->routeIs(...$patterns); @@ -10778,8 +9893,7 @@ public static function routeIs(...$patterns) * @param mixed $patterns * @return bool * @static - */ - public static function fullUrlIs(...$patterns) + */ public static function fullUrlIs(...$patterns) { /** @var \Illuminate\Http\Request $instance */ return $instance->fullUrlIs(...$patterns); @@ -10789,8 +9903,7 @@ public static function fullUrlIs(...$patterns) * * @return string * @static - */ - public static function host() + */ public static function host() { /** @var \Illuminate\Http\Request $instance */ return $instance->host(); @@ -10800,8 +9913,7 @@ public static function host() * * @return string * @static - */ - public static function httpHost() + */ public static function httpHost() { /** @var \Illuminate\Http\Request $instance */ return $instance->httpHost(); @@ -10811,8 +9923,7 @@ public static function httpHost() * * @return string * @static - */ - public static function schemeAndHttpHost() + */ public static function schemeAndHttpHost() { /** @var \Illuminate\Http\Request $instance */ return $instance->schemeAndHttpHost(); @@ -10822,8 +9933,7 @@ public static function schemeAndHttpHost() * * @return bool * @static - */ - public static function ajax() + */ public static function ajax() { /** @var \Illuminate\Http\Request $instance */ return $instance->ajax(); @@ -10833,8 +9943,7 @@ public static function ajax() * * @return bool * @static - */ - public static function pjax() + */ public static function pjax() { /** @var \Illuminate\Http\Request $instance */ return $instance->pjax(); @@ -10844,8 +9953,7 @@ public static function pjax() * * @return bool * @static - */ - public static function prefetch() + */ public static function prefetch() { /** @var \Illuminate\Http\Request $instance */ return $instance->prefetch(); @@ -10855,8 +9963,7 @@ public static function prefetch() * * @return bool * @static - */ - public static function secure() + */ public static function secure() { /** @var \Illuminate\Http\Request $instance */ return $instance->secure(); @@ -10866,8 +9973,7 @@ public static function secure() * * @return string|null * @static - */ - public static function ip() + */ public static function ip() { /** @var \Illuminate\Http\Request $instance */ return $instance->ip(); @@ -10877,8 +9983,7 @@ public static function ip() * * @return array * @static - */ - public static function ips() + */ public static function ips() { /** @var \Illuminate\Http\Request $instance */ return $instance->ips(); @@ -10888,8 +9993,7 @@ public static function ips() * * @return string|null * @static - */ - public static function userAgent() + */ public static function userAgent() { /** @var \Illuminate\Http\Request $instance */ return $instance->userAgent(); @@ -10900,8 +10004,7 @@ public static function userAgent() * @param array $input * @return \Illuminate\Http\Request * @static - */ - public static function merge($input) + */ public static function merge($input) { /** @var \Illuminate\Http\Request $instance */ return $instance->merge($input); @@ -10912,8 +10015,7 @@ public static function merge($input) * @param array $input * @return \Illuminate\Http\Request * @static - */ - public static function mergeIfMissing($input) + */ public static function mergeIfMissing($input) { /** @var \Illuminate\Http\Request $instance */ return $instance->mergeIfMissing($input); @@ -10924,8 +10026,7 @@ public static function mergeIfMissing($input) * @param array $input * @return \Illuminate\Http\Request * @static - */ - public static function replace($input) + */ public static function replace($input) { /** @var \Illuminate\Http\Request $instance */ return $instance->replace($input); @@ -10939,8 +10040,7 @@ public static function replace($input) * @param mixed $default * @return mixed * @static - */ - public static function get($key, $default = null) + */ public static function get($key, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->get($key, $default); @@ -10952,8 +10052,7 @@ public static function get($key, $default = null) * @param mixed $default * @return \Symfony\Component\HttpFoundation\InputBag|mixed * @static - */ - public static function json($key = null, $default = null) + */ public static function json($key = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->json($key, $default); @@ -10965,8 +10064,7 @@ public static function json($key = null, $default = null) * @param \Illuminate\Http\Request|null $to * @return static * @static - */ - public static function createFrom($from, $to = null) + */ public static function createFrom($from, $to = null) { return \Illuminate\Http\Request::createFrom($from, $to); } @@ -10976,8 +10074,7 @@ public static function createFrom($from, $to = null) * @param \Symfony\Component\HttpFoundation\Request $request * @return static * @static - */ - public static function createFromBase($request) + */ public static function createFromBase($request) { return \Illuminate\Http\Request::createFromBase($request); } @@ -10992,8 +10089,7 @@ public static function createFromBase($request) * @param array|null $files The FILES parameters * @param array|null $server The SERVER parameters * @static - */ - public static function duplicate($query = null, $request = null, $attributes = null, $cookies = null, $files = null, $server = null) + */ public static function duplicate($query = null, $request = null, $attributes = null, $cookies = null, $files = null, $server = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->duplicate($query, $request, $attributes, $cookies, $files, $server); @@ -11007,8 +10103,7 @@ public static function duplicate($query = null, $request = null, $attributes = n * * @param bool $skipIfUninitialized When true, ignores factories injected by `setSessionFactory` * @static - */ - public static function hasSession($skipIfUninitialized = false) + */ public static function hasSession($skipIfUninitialized = false) { /** @var \Illuminate\Http\Request $instance */ return $instance->hasSession($skipIfUninitialized); @@ -11018,8 +10113,7 @@ public static function hasSession($skipIfUninitialized = false) * * @throws SessionNotFoundException When session is not set properly * @static - */ - public static function getSession() + */ public static function getSession() { /** @var \Illuminate\Http\Request $instance */ return $instance->getSession(); @@ -11030,8 +10124,7 @@ public static function getSession() * @return \Illuminate\Contracts\Session\Session * @throws \RuntimeException * @static - */ - public static function session() + */ public static function session() { /** @var \Illuminate\Http\Request $instance */ return $instance->session(); @@ -11042,8 +10135,7 @@ public static function session() * @param \Illuminate\Contracts\Session\Session $session * @return void * @static - */ - public static function setLaravelSession($session) + */ public static function setLaravelSession($session) { /** @var \Illuminate\Http\Request $instance */ $instance->setLaravelSession($session); @@ -11054,8 +10146,7 @@ public static function setLaravelSession($session) * @param string $locale * @return void * @static - */ - public static function setRequestLocale($locale) + */ public static function setRequestLocale($locale) { /** @var \Illuminate\Http\Request $instance */ $instance->setRequestLocale($locale); @@ -11066,8 +10157,7 @@ public static function setRequestLocale($locale) * @param string $locale * @return void * @static - */ - public static function setDefaultRequestLocale($locale) + */ public static function setDefaultRequestLocale($locale) { /** @var \Illuminate\Http\Request $instance */ $instance->setDefaultRequestLocale($locale); @@ -11078,8 +10168,7 @@ public static function setDefaultRequestLocale($locale) * @param string|null $guard * @return mixed * @static - */ - public static function user($guard = null) + */ public static function user($guard = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->user($guard); @@ -11091,8 +10180,7 @@ public static function user($guard = null) * @param mixed $default * @return \Illuminate\Routing\Route|object|string|null * @static - */ - public static function route($param = null, $default = null) + */ public static function route($param = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->route($param, $default); @@ -11103,8 +10191,7 @@ public static function route($param = null, $default = null) * @return string * @throws \RuntimeException * @static - */ - public static function fingerprint() + */ public static function fingerprint() { /** @var \Illuminate\Http\Request $instance */ return $instance->fingerprint(); @@ -11115,8 +10202,7 @@ public static function fingerprint() * @param \Symfony\Component\HttpFoundation\InputBag $json * @return \Illuminate\Http\Request * @static - */ - public static function setJson($json) + */ public static function setJson($json) { /** @var \Illuminate\Http\Request $instance */ return $instance->setJson($json); @@ -11126,8 +10212,7 @@ public static function setJson($json) * * @return \Closure * @static - */ - public static function getUserResolver() + */ public static function getUserResolver() { /** @var \Illuminate\Http\Request $instance */ return $instance->getUserResolver(); @@ -11138,8 +10223,7 @@ public static function getUserResolver() * @param \Closure $callback * @return \Illuminate\Http\Request * @static - */ - public static function setUserResolver($callback) + */ public static function setUserResolver($callback) { /** @var \Illuminate\Http\Request $instance */ return $instance->setUserResolver($callback); @@ -11149,8 +10233,7 @@ public static function setUserResolver($callback) * * @return \Closure * @static - */ - public static function getRouteResolver() + */ public static function getRouteResolver() { /** @var \Illuminate\Http\Request $instance */ return $instance->getRouteResolver(); @@ -11161,8 +10244,7 @@ public static function getRouteResolver() * @param \Closure $callback * @return \Illuminate\Http\Request * @static - */ - public static function setRouteResolver($callback) + */ public static function setRouteResolver($callback) { /** @var \Illuminate\Http\Request $instance */ return $instance->setRouteResolver($callback); @@ -11172,8 +10254,7 @@ public static function setRouteResolver($callback) * * @return array * @static - */ - public static function toArray() + */ public static function toArray() { /** @var \Illuminate\Http\Request $instance */ return $instance->toArray(); @@ -11184,8 +10265,7 @@ public static function toArray() * @param string $offset * @return bool * @static - */ - public static function offsetExists($offset) + */ public static function offsetExists($offset) { /** @var \Illuminate\Http\Request $instance */ return $instance->offsetExists($offset); @@ -11196,8 +10276,7 @@ public static function offsetExists($offset) * @param string $offset * @return mixed * @static - */ - public static function offsetGet($offset) + */ public static function offsetGet($offset) { /** @var \Illuminate\Http\Request $instance */ return $instance->offsetGet($offset); @@ -11209,8 +10288,7 @@ public static function offsetGet($offset) * @param mixed $value * @return void * @static - */ - public static function offsetSet($offset, $value) + */ public static function offsetSet($offset, $value) { /** @var \Illuminate\Http\Request $instance */ $instance->offsetSet($offset, $value); @@ -11221,8 +10299,7 @@ public static function offsetSet($offset, $value) * @param string $offset * @return void * @static - */ - public static function offsetUnset($offset) + */ public static function offsetUnset($offset) { /** @var \Illuminate\Http\Request $instance */ $instance->offsetUnset($offset); @@ -11241,8 +10318,7 @@ public static function offsetUnset($offset) * @param string|resource|null $content The raw body data * @return void * @static - */ - public static function initialize($query = [], $request = [], $attributes = [], $cookies = [], $files = [], $server = [], $content = null) + */ public static function initialize($query = [], $request = [], $attributes = [], $cookies = [], $files = [], $server = [], $content = null) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ $instance->initialize($query, $request, $attributes, $cookies, $files, $server, $content); @@ -11251,8 +10327,7 @@ public static function initialize($query = [], $request = [], $attributes = [], * Creates a new request with values from PHP's super globals. * * @static - */ - public static function createFromGlobals() + */ public static function createFromGlobals() { //Method inherited from \Symfony\Component\HttpFoundation\Request return \Illuminate\Http\Request::createFromGlobals(); } @@ -11270,8 +10345,7 @@ public static function createFromGlobals() * @param array $server The server parameters ($_SERVER) * @param string|resource|null $content The raw body data * @static - */ - public static function create($uri, $method = 'GET', $parameters = [], $cookies = [], $files = [], $server = [], $content = null) + */ public static function create($uri, $method = 'GET', $parameters = [], $cookies = [], $files = [], $server = [], $content = null) { //Method inherited from \Symfony\Component\HttpFoundation\Request return \Illuminate\Http\Request::create($uri, $method, $parameters, $cookies, $files, $server, $content); } @@ -11284,8 +10358,7 @@ public static function create($uri, $method = 'GET', $parameters = [], $cookies * * @return void * @static - */ - public static function setFactory($callable) + */ public static function setFactory($callable) { //Method inherited from \Symfony\Component\HttpFoundation\Request \Illuminate\Http\Request::setFactory($callable); } @@ -11297,8 +10370,7 @@ public static function setFactory($callable) * * @return void * @static - */ - public static function overrideGlobals() + */ public static function overrideGlobals() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ $instance->overrideGlobals(); @@ -11312,8 +10384,7 @@ public static function overrideGlobals() * @param int $trustedHeaderSet A bit field of Request::HEADER_*, to set which headers to trust from your proxies * @return void * @static - */ - public static function setTrustedProxies($proxies, $trustedHeaderSet) + */ public static function setTrustedProxies($proxies, $trustedHeaderSet) { //Method inherited from \Symfony\Component\HttpFoundation\Request \Illuminate\Http\Request::setTrustedProxies($proxies, $trustedHeaderSet); } @@ -11322,8 +10393,7 @@ public static function setTrustedProxies($proxies, $trustedHeaderSet) * * @return string[] * @static - */ - public static function getTrustedProxies() + */ public static function getTrustedProxies() { //Method inherited from \Symfony\Component\HttpFoundation\Request return \Illuminate\Http\Request::getTrustedProxies(); } @@ -11332,8 +10402,7 @@ public static function getTrustedProxies() * * @return int A bit field of Request::HEADER_* that defines which headers are trusted from your proxies * @static - */ - public static function getTrustedHeaderSet() + */ public static function getTrustedHeaderSet() { //Method inherited from \Symfony\Component\HttpFoundation\Request return \Illuminate\Http\Request::getTrustedHeaderSet(); } @@ -11345,8 +10414,7 @@ public static function getTrustedHeaderSet() * @param array $hostPatterns A list of trusted host patterns * @return void * @static - */ - public static function setTrustedHosts($hostPatterns) + */ public static function setTrustedHosts($hostPatterns) { //Method inherited from \Symfony\Component\HttpFoundation\Request \Illuminate\Http\Request::setTrustedHosts($hostPatterns); } @@ -11355,8 +10423,7 @@ public static function setTrustedHosts($hostPatterns) * * @return string[] * @static - */ - public static function getTrustedHosts() + */ public static function getTrustedHosts() { //Method inherited from \Symfony\Component\HttpFoundation\Request return \Illuminate\Http\Request::getTrustedHosts(); } @@ -11367,8 +10434,7 @@ public static function getTrustedHosts() * have consistent escaping and unneeded delimiters are removed. * * @static - */ - public static function normalizeQueryString($qs) + */ public static function normalizeQueryString($qs) { //Method inherited from \Symfony\Component\HttpFoundation\Request return \Illuminate\Http\Request::normalizeQueryString($qs); } @@ -11385,8 +10451,7 @@ public static function normalizeQueryString($qs) * * @return void * @static - */ - public static function enableHttpMethodParameterOverride() + */ public static function enableHttpMethodParameterOverride() { //Method inherited from \Symfony\Component\HttpFoundation\Request \Illuminate\Http\Request::enableHttpMethodParameterOverride(); } @@ -11394,8 +10459,7 @@ public static function enableHttpMethodParameterOverride() * Checks whether support for the _method request parameter is enabled. * * @static - */ - public static function getHttpMethodParameterOverride() + */ public static function getHttpMethodParameterOverride() { //Method inherited from \Symfony\Component\HttpFoundation\Request return \Illuminate\Http\Request::getHttpMethodParameterOverride(); } @@ -11404,8 +10468,7 @@ public static function getHttpMethodParameterOverride() * previous requests. * * @static - */ - public static function hasPreviousSession() + */ public static function hasPreviousSession() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->hasPreviousSession(); @@ -11415,8 +10478,7 @@ public static function hasPreviousSession() * * @return void * @static - */ - public static function setSession($session) + */ public static function setSession($session) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ $instance->setSession($session); @@ -11427,8 +10489,7 @@ public static function setSession($session) * @internal * @param \Symfony\Component\HttpFoundation\callable(): SessionInterface $factory * @static - */ - public static function setSessionFactory($factory) + */ public static function setSessionFactory($factory) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->setSessionFactory($factory); @@ -11444,8 +10505,7 @@ public static function setSessionFactory($factory) * * @see getClientIp() * @static - */ - public static function getClientIps() + */ public static function getClientIps() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getClientIps(); @@ -11466,8 +10526,7 @@ public static function getClientIps() * @see getClientIps() * @see https://wikipedia.org/wiki/X-Forwarded-For * @static - */ - public static function getClientIp() + */ public static function getClientIp() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getClientIp(); @@ -11476,8 +10535,7 @@ public static function getClientIp() * Returns current script name. * * @static - */ - public static function getScriptName() + */ public static function getScriptName() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getScriptName(); @@ -11496,8 +10554,7 @@ public static function getScriptName() * * @return string The raw path (i.e. not urldecoded) * @static - */ - public static function getPathInfo() + */ public static function getPathInfo() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getPathInfo(); @@ -11514,8 +10571,7 @@ public static function getPathInfo() * * @return string The raw path (i.e. not urldecoded) * @static - */ - public static function getBasePath() + */ public static function getBasePath() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getBasePath(); @@ -11530,8 +10586,7 @@ public static function getBasePath() * * @return string The raw URL (i.e. not urldecoded) * @static - */ - public static function getBaseUrl() + */ public static function getBaseUrl() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getBaseUrl(); @@ -11540,8 +10595,7 @@ public static function getBaseUrl() * Gets the request's scheme. * * @static - */ - public static function getScheme() + */ public static function getScheme() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getScheme(); @@ -11556,8 +10610,7 @@ public static function getScheme() * * @return int|string|null Can be a string if fetched from the server bag * @static - */ - public static function getPort() + */ public static function getPort() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getPort(); @@ -11566,8 +10619,7 @@ public static function getPort() * Returns the user. * * @static - */ - public static function getUser() + */ public static function getUser() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getUser(); @@ -11576,8 +10628,7 @@ public static function getUser() * Returns the password. * * @static - */ - public static function getPassword() + */ public static function getPassword() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getPassword(); @@ -11587,8 +10638,7 @@ public static function getPassword() * * @return string|null A user name if any and, optionally, scheme-specific information about how to gain authorization to access the server * @static - */ - public static function getUserInfo() + */ public static function getUserInfo() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getUserInfo(); @@ -11599,8 +10649,7 @@ public static function getUserInfo() * The port name will be appended to the host if it's non-standard. * * @static - */ - public static function getHttpHost() + */ public static function getHttpHost() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getHttpHost(); @@ -11610,8 +10659,7 @@ public static function getHttpHost() * * @return string The raw URI (i.e. not URI decoded) * @static - */ - public static function getRequestUri() + */ public static function getRequestUri() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getRequestUri(); @@ -11623,8 +10671,7 @@ public static function getRequestUri() * and the password are not added to the generated string. * * @static - */ - public static function getSchemeAndHttpHost() + */ public static function getSchemeAndHttpHost() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getSchemeAndHttpHost(); @@ -11634,8 +10681,7 @@ public static function getSchemeAndHttpHost() * * @see getQueryString() * @static - */ - public static function getUri() + */ public static function getUri() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getUri(); @@ -11645,8 +10691,7 @@ public static function getUri() * * @param string $path A path to use instead of the current one * @static - */ - public static function getUriForPath($path) + */ public static function getUriForPath($path) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getUriForPath($path); @@ -11667,8 +10712,7 @@ public static function getUriForPath($path) * - "/a/x/y" -> "../../x/y" * * @static - */ - public static function getRelativeUriForPath($path) + */ public static function getRelativeUriForPath($path) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getRelativeUriForPath($path); @@ -11680,8 +10724,7 @@ public static function getRelativeUriForPath($path) * and have consistent escaping. * * @static - */ - public static function getQueryString() + */ public static function getQueryString() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getQueryString(); @@ -11695,8 +10738,7 @@ public static function getQueryString() * The "X-Forwarded-Proto" header must contain the protocol: "https" or "http". * * @static - */ - public static function isSecure() + */ public static function isSecure() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->isSecure(); @@ -11711,8 +10753,7 @@ public static function isSecure() * * @throws SuspiciousOperationException when the host name is invalid or not trusted * @static - */ - public static function getHost() + */ public static function getHost() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getHost(); @@ -11722,8 +10763,7 @@ public static function getHost() * * @return void * @static - */ - public static function setMethod($method) + */ public static function setMethod($method) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ $instance->setMethod($method); @@ -11741,8 +10781,7 @@ public static function setMethod($method) * * @see getRealMethod() * @static - */ - public static function getMethod() + */ public static function getMethod() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getMethod(); @@ -11752,8 +10791,7 @@ public static function getMethod() * * @see getMethod() * @static - */ - public static function getRealMethod() + */ public static function getRealMethod() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getRealMethod(); @@ -11762,8 +10800,7 @@ public static function getRealMethod() * Gets the mime type associated with the format. * * @static - */ - public static function getMimeType($format) + */ public static function getMimeType($format) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getMimeType($format); @@ -11773,8 +10810,7 @@ public static function getMimeType($format) * * @return string[] * @static - */ - public static function getMimeTypes($format) + */ public static function getMimeTypes($format) { //Method inherited from \Symfony\Component\HttpFoundation\Request return \Illuminate\Http\Request::getMimeTypes($format); } @@ -11782,8 +10818,7 @@ public static function getMimeTypes($format) * Gets the format associated with the mime type. * * @static - */ - public static function getFormat($mimeType) + */ public static function getFormat($mimeType) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getFormat($mimeType); @@ -11794,8 +10829,7 @@ public static function getFormat($mimeType) * @param string|string[] $mimeTypes The associated mime types (the preferred one must be the first as it will be used as the content type) * @return void * @static - */ - public static function setFormat($format, $mimeTypes) + */ public static function setFormat($format, $mimeTypes) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ $instance->setFormat($format, $mimeTypes); @@ -11811,8 +10845,7 @@ public static function setFormat($format, $mimeTypes) * * @see getPreferredFormat * @static - */ - public static function getRequestFormat($default = 'html') + */ public static function getRequestFormat($default = 'html') { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getRequestFormat($default); @@ -11822,8 +10855,7 @@ public static function getRequestFormat($default = 'html') * * @return void * @static - */ - public static function setRequestFormat($format) + */ public static function setRequestFormat($format) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ $instance->setRequestFormat($format); @@ -11833,8 +10865,7 @@ public static function setRequestFormat($format) * * @deprecated since Symfony 6.2, use getContentTypeFormat() instead * @static - */ - public static function getContentType() + */ public static function getContentType() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getContentType(); @@ -11844,8 +10875,7 @@ public static function getContentType() * * @see Request::$formats * @static - */ - public static function getContentTypeFormat() + */ public static function getContentTypeFormat() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getContentTypeFormat(); @@ -11855,8 +10885,7 @@ public static function getContentTypeFormat() * * @return void * @static - */ - public static function setDefaultLocale($locale) + */ public static function setDefaultLocale($locale) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ $instance->setDefaultLocale($locale); @@ -11865,8 +10894,7 @@ public static function setDefaultLocale($locale) * Get the default locale. * * @static - */ - public static function getDefaultLocale() + */ public static function getDefaultLocale() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getDefaultLocale(); @@ -11876,8 +10904,7 @@ public static function getDefaultLocale() * * @return void * @static - */ - public static function setLocale($locale) + */ public static function setLocale($locale) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ $instance->setLocale($locale); @@ -11886,8 +10913,7 @@ public static function setLocale($locale) * Get the locale. * * @static - */ - public static function getLocale() + */ public static function getLocale() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getLocale(); @@ -11897,8 +10923,7 @@ public static function getLocale() * * @param string $method Uppercase request method (GET, POST etc) * @static - */ - public static function isMethod($method) + */ public static function isMethod($method) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->isMethod($method); @@ -11908,8 +10933,7 @@ public static function isMethod($method) * * @see https://tools.ietf.org/html/rfc7231#section-4.2.1 * @static - */ - public static function isMethodSafe() + */ public static function isMethodSafe() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->isMethodSafe(); @@ -11918,8 +10942,7 @@ public static function isMethodSafe() * Checks whether or not the method is idempotent. * * @static - */ - public static function isMethodIdempotent() + */ public static function isMethodIdempotent() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->isMethodIdempotent(); @@ -11929,8 +10952,7 @@ public static function isMethodIdempotent() * * @see https://tools.ietf.org/html/rfc7231#section-4.2.3 * @static - */ - public static function isMethodCacheable() + */ public static function isMethodCacheable() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->isMethodCacheable(); @@ -11945,8 +10967,7 @@ public static function isMethodCacheable() * the latter (from the "SERVER_PROTOCOL" server parameter). * * @static - */ - public static function getProtocolVersion() + */ public static function getProtocolVersion() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getProtocolVersion(); @@ -11958,8 +10979,7 @@ public static function getProtocolVersion() * @return string|resource * @psalm-return ($asResource is true ? resource : string) * @static - */ - public static function getContent($asResource = false) + */ public static function getContent($asResource = false) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getContent($asResource); @@ -11969,8 +10989,7 @@ public static function getContent($asResource = false) * * @throws JsonException When the body cannot be decoded to an array * @static - */ - public static function getPayload() + */ public static function getPayload() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getPayload(); @@ -11979,8 +10998,7 @@ public static function getPayload() * Gets the Etags. * * @static - */ - public static function getETags() + */ public static function getETags() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getETags(); @@ -11989,8 +11007,7 @@ public static function getETags() * * * @static - */ - public static function isNoCache() + */ public static function isNoCache() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->isNoCache(); @@ -12004,8 +11021,7 @@ public static function isNoCache() * in the response to prevent any issues with intermediary HTTP caches. * * @static - */ - public static function getPreferredFormat($default = 'html') + */ public static function getPreferredFormat($default = 'html') { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getPreferredFormat($default); @@ -12015,8 +11031,7 @@ public static function getPreferredFormat($default = 'html') * * @param string[] $locales An array of ordered available locales * @static - */ - public static function getPreferredLanguage($locales = null) + */ public static function getPreferredLanguage($locales = null) { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getPreferredLanguage($locales); @@ -12026,8 +11041,7 @@ public static function getPreferredLanguage($locales = null) * * @return string[] * @static - */ - public static function getLanguages() + */ public static function getLanguages() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getLanguages(); @@ -12037,8 +11051,7 @@ public static function getLanguages() * * @return string[] * @static - */ - public static function getCharsets() + */ public static function getCharsets() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getCharsets(); @@ -12048,8 +11061,7 @@ public static function getCharsets() * * @return string[] * @static - */ - public static function getEncodings() + */ public static function getEncodings() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getEncodings(); @@ -12059,8 +11071,7 @@ public static function getEncodings() * * @return string[] * @static - */ - public static function getAcceptableContentTypes() + */ public static function getAcceptableContentTypes() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->getAcceptableContentTypes(); @@ -12073,8 +11084,7 @@ public static function getAcceptableContentTypes() * * @see https://wikipedia.org/wiki/List_of_Ajax_frameworks#JavaScript * @static - */ - public static function isXmlHttpRequest() + */ public static function isXmlHttpRequest() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->isXmlHttpRequest(); @@ -12084,8 +11094,7 @@ public static function isXmlHttpRequest() * * @see https://tools.ietf.org/html/rfc8674 * @static - */ - public static function preferSafeContent() + */ public static function preferSafeContent() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->preferSafeContent(); @@ -12097,8 +11106,7 @@ public static function preferSafeContent() * contents of a proxy-specific header. * * @static - */ - public static function isFromTrustedProxy() + */ public static function isFromTrustedProxy() { //Method inherited from \Symfony\Component\HttpFoundation\Request /** @var \Illuminate\Http\Request $instance */ return $instance->isFromTrustedProxy(); @@ -12109,8 +11117,7 @@ public static function isFromTrustedProxy() * @param array $rules * @return array * @static - */ - public static function filterPrecognitiveRules($rules) + */ public static function filterPrecognitiveRules($rules) { /** @var \Illuminate\Http\Request $instance */ return $instance->filterPrecognitiveRules($rules); @@ -12120,8 +11127,7 @@ public static function filterPrecognitiveRules($rules) * * @return bool * @static - */ - public static function isAttemptingPrecognition() + */ public static function isAttemptingPrecognition() { /** @var \Illuminate\Http\Request $instance */ return $instance->isAttemptingPrecognition(); @@ -12131,8 +11137,7 @@ public static function isAttemptingPrecognition() * * @return bool * @static - */ - public static function isPrecognitive() + */ public static function isPrecognitive() { /** @var \Illuminate\Http\Request $instance */ return $instance->isPrecognitive(); @@ -12142,8 +11147,7 @@ public static function isPrecognitive() * * @return bool * @static - */ - public static function isJson() + */ public static function isJson() { /** @var \Illuminate\Http\Request $instance */ return $instance->isJson(); @@ -12153,8 +11157,7 @@ public static function isJson() * * @return bool * @static - */ - public static function expectsJson() + */ public static function expectsJson() { /** @var \Illuminate\Http\Request $instance */ return $instance->expectsJson(); @@ -12164,8 +11167,7 @@ public static function expectsJson() * * @return bool * @static - */ - public static function wantsJson() + */ public static function wantsJson() { /** @var \Illuminate\Http\Request $instance */ return $instance->wantsJson(); @@ -12176,8 +11178,7 @@ public static function wantsJson() * @param string|array $contentTypes * @return bool * @static - */ - public static function accepts($contentTypes) + */ public static function accepts($contentTypes) { /** @var \Illuminate\Http\Request $instance */ return $instance->accepts($contentTypes); @@ -12188,8 +11189,7 @@ public static function accepts($contentTypes) * @param string|array $contentTypes * @return string|null * @static - */ - public static function prefers($contentTypes) + */ public static function prefers($contentTypes) { /** @var \Illuminate\Http\Request $instance */ return $instance->prefers($contentTypes); @@ -12199,8 +11199,7 @@ public static function prefers($contentTypes) * * @return bool * @static - */ - public static function acceptsAnyContentType() + */ public static function acceptsAnyContentType() { /** @var \Illuminate\Http\Request $instance */ return $instance->acceptsAnyContentType(); @@ -12210,8 +11209,7 @@ public static function acceptsAnyContentType() * * @return bool * @static - */ - public static function acceptsJson() + */ public static function acceptsJson() { /** @var \Illuminate\Http\Request $instance */ return $instance->acceptsJson(); @@ -12221,8 +11219,7 @@ public static function acceptsJson() * * @return bool * @static - */ - public static function acceptsHtml() + */ public static function acceptsHtml() { /** @var \Illuminate\Http\Request $instance */ return $instance->acceptsHtml(); @@ -12234,8 +11231,7 @@ public static function acceptsHtml() * @param string $type * @return bool * @static - */ - public static function matchesType($actual, $type) + */ public static function matchesType($actual, $type) { return \Illuminate\Http\Request::matchesType($actual, $type); } @@ -12245,8 +11241,7 @@ public static function matchesType($actual, $type) * @param string $default * @return string * @static - */ - public static function format($default = 'html') + */ public static function format($default = 'html') { /** @var \Illuminate\Http\Request $instance */ return $instance->format($default); @@ -12258,8 +11253,7 @@ public static function format($default = 'html') * @param \Illuminate\Database\Eloquent\Model|string|array|null $default * @return string|array|null * @static - */ - public static function old($key = null, $default = null) + */ public static function old($key = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->old($key, $default); @@ -12269,8 +11263,7 @@ public static function old($key = null, $default = null) * * @return void * @static - */ - public static function flash() + */ public static function flash() { /** @var \Illuminate\Http\Request $instance */ $instance->flash(); @@ -12281,8 +11274,7 @@ public static function flash() * @param array|mixed $keys * @return void * @static - */ - public static function flashOnly($keys) + */ public static function flashOnly($keys) { /** @var \Illuminate\Http\Request $instance */ $instance->flashOnly($keys); @@ -12293,8 +11285,7 @@ public static function flashOnly($keys) * @param array|mixed $keys * @return void * @static - */ - public static function flashExcept($keys) + */ public static function flashExcept($keys) { /** @var \Illuminate\Http\Request $instance */ $instance->flashExcept($keys); @@ -12304,8 +11295,7 @@ public static function flashExcept($keys) * * @return void * @static - */ - public static function flush() + */ public static function flush() { /** @var \Illuminate\Http\Request $instance */ $instance->flush(); @@ -12317,8 +11307,7 @@ public static function flush() * @param string|array|null $default * @return string|array|null * @static - */ - public static function server($key = null, $default = null) + */ public static function server($key = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->server($key, $default); @@ -12329,8 +11318,7 @@ public static function server($key = null, $default = null) * @param string $key * @return bool * @static - */ - public static function hasHeader($key) + */ public static function hasHeader($key) { /** @var \Illuminate\Http\Request $instance */ return $instance->hasHeader($key); @@ -12342,8 +11330,7 @@ public static function hasHeader($key) * @param string|array|null $default * @return string|array|null * @static - */ - public static function header($key = null, $default = null) + */ public static function header($key = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->header($key, $default); @@ -12353,8 +11340,7 @@ public static function header($key = null, $default = null) * * @return string|null * @static - */ - public static function bearerToken() + */ public static function bearerToken() { /** @var \Illuminate\Http\Request $instance */ return $instance->bearerToken(); @@ -12365,8 +11351,7 @@ public static function bearerToken() * @param string|array $key * @return bool * @static - */ - public static function exists($key) + */ public static function exists($key) { /** @var \Illuminate\Http\Request $instance */ return $instance->exists($key); @@ -12377,8 +11362,7 @@ public static function exists($key) * @param string|array $key * @return bool * @static - */ - public static function has($key) + */ public static function has($key) { /** @var \Illuminate\Http\Request $instance */ return $instance->has($key); @@ -12389,8 +11373,7 @@ public static function has($key) * @param string|array $keys * @return bool * @static - */ - public static function hasAny($keys) + */ public static function hasAny($keys) { /** @var \Illuminate\Http\Request $instance */ return $instance->hasAny($keys); @@ -12403,8 +11386,7 @@ public static function hasAny($keys) * @param callable|null $default * @return $this|mixed * @static - */ - public static function whenHas($key, $callback, $default = null) + */ public static function whenHas($key, $callback, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->whenHas($key, $callback, $default); @@ -12415,8 +11397,7 @@ public static function whenHas($key, $callback, $default = null) * @param string|array $key * @return bool * @static - */ - public static function filled($key) + */ public static function filled($key) { /** @var \Illuminate\Http\Request $instance */ return $instance->filled($key); @@ -12427,8 +11408,7 @@ public static function filled($key) * @param string|array $key * @return bool * @static - */ - public static function isNotFilled($key) + */ public static function isNotFilled($key) { /** @var \Illuminate\Http\Request $instance */ return $instance->isNotFilled($key); @@ -12439,8 +11419,7 @@ public static function isNotFilled($key) * @param string|array $keys * @return bool * @static - */ - public static function anyFilled($keys) + */ public static function anyFilled($keys) { /** @var \Illuminate\Http\Request $instance */ return $instance->anyFilled($keys); @@ -12453,8 +11432,7 @@ public static function anyFilled($keys) * @param callable|null $default * @return $this|mixed * @static - */ - public static function whenFilled($key, $callback, $default = null) + */ public static function whenFilled($key, $callback, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->whenFilled($key, $callback, $default); @@ -12465,8 +11443,7 @@ public static function whenFilled($key, $callback, $default = null) * @param string|array $key * @return bool * @static - */ - public static function missing($key) + */ public static function missing($key) { /** @var \Illuminate\Http\Request $instance */ return $instance->missing($key); @@ -12479,8 +11456,7 @@ public static function missing($key) * @param callable|null $default * @return $this|mixed * @static - */ - public static function whenMissing($key, $callback, $default = null) + */ public static function whenMissing($key, $callback, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->whenMissing($key, $callback, $default); @@ -12490,8 +11466,7 @@ public static function whenMissing($key, $callback, $default = null) * * @return array * @static - */ - public static function keys() + */ public static function keys() { /** @var \Illuminate\Http\Request $instance */ return $instance->keys(); @@ -12502,8 +11477,7 @@ public static function keys() * @param array|mixed|null $keys * @return array * @static - */ - public static function all($keys = null) + */ public static function all($keys = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->all($keys); @@ -12515,8 +11489,7 @@ public static function all($keys = null) * @param mixed $default * @return mixed * @static - */ - public static function input($key = null, $default = null) + */ public static function input($key = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->input($key, $default); @@ -12528,8 +11501,7 @@ public static function input($key = null, $default = null) * @param mixed $default * @return \Illuminate\Support\Stringable * @static - */ - public static function str($key, $default = null) + */ public static function str($key, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->str($key, $default); @@ -12541,8 +11513,7 @@ public static function str($key, $default = null) * @param mixed $default * @return \Illuminate\Support\Stringable * @static - */ - public static function string($key, $default = null) + */ public static function string($key, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->string($key, $default); @@ -12556,8 +11527,7 @@ public static function string($key, $default = null) * @param bool $default * @return bool * @static - */ - public static function boolean($key = null, $default = false) + */ public static function boolean($key = null, $default = false) { /** @var \Illuminate\Http\Request $instance */ return $instance->boolean($key, $default); @@ -12569,8 +11539,7 @@ public static function boolean($key = null, $default = false) * @param int $default * @return int * @static - */ - public static function integer($key, $default = 0) + */ public static function integer($key, $default = 0) { /** @var \Illuminate\Http\Request $instance */ return $instance->integer($key, $default); @@ -12582,8 +11551,7 @@ public static function integer($key, $default = 0) * @param float $default * @return float * @static - */ - public static function float($key, $default = 0.0) + */ public static function float($key, $default = 0.0) { /** @var \Illuminate\Http\Request $instance */ return $instance->float($key, $default); @@ -12597,8 +11565,7 @@ public static function float($key, $default = 0.0) * @return \Illuminate\Support\Carbon|null * @throws \Carbon\Exceptions\InvalidFormatException * @static - */ - public static function date($key, $format = null, $tz = null) + */ public static function date($key, $format = null, $tz = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->date($key, $format, $tz); @@ -12611,8 +11578,7 @@ public static function date($key, $format = null, $tz = null) * @param \Illuminate\Http\class-string $enumClass * @return \Illuminate\Http\TEnum|null * @static - */ - public static function enum($key, $enumClass) + */ public static function enum($key, $enumClass) { /** @var \Illuminate\Http\Request $instance */ return $instance->enum($key, $enumClass); @@ -12623,8 +11589,7 @@ public static function enum($key, $enumClass) * @param array|string|null $key * @return \Illuminate\Support\Collection * @static - */ - public static function collect($key = null) + */ public static function collect($key = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->collect($key); @@ -12635,8 +11600,7 @@ public static function collect($key = null) * @param array|mixed $keys * @return array * @static - */ - public static function only($keys) + */ public static function only($keys) { /** @var \Illuminate\Http\Request $instance */ return $instance->only($keys); @@ -12647,8 +11611,7 @@ public static function only($keys) * @param array|mixed $keys * @return array * @static - */ - public static function except($keys) + */ public static function except($keys) { /** @var \Illuminate\Http\Request $instance */ return $instance->except($keys); @@ -12660,8 +11623,7 @@ public static function except($keys) * @param string|array|null $default * @return string|array|null * @static - */ - public static function query($key = null, $default = null) + */ public static function query($key = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->query($key, $default); @@ -12673,8 +11635,7 @@ public static function query($key = null, $default = null) * @param string|array|null $default * @return string|array|null * @static - */ - public static function post($key = null, $default = null) + */ public static function post($key = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->post($key, $default); @@ -12685,8 +11646,7 @@ public static function post($key = null, $default = null) * @param string $key * @return bool * @static - */ - public static function hasCookie($key) + */ public static function hasCookie($key) { /** @var \Illuminate\Http\Request $instance */ return $instance->hasCookie($key); @@ -12698,8 +11658,7 @@ public static function hasCookie($key) * @param string|array|null $default * @return string|array|null * @static - */ - public static function cookie($key = null, $default = null) + */ public static function cookie($key = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->cookie($key, $default); @@ -12709,8 +11668,7 @@ public static function cookie($key = null, $default = null) * * @return array * @static - */ - public static function allFiles() + */ public static function allFiles() { /** @var \Illuminate\Http\Request $instance */ return $instance->allFiles(); @@ -12721,8 +11679,7 @@ public static function allFiles() * @param string $key * @return bool * @static - */ - public static function hasFile($key) + */ public static function hasFile($key) { /** @var \Illuminate\Http\Request $instance */ return $instance->hasFile($key); @@ -12734,8 +11691,7 @@ public static function hasFile($key) * @param mixed $default * @return \Illuminate\Http\UploadedFile|\Illuminate\Http\UploadedFile[]|array|null * @static - */ - public static function file($key = null, $default = null) + */ public static function file($key = null, $default = null) { /** @var \Illuminate\Http\Request $instance */ return $instance->file($key, $default); @@ -12746,8 +11702,7 @@ public static function file($key = null, $default = null) * @param mixed $keys * @return \Illuminate\Http\never * @static - */ - public static function dd(...$keys) + */ public static function dd(...$keys) { /** @var \Illuminate\Http\Request $instance */ return $instance->dd(...$keys); @@ -12758,8 +11713,7 @@ public static function dd(...$keys) * @param mixed $keys * @return \Illuminate\Http\Request * @static - */ - public static function dump($keys = []) + */ public static function dump($keys = []) { /** @var \Illuminate\Http\Request $instance */ return $instance->dump($keys); @@ -12771,8 +11725,7 @@ public static function dump($keys = []) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Http\Request::macro($name, $macro); } @@ -12784,8 +11737,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Http\Request::mixin($mixin, $replace); } @@ -12795,8 +11747,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Http\Request::hasMacro($name); } @@ -12805,8 +11756,7 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Http\Request::flushMacros(); } @@ -12817,8 +11767,7 @@ public static function flushMacros() * @param array $rules * @param mixed $params * @static - */ - public static function validate($rules, ...$params) + */ public static function validate($rules, ...$params) { return \Illuminate\Http\Request::validate($rules, ...$params); } @@ -12830,8 +11779,7 @@ public static function validate($rules, ...$params) * @param array $rules * @param mixed $params * @static - */ - public static function validateWithBag($errorBag, $rules, ...$params) + */ public static function validateWithBag($errorBag, $rules, ...$params) { return \Illuminate\Http\Request::validateWithBag($errorBag, $rules, ...$params); } @@ -12841,8 +11789,7 @@ public static function validateWithBag($errorBag, $rules, ...$params) * @see \Illuminate\Foundation\Providers\FoundationServiceProvider::registerRequestSignatureValidation() * @param mixed $absolute * @static - */ - public static function hasValidSignature($absolute = true) + */ public static function hasValidSignature($absolute = true) { return \Illuminate\Http\Request::hasValidSignature($absolute); } @@ -12851,8 +11798,7 @@ public static function hasValidSignature($absolute = true) * * @see \Illuminate\Foundation\Providers\FoundationServiceProvider::registerRequestSignatureValidation() * @static - */ - public static function hasValidRelativeSignature() + */ public static function hasValidRelativeSignature() { return \Illuminate\Http\Request::hasValidRelativeSignature(); } @@ -12863,19 +11809,16 @@ public static function hasValidRelativeSignature() * @param mixed $ignoreQuery * @param mixed $absolute * @static - */ - public static function hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true) + */ public static function hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true) { return \Illuminate\Http\Request::hasValidSignatureWhileIgnoring($ignoreQuery, $absolute); } - - } + } /** * * * @see \Illuminate\Routing\ResponseFactory - */ - class Response { + */ class Response { /** * Create a new response instance. * @@ -12884,8 +11827,7 @@ class Response { * @param array $headers * @return \Illuminate\Http\Response * @static - */ - public static function make($content = '', $status = 200, $headers = []) + */ public static function make($content = '', $status = 200, $headers = []) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->make($content, $status, $headers); @@ -12897,8 +11839,7 @@ public static function make($content = '', $status = 200, $headers = []) * @param array $headers * @return \Illuminate\Http\Response * @static - */ - public static function noContent($status = 204, $headers = []) + */ public static function noContent($status = 204, $headers = []) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->noContent($status, $headers); @@ -12912,8 +11853,7 @@ public static function noContent($status = 204, $headers = []) * @param array $headers * @return \Illuminate\Http\Response * @static - */ - public static function view($view, $data = [], $status = 200, $headers = []) + */ public static function view($view, $data = [], $status = 200, $headers = []) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->view($view, $data, $status, $headers); @@ -12927,8 +11867,7 @@ public static function view($view, $data = [], $status = 200, $headers = []) * @param int $options * @return \Illuminate\Http\JsonResponse * @static - */ - public static function json($data = [], $status = 200, $headers = [], $options = 0) + */ public static function json($data = [], $status = 200, $headers = [], $options = 0) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->json($data, $status, $headers, $options); @@ -12943,8 +11882,7 @@ public static function json($data = [], $status = 200, $headers = [], $options = * @param int $options * @return \Illuminate\Http\JsonResponse * @static - */ - public static function jsonp($callback, $data = [], $status = 200, $headers = [], $options = 0) + */ public static function jsonp($callback, $data = [], $status = 200, $headers = [], $options = 0) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->jsonp($callback, $data, $status, $headers, $options); @@ -12957,8 +11895,7 @@ public static function jsonp($callback, $data = [], $status = 200, $headers = [] * @param array $headers * @return \Symfony\Component\HttpFoundation\StreamedResponse * @static - */ - public static function stream($callback, $status = 200, $headers = []) + */ public static function stream($callback, $status = 200, $headers = []) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->stream($callback, $status, $headers); @@ -12972,8 +11909,7 @@ public static function stream($callback, $status = 200, $headers = []) * @param int $encodingOptions * @return \Symfony\Component\HttpFoundation\StreamedJsonResponse * @static - */ - public static function streamJson($data, $status = 200, $headers = [], $encodingOptions = 15) + */ public static function streamJson($data, $status = 200, $headers = [], $encodingOptions = 15) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->streamJson($data, $status, $headers, $encodingOptions); @@ -12987,8 +11923,7 @@ public static function streamJson($data, $status = 200, $headers = [], $encoding * @param string|null $disposition * @return \Symfony\Component\HttpFoundation\StreamedResponse * @static - */ - public static function streamDownload($callback, $name = null, $headers = [], $disposition = 'attachment') + */ public static function streamDownload($callback, $name = null, $headers = [], $disposition = 'attachment') { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->streamDownload($callback, $name, $headers, $disposition); @@ -13002,8 +11937,7 @@ public static function streamDownload($callback, $name = null, $headers = [], $d * @param string|null $disposition * @return \Symfony\Component\HttpFoundation\BinaryFileResponse * @static - */ - public static function download($file, $name = null, $headers = [], $disposition = 'attachment') + */ public static function download($file, $name = null, $headers = [], $disposition = 'attachment') { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->download($file, $name, $headers, $disposition); @@ -13015,8 +11949,7 @@ public static function download($file, $name = null, $headers = [], $disposition * @param array $headers * @return \Symfony\Component\HttpFoundation\BinaryFileResponse * @static - */ - public static function file($file, $headers = []) + */ public static function file($file, $headers = []) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->file($file, $headers); @@ -13030,8 +11963,7 @@ public static function file($file, $headers = []) * @param bool|null $secure * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function redirectTo($path, $status = 302, $headers = [], $secure = null) + */ public static function redirectTo($path, $status = 302, $headers = [], $secure = null) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->redirectTo($path, $status, $headers, $secure); @@ -13045,8 +11977,7 @@ public static function redirectTo($path, $status = 302, $headers = [], $secure = * @param array $headers * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function redirectToRoute($route, $parameters = [], $status = 302, $headers = []) + */ public static function redirectToRoute($route, $parameters = [], $status = 302, $headers = []) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->redirectToRoute($route, $parameters, $status, $headers); @@ -13060,8 +11991,7 @@ public static function redirectToRoute($route, $parameters = [], $status = 302, * @param array $headers * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function redirectToAction($action, $parameters = [], $status = 302, $headers = []) + */ public static function redirectToAction($action, $parameters = [], $status = 302, $headers = []) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->redirectToAction($action, $parameters, $status, $headers); @@ -13075,8 +12005,7 @@ public static function redirectToAction($action, $parameters = [], $status = 302 * @param bool|null $secure * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function redirectGuest($path, $status = 302, $headers = [], $secure = null) + */ public static function redirectGuest($path, $status = 302, $headers = [], $secure = null) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->redirectGuest($path, $status, $headers, $secure); @@ -13090,8 +12019,7 @@ public static function redirectGuest($path, $status = 302, $headers = [], $secur * @param bool|null $secure * @return \Illuminate\Http\RedirectResponse * @static - */ - public static function redirectToIntended($default = '/', $status = 302, $headers = [], $secure = null) + */ public static function redirectToIntended($default = '/', $status = 302, $headers = [], $secure = null) { /** @var \Illuminate\Routing\ResponseFactory $instance */ return $instance->redirectToIntended($default, $status, $headers, $secure); @@ -13103,8 +12031,7 @@ public static function redirectToIntended($default = '/', $status = 302, $header * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Routing\ResponseFactory::macro($name, $macro); } @@ -13116,8 +12043,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Routing\ResponseFactory::mixin($mixin, $replace); } @@ -13127,8 +12053,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Routing\ResponseFactory::hasMacro($name); } @@ -13137,8 +12062,7 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Routing\ResponseFactory::flushMacros(); } @@ -13148,13 +12072,11 @@ public static function flushMacros() * @see \CloudCreativity\LaravelJsonApi\ServiceProvider::bootResponseMacro() * @param mixed $api * @static - */ - public static function jsonApi($api = null) + */ public static function jsonApi($api = null) { return \Illuminate\Routing\ResponseFactory::jsonApi($api); } - - } + } /** * * @@ -13178,8 +12100,7 @@ public static function jsonApi($api = null) * @method static \Illuminate\Routing\RouteRegistrar withoutMiddleware(array|string $middleware) * @method static \Illuminate\Routing\RouteRegistrar withoutScopedBindings() * @see \Illuminate\Routing\Router - */ - class Route { + */ class Route { /** * Register a new GET route with the router. * @@ -13187,8 +12108,7 @@ class Route { * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function get($uri, $action = null) + */ public static function get($uri, $action = null) { /** @var \Illuminate\Routing\Router $instance */ return $instance->get($uri, $action); @@ -13200,8 +12120,7 @@ public static function get($uri, $action = null) * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function post($uri, $action = null) + */ public static function post($uri, $action = null) { /** @var \Illuminate\Routing\Router $instance */ return $instance->post($uri, $action); @@ -13213,8 +12132,7 @@ public static function post($uri, $action = null) * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function put($uri, $action = null) + */ public static function put($uri, $action = null) { /** @var \Illuminate\Routing\Router $instance */ return $instance->put($uri, $action); @@ -13226,8 +12144,7 @@ public static function put($uri, $action = null) * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function patch($uri, $action = null) + */ public static function patch($uri, $action = null) { /** @var \Illuminate\Routing\Router $instance */ return $instance->patch($uri, $action); @@ -13239,8 +12156,7 @@ public static function patch($uri, $action = null) * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function delete($uri, $action = null) + */ public static function delete($uri, $action = null) { /** @var \Illuminate\Routing\Router $instance */ return $instance->delete($uri, $action); @@ -13252,8 +12168,7 @@ public static function delete($uri, $action = null) * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function options($uri, $action = null) + */ public static function options($uri, $action = null) { /** @var \Illuminate\Routing\Router $instance */ return $instance->options($uri, $action); @@ -13265,8 +12180,7 @@ public static function options($uri, $action = null) * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function any($uri, $action = null) + */ public static function any($uri, $action = null) { /** @var \Illuminate\Routing\Router $instance */ return $instance->any($uri, $action); @@ -13277,8 +12191,7 @@ public static function any($uri, $action = null) * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function fallback($action) + */ public static function fallback($action) { /** @var \Illuminate\Routing\Router $instance */ return $instance->fallback($action); @@ -13291,8 +12204,7 @@ public static function fallback($action) * @param int $status * @return \Illuminate\Routing\Route * @static - */ - public static function redirect($uri, $destination, $status = 302) + */ public static function redirect($uri, $destination, $status = 302) { /** @var \Illuminate\Routing\Router $instance */ return $instance->redirect($uri, $destination, $status); @@ -13304,8 +12216,7 @@ public static function redirect($uri, $destination, $status = 302) * @param string $destination * @return \Illuminate\Routing\Route * @static - */ - public static function permanentRedirect($uri, $destination) + */ public static function permanentRedirect($uri, $destination) { /** @var \Illuminate\Routing\Router $instance */ return $instance->permanentRedirect($uri, $destination); @@ -13320,8 +12231,7 @@ public static function permanentRedirect($uri, $destination) * @param array $headers * @return \Illuminate\Routing\Route * @static - */ - public static function view($uri, $view, $data = [], $status = 200, $headers = []) + */ public static function view($uri, $view, $data = [], $status = 200, $headers = []) { /** @var \Illuminate\Routing\Router $instance */ return $instance->view($uri, $view, $data, $status, $headers); @@ -13334,8 +12244,7 @@ public static function view($uri, $view, $data = [], $status = 200, $headers = [ * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function match($methods, $uri, $action = null) + */ public static function match($methods, $uri, $action = null) { /** @var \Illuminate\Routing\Router $instance */ return $instance->match($methods, $uri, $action); @@ -13347,8 +12256,7 @@ public static function match($methods, $uri, $action = null) * @param array $options * @return void * @static - */ - public static function resources($resources, $options = []) + */ public static function resources($resources, $options = []) { /** @var \Illuminate\Routing\Router $instance */ $instance->resources($resources, $options); @@ -13361,8 +12269,7 @@ public static function resources($resources, $options = []) * @param array $options * @return \Illuminate\Routing\PendingResourceRegistration * @static - */ - public static function resource($name, $controller, $options = []) + */ public static function resource($name, $controller, $options = []) { /** @var \Illuminate\Routing\Router $instance */ return $instance->resource($name, $controller, $options); @@ -13374,8 +12281,7 @@ public static function resource($name, $controller, $options = []) * @param array $options * @return void * @static - */ - public static function apiResources($resources, $options = []) + */ public static function apiResources($resources, $options = []) { /** @var \Illuminate\Routing\Router $instance */ $instance->apiResources($resources, $options); @@ -13388,8 +12294,7 @@ public static function apiResources($resources, $options = []) * @param array $options * @return \Illuminate\Routing\PendingResourceRegistration * @static - */ - public static function apiResource($name, $controller, $options = []) + */ public static function apiResource($name, $controller, $options = []) { /** @var \Illuminate\Routing\Router $instance */ return $instance->apiResource($name, $controller, $options); @@ -13401,8 +12306,7 @@ public static function apiResource($name, $controller, $options = []) * @param array $options * @return void * @static - */ - public static function singletons($singletons, $options = []) + */ public static function singletons($singletons, $options = []) { /** @var \Illuminate\Routing\Router $instance */ $instance->singletons($singletons, $options); @@ -13415,8 +12319,7 @@ public static function singletons($singletons, $options = []) * @param array $options * @return \Illuminate\Routing\PendingSingletonResourceRegistration * @static - */ - public static function singleton($name, $controller, $options = []) + */ public static function singleton($name, $controller, $options = []) { /** @var \Illuminate\Routing\Router $instance */ return $instance->singleton($name, $controller, $options); @@ -13428,8 +12331,7 @@ public static function singleton($name, $controller, $options = []) * @param array $options * @return void * @static - */ - public static function apiSingletons($singletons, $options = []) + */ public static function apiSingletons($singletons, $options = []) { /** @var \Illuminate\Routing\Router $instance */ $instance->apiSingletons($singletons, $options); @@ -13442,8 +12344,7 @@ public static function apiSingletons($singletons, $options = []) * @param array $options * @return \Illuminate\Routing\PendingSingletonResourceRegistration * @static - */ - public static function apiSingleton($name, $controller, $options = []) + */ public static function apiSingleton($name, $controller, $options = []) { /** @var \Illuminate\Routing\Router $instance */ return $instance->apiSingleton($name, $controller, $options); @@ -13455,8 +12356,7 @@ public static function apiSingleton($name, $controller, $options = []) * @param \Closure|array|string $routes * @return \Illuminate\Routing\Router * @static - */ - public static function group($attributes, $routes) + */ public static function group($attributes, $routes) { /** @var \Illuminate\Routing\Router $instance */ return $instance->group($attributes, $routes); @@ -13468,8 +12368,7 @@ public static function group($attributes, $routes) * @param bool $prependExistingPrefix * @return array * @static - */ - public static function mergeWithLastGroup($new, $prependExistingPrefix = true) + */ public static function mergeWithLastGroup($new, $prependExistingPrefix = true) { /** @var \Illuminate\Routing\Router $instance */ return $instance->mergeWithLastGroup($new, $prependExistingPrefix); @@ -13479,8 +12378,7 @@ public static function mergeWithLastGroup($new, $prependExistingPrefix = true) * * @return string * @static - */ - public static function getLastGroupPrefix() + */ public static function getLastGroupPrefix() { /** @var \Illuminate\Routing\Router $instance */ return $instance->getLastGroupPrefix(); @@ -13493,8 +12391,7 @@ public static function getLastGroupPrefix() * @param array|string|callable|null $action * @return \Illuminate\Routing\Route * @static - */ - public static function addRoute($methods, $uri, $action) + */ public static function addRoute($methods, $uri, $action) { /** @var \Illuminate\Routing\Router $instance */ return $instance->addRoute($methods, $uri, $action); @@ -13507,8 +12404,7 @@ public static function addRoute($methods, $uri, $action) * @param mixed $action * @return \Illuminate\Routing\Route * @static - */ - public static function newRoute($methods, $uri, $action) + */ public static function newRoute($methods, $uri, $action) { /** @var \Illuminate\Routing\Router $instance */ return $instance->newRoute($methods, $uri, $action); @@ -13519,8 +12415,7 @@ public static function newRoute($methods, $uri, $action) * @param string $name * @return \Symfony\Component\HttpFoundation\Response * @static - */ - public static function respondWithRoute($name) + */ public static function respondWithRoute($name) { /** @var \Illuminate\Routing\Router $instance */ return $instance->respondWithRoute($name); @@ -13531,8 +12426,7 @@ public static function respondWithRoute($name) * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response * @static - */ - public static function dispatch($request) + */ public static function dispatch($request) { /** @var \Illuminate\Routing\Router $instance */ return $instance->dispatch($request); @@ -13543,8 +12437,7 @@ public static function dispatch($request) * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response * @static - */ - public static function dispatchToRoute($request) + */ public static function dispatchToRoute($request) { /** @var \Illuminate\Routing\Router $instance */ return $instance->dispatchToRoute($request); @@ -13555,8 +12448,7 @@ public static function dispatchToRoute($request) * @param \Illuminate\Routing\Route $route * @return array * @static - */ - public static function gatherRouteMiddleware($route) + */ public static function gatherRouteMiddleware($route) { /** @var \Illuminate\Routing\Router $instance */ return $instance->gatherRouteMiddleware($route); @@ -13568,8 +12460,7 @@ public static function gatherRouteMiddleware($route) * @param array $excluded * @return array * @static - */ - public static function resolveMiddleware($middleware, $excluded = []) + */ public static function resolveMiddleware($middleware, $excluded = []) { /** @var \Illuminate\Routing\Router $instance */ return $instance->resolveMiddleware($middleware, $excluded); @@ -13581,8 +12472,7 @@ public static function resolveMiddleware($middleware, $excluded = []) * @param mixed $response * @return \Symfony\Component\HttpFoundation\Response * @static - */ - public static function prepareResponse($request, $response) + */ public static function prepareResponse($request, $response) { /** @var \Illuminate\Routing\Router $instance */ return $instance->prepareResponse($request, $response); @@ -13594,8 +12484,7 @@ public static function prepareResponse($request, $response) * @param mixed $response * @return \Symfony\Component\HttpFoundation\Response * @static - */ - public static function toResponse($request, $response) + */ public static function toResponse($request, $response) { return \Illuminate\Routing\Router::toResponse($request, $response); } @@ -13607,8 +12496,7 @@ public static function toResponse($request, $response) * @throws \Illuminate\Database\Eloquent\ModelNotFoundException<\Illuminate\Database\Eloquent\Model> * @throws \Illuminate\Routing\Exceptions\BackedEnumCaseNotFoundException * @static - */ - public static function substituteBindings($route) + */ public static function substituteBindings($route) { /** @var \Illuminate\Routing\Router $instance */ return $instance->substituteBindings($route); @@ -13621,8 +12509,7 @@ public static function substituteBindings($route) * @throws \Illuminate\Database\Eloquent\ModelNotFoundException<\Illuminate\Database\Eloquent\Model> * @throws \Illuminate\Routing\Exceptions\BackedEnumCaseNotFoundException * @static - */ - public static function substituteImplicitBindings($route) + */ public static function substituteImplicitBindings($route) { /** @var \Illuminate\Routing\Router $instance */ $instance->substituteImplicitBindings($route); @@ -13633,8 +12520,7 @@ public static function substituteImplicitBindings($route) * @param callable $callback * @return \Illuminate\Routing\Router * @static - */ - public static function substituteImplicitBindingsUsing($callback) + */ public static function substituteImplicitBindingsUsing($callback) { /** @var \Illuminate\Routing\Router $instance */ return $instance->substituteImplicitBindingsUsing($callback); @@ -13645,8 +12531,7 @@ public static function substituteImplicitBindingsUsing($callback) * @param string|callable $callback * @return void * @static - */ - public static function matched($callback) + */ public static function matched($callback) { /** @var \Illuminate\Routing\Router $instance */ $instance->matched($callback); @@ -13656,8 +12541,7 @@ public static function matched($callback) * * @return array * @static - */ - public static function getMiddleware() + */ public static function getMiddleware() { /** @var \Illuminate\Routing\Router $instance */ return $instance->getMiddleware(); @@ -13669,8 +12553,7 @@ public static function getMiddleware() * @param string $class * @return \Illuminate\Routing\Router * @static - */ - public static function aliasMiddleware($name, $class) + */ public static function aliasMiddleware($name, $class) { /** @var \Illuminate\Routing\Router $instance */ return $instance->aliasMiddleware($name, $class); @@ -13681,8 +12564,7 @@ public static function aliasMiddleware($name, $class) * @param string $name * @return bool * @static - */ - public static function hasMiddlewareGroup($name) + */ public static function hasMiddlewareGroup($name) { /** @var \Illuminate\Routing\Router $instance */ return $instance->hasMiddlewareGroup($name); @@ -13692,8 +12574,7 @@ public static function hasMiddlewareGroup($name) * * @return array * @static - */ - public static function getMiddlewareGroups() + */ public static function getMiddlewareGroups() { /** @var \Illuminate\Routing\Router $instance */ return $instance->getMiddlewareGroups(); @@ -13705,8 +12586,7 @@ public static function getMiddlewareGroups() * @param array $middleware * @return \Illuminate\Routing\Router * @static - */ - public static function middlewareGroup($name, $middleware) + */ public static function middlewareGroup($name, $middleware) { /** @var \Illuminate\Routing\Router $instance */ return $instance->middlewareGroup($name, $middleware); @@ -13720,8 +12600,7 @@ public static function middlewareGroup($name, $middleware) * @param string $middleware * @return \Illuminate\Routing\Router * @static - */ - public static function prependMiddlewareToGroup($group, $middleware) + */ public static function prependMiddlewareToGroup($group, $middleware) { /** @var \Illuminate\Routing\Router $instance */ return $instance->prependMiddlewareToGroup($group, $middleware); @@ -13735,8 +12614,7 @@ public static function prependMiddlewareToGroup($group, $middleware) * @param string $middleware * @return \Illuminate\Routing\Router * @static - */ - public static function pushMiddlewareToGroup($group, $middleware) + */ public static function pushMiddlewareToGroup($group, $middleware) { /** @var \Illuminate\Routing\Router $instance */ return $instance->pushMiddlewareToGroup($group, $middleware); @@ -13748,8 +12626,7 @@ public static function pushMiddlewareToGroup($group, $middleware) * @param string $middleware * @return \Illuminate\Routing\Router * @static - */ - public static function removeMiddlewareFromGroup($group, $middleware) + */ public static function removeMiddlewareFromGroup($group, $middleware) { /** @var \Illuminate\Routing\Router $instance */ return $instance->removeMiddlewareFromGroup($group, $middleware); @@ -13759,8 +12636,7 @@ public static function removeMiddlewareFromGroup($group, $middleware) * * @return \Illuminate\Routing\Router * @static - */ - public static function flushMiddlewareGroups() + */ public static function flushMiddlewareGroups() { /** @var \Illuminate\Routing\Router $instance */ return $instance->flushMiddlewareGroups(); @@ -13772,8 +12648,7 @@ public static function flushMiddlewareGroups() * @param string|callable $binder * @return void * @static - */ - public static function bind($key, $binder) + */ public static function bind($key, $binder) { /** @var \Illuminate\Routing\Router $instance */ $instance->bind($key, $binder); @@ -13786,8 +12661,7 @@ public static function bind($key, $binder) * @param \Closure|null $callback * @return void * @static - */ - public static function model($key, $class, $callback = null) + */ public static function model($key, $class, $callback = null) { /** @var \Illuminate\Routing\Router $instance */ $instance->model($key, $class, $callback); @@ -13798,8 +12672,7 @@ public static function model($key, $class, $callback = null) * @param string $key * @return \Closure|null * @static - */ - public static function getBindingCallback($key) + */ public static function getBindingCallback($key) { /** @var \Illuminate\Routing\Router $instance */ return $instance->getBindingCallback($key); @@ -13809,8 +12682,7 @@ public static function getBindingCallback($key) * * @return array * @static - */ - public static function getPatterns() + */ public static function getPatterns() { /** @var \Illuminate\Routing\Router $instance */ return $instance->getPatterns(); @@ -13822,8 +12694,7 @@ public static function getPatterns() * @param string $pattern * @return void * @static - */ - public static function pattern($key, $pattern) + */ public static function pattern($key, $pattern) { /** @var \Illuminate\Routing\Router $instance */ $instance->pattern($key, $pattern); @@ -13834,8 +12705,7 @@ public static function pattern($key, $pattern) * @param array $patterns * @return void * @static - */ - public static function patterns($patterns) + */ public static function patterns($patterns) { /** @var \Illuminate\Routing\Router $instance */ $instance->patterns($patterns); @@ -13845,8 +12715,7 @@ public static function patterns($patterns) * * @return bool * @static - */ - public static function hasGroupStack() + */ public static function hasGroupStack() { /** @var \Illuminate\Routing\Router $instance */ return $instance->hasGroupStack(); @@ -13856,8 +12725,7 @@ public static function hasGroupStack() * * @return array * @static - */ - public static function getGroupStack() + */ public static function getGroupStack() { /** @var \Illuminate\Routing\Router $instance */ return $instance->getGroupStack(); @@ -13869,8 +12737,7 @@ public static function getGroupStack() * @param string|null $default * @return mixed * @static - */ - public static function input($key, $default = null) + */ public static function input($key, $default = null) { /** @var \Illuminate\Routing\Router $instance */ return $instance->input($key, $default); @@ -13880,8 +12747,7 @@ public static function input($key, $default = null) * * @return \Illuminate\Http\Request * @static - */ - public static function getCurrentRequest() + */ public static function getCurrentRequest() { /** @var \Illuminate\Routing\Router $instance */ return $instance->getCurrentRequest(); @@ -13891,8 +12757,7 @@ public static function getCurrentRequest() * * @return \Illuminate\Routing\Route|null * @static - */ - public static function getCurrentRoute() + */ public static function getCurrentRoute() { /** @var \Illuminate\Routing\Router $instance */ return $instance->getCurrentRoute(); @@ -13902,8 +12767,7 @@ public static function getCurrentRoute() * * @return \Illuminate\Routing\Route|null * @static - */ - public static function current() + */ public static function current() { /** @var \Illuminate\Routing\Router $instance */ return $instance->current(); @@ -13914,8 +12778,7 @@ public static function current() * @param string|array $name * @return bool * @static - */ - public static function has($name) + */ public static function has($name) { /** @var \Illuminate\Routing\Router $instance */ return $instance->has($name); @@ -13925,8 +12788,7 @@ public static function has($name) * * @return string|null * @static - */ - public static function currentRouteName() + */ public static function currentRouteName() { /** @var \Illuminate\Routing\Router $instance */ return $instance->currentRouteName(); @@ -13937,8 +12799,7 @@ public static function currentRouteName() * @param mixed $patterns * @return bool * @static - */ - public static function is(...$patterns) + */ public static function is(...$patterns) { /** @var \Illuminate\Routing\Router $instance */ return $instance->is(...$patterns); @@ -13949,8 +12810,7 @@ public static function is(...$patterns) * @param mixed $patterns * @return bool * @static - */ - public static function currentRouteNamed(...$patterns) + */ public static function currentRouteNamed(...$patterns) { /** @var \Illuminate\Routing\Router $instance */ return $instance->currentRouteNamed(...$patterns); @@ -13960,8 +12820,7 @@ public static function currentRouteNamed(...$patterns) * * @return string|null * @static - */ - public static function currentRouteAction() + */ public static function currentRouteAction() { /** @var \Illuminate\Routing\Router $instance */ return $instance->currentRouteAction(); @@ -13972,8 +12831,7 @@ public static function currentRouteAction() * @param array $patterns * @return bool * @static - */ - public static function uses(...$patterns) + */ public static function uses(...$patterns) { /** @var \Illuminate\Routing\Router $instance */ return $instance->uses(...$patterns); @@ -13984,8 +12842,7 @@ public static function uses(...$patterns) * @param string $action * @return bool * @static - */ - public static function currentRouteUses($action) + */ public static function currentRouteUses($action) { /** @var \Illuminate\Routing\Router $instance */ return $instance->currentRouteUses($action); @@ -13996,8 +12853,7 @@ public static function currentRouteUses($action) * @param bool $singular * @return void * @static - */ - public static function singularResourceParameters($singular = true) + */ public static function singularResourceParameters($singular = true) { /** @var \Illuminate\Routing\Router $instance */ $instance->singularResourceParameters($singular); @@ -14008,8 +12864,7 @@ public static function singularResourceParameters($singular = true) * @param array $parameters * @return void * @static - */ - public static function resourceParameters($parameters = []) + */ public static function resourceParameters($parameters = []) { /** @var \Illuminate\Routing\Router $instance */ $instance->resourceParameters($parameters); @@ -14020,8 +12875,7 @@ public static function resourceParameters($parameters = []) * @param array $verbs * @return array|null * @static - */ - public static function resourceVerbs($verbs = []) + */ public static function resourceVerbs($verbs = []) { /** @var \Illuminate\Routing\Router $instance */ return $instance->resourceVerbs($verbs); @@ -14031,8 +12885,7 @@ public static function resourceVerbs($verbs = []) * * @return \Illuminate\Routing\RouteCollectionInterface * @static - */ - public static function getRoutes() + */ public static function getRoutes() { /** @var \Illuminate\Routing\Router $instance */ return $instance->getRoutes(); @@ -14043,8 +12896,7 @@ public static function getRoutes() * @param \Illuminate\Routing\RouteCollection $routes * @return void * @static - */ - public static function setRoutes($routes) + */ public static function setRoutes($routes) { /** @var \Illuminate\Routing\Router $instance */ $instance->setRoutes($routes); @@ -14055,8 +12907,7 @@ public static function setRoutes($routes) * @param array $routes * @return void * @static - */ - public static function setCompiledRoutes($routes) + */ public static function setCompiledRoutes($routes) { /** @var \Illuminate\Routing\Router $instance */ $instance->setCompiledRoutes($routes); @@ -14067,8 +12918,7 @@ public static function setCompiledRoutes($routes) * @param array $middleware * @return array * @static - */ - public static function uniqueMiddleware($middleware) + */ public static function uniqueMiddleware($middleware) { return \Illuminate\Routing\Router::uniqueMiddleware($middleware); } @@ -14078,8 +12928,7 @@ public static function uniqueMiddleware($middleware) * @param \Illuminate\Container\Container $container * @return \Illuminate\Routing\Router * @static - */ - public static function setContainer($container) + */ public static function setContainer($container) { /** @var \Illuminate\Routing\Router $instance */ return $instance->setContainer($container); @@ -14091,8 +12940,7 @@ public static function setContainer($container) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Routing\Router::macro($name, $macro); } @@ -14104,8 +12952,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Routing\Router::mixin($mixin, $replace); } @@ -14115,8 +12962,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Routing\Router::hasMacro($name); } @@ -14125,8 +12971,7 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Routing\Router::flushMacros(); } @@ -14138,28 +12983,24 @@ public static function flushMacros() * @return mixed * @throws \BadMethodCallException * @static - */ - public static function macroCall($method, $parameters) + */ public static function macroCall($method, $parameters) { /** @var \Illuminate\Routing\Router $instance */ return $instance->macroCall($method, $parameters); } - - } + } /** * * * @see \Illuminate\Database\Schema\Builder - */ - class Schema { + */ class Schema { /** * Create a database in the schema. * * @param string $name * @return bool * @static - */ - public static function createDatabase($name) + */ public static function createDatabase($name) { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->createDatabase($name); @@ -14170,8 +13011,7 @@ public static function createDatabase($name) * @param string $name * @return bool * @static - */ - public static function dropDatabaseIfExists($name) + */ public static function dropDatabaseIfExists($name) { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->dropDatabaseIfExists($name); @@ -14181,8 +13021,7 @@ public static function dropDatabaseIfExists($name) * * @return array * @static - */ - public static function getTables() + */ public static function getTables() { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getTables(); @@ -14192,8 +13031,7 @@ public static function getTables() * * @return array * @static - */ - public static function getViews() + */ public static function getViews() { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getViews(); @@ -14204,8 +13042,7 @@ public static function getViews() * @deprecated Will be removed in a future Laravel version. * @return array * @static - */ - public static function getAllTables() + */ public static function getAllTables() { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getAllTables(); @@ -14216,8 +13053,7 @@ public static function getAllTables() * @deprecated Will be removed in a future Laravel version. * @return array * @static - */ - public static function getAllViews() + */ public static function getAllViews() { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getAllViews(); @@ -14228,8 +13064,7 @@ public static function getAllViews() * @param string $table * @return array * @static - */ - public static function getColumns($table) + */ public static function getColumns($table) { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getColumns($table); @@ -14240,8 +13075,7 @@ public static function getColumns($table) * @param string $table * @return array * @static - */ - public static function getIndexes($table) + */ public static function getIndexes($table) { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getIndexes($table); @@ -14252,8 +13086,7 @@ public static function getIndexes($table) * @param string $table * @return array * @static - */ - public static function getForeignKeys($table) + */ public static function getForeignKeys($table) { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getForeignKeys($table); @@ -14263,8 +13096,7 @@ public static function getForeignKeys($table) * * @return void * @static - */ - public static function dropAllTables() + */ public static function dropAllTables() { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->dropAllTables(); @@ -14274,8 +13106,7 @@ public static function dropAllTables() * * @return void * @static - */ - public static function dropAllViews() + */ public static function dropAllViews() { /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->dropAllViews(); @@ -14286,8 +13117,7 @@ public static function dropAllViews() * @param int $length * @return void * @static - */ - public static function defaultStringLength($length) + */ public static function defaultStringLength($length) { //Method inherited from \Illuminate\Database\Schema\Builder \Illuminate\Database\Schema\MySqlBuilder::defaultStringLength($length); } @@ -14298,8 +13128,7 @@ public static function defaultStringLength($length) * @return void * @throws \InvalidArgumentException * @static - */ - public static function defaultMorphKeyType($type) + */ public static function defaultMorphKeyType($type) { //Method inherited from \Illuminate\Database\Schema\Builder \Illuminate\Database\Schema\MySqlBuilder::defaultMorphKeyType($type); } @@ -14308,8 +13137,7 @@ public static function defaultMorphKeyType($type) * * @return void * @static - */ - public static function morphUsingUuids() + */ public static function morphUsingUuids() { //Method inherited from \Illuminate\Database\Schema\Builder \Illuminate\Database\Schema\MySqlBuilder::morphUsingUuids(); } @@ -14318,8 +13146,7 @@ public static function morphUsingUuids() * * @return void * @static - */ - public static function morphUsingUlids() + */ public static function morphUsingUlids() { //Method inherited from \Illuminate\Database\Schema\Builder \Illuminate\Database\Schema\MySqlBuilder::morphUsingUlids(); } @@ -14329,8 +13156,7 @@ public static function morphUsingUlids() * @param bool $value * @return void * @static - */ - public static function useNativeSchemaOperationsIfPossible($value = true) + */ public static function useNativeSchemaOperationsIfPossible($value = true) { //Method inherited from \Illuminate\Database\Schema\Builder \Illuminate\Database\Schema\MySqlBuilder::useNativeSchemaOperationsIfPossible($value); } @@ -14340,8 +13166,7 @@ public static function useNativeSchemaOperationsIfPossible($value = true) * @param string $table * @return bool * @static - */ - public static function hasTable($table) + */ public static function hasTable($table) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->hasTable($table); @@ -14352,8 +13177,7 @@ public static function hasTable($table) * @param string $view * @return bool * @static - */ - public static function hasView($view) + */ public static function hasView($view) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->hasView($view); @@ -14363,8 +13187,7 @@ public static function hasView($view) * * @return array * @static - */ - public static function getTableListing() + */ public static function getTableListing() { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getTableListing(); @@ -14374,8 +13197,7 @@ public static function getTableListing() * * @return array * @static - */ - public static function getTypes() + */ public static function getTypes() { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getTypes(); @@ -14387,8 +13209,7 @@ public static function getTypes() * @param string $column * @return bool * @static - */ - public static function hasColumn($table, $column) + */ public static function hasColumn($table, $column) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->hasColumn($table, $column); @@ -14400,8 +13221,7 @@ public static function hasColumn($table, $column) * @param array $columns * @return bool * @static - */ - public static function hasColumns($table, $columns) + */ public static function hasColumns($table, $columns) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->hasColumns($table, $columns); @@ -14414,8 +13234,7 @@ public static function hasColumns($table, $columns) * @param \Closure $callback * @return void * @static - */ - public static function whenTableHasColumn($table, $column, $callback) + */ public static function whenTableHasColumn($table, $column, $callback) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->whenTableHasColumn($table, $column, $callback); @@ -14428,8 +13247,7 @@ public static function whenTableHasColumn($table, $column, $callback) * @param \Closure $callback * @return void * @static - */ - public static function whenTableDoesntHaveColumn($table, $column, $callback) + */ public static function whenTableDoesntHaveColumn($table, $column, $callback) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->whenTableDoesntHaveColumn($table, $column, $callback); @@ -14442,8 +13260,7 @@ public static function whenTableDoesntHaveColumn($table, $column, $callback) * @param bool $fullDefinition * @return string * @static - */ - public static function getColumnType($table, $column, $fullDefinition = false) + */ public static function getColumnType($table, $column, $fullDefinition = false) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getColumnType($table, $column, $fullDefinition); @@ -14454,8 +13271,7 @@ public static function getColumnType($table, $column, $fullDefinition = false) * @param string $table * @return array * @static - */ - public static function getColumnListing($table) + */ public static function getColumnListing($table) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getColumnListing($table); @@ -14466,8 +13282,7 @@ public static function getColumnListing($table) * @param string $table * @return array * @static - */ - public static function getIndexListing($table) + */ public static function getIndexListing($table) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getIndexListing($table); @@ -14480,8 +13295,7 @@ public static function getIndexListing($table) * @param string|null $type * @return bool * @static - */ - public static function hasIndex($table, $index, $type = null) + */ public static function hasIndex($table, $index, $type = null) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->hasIndex($table, $index, $type); @@ -14493,8 +13307,7 @@ public static function hasIndex($table, $index, $type = null) * @param \Closure $callback * @return void * @static - */ - public static function table($table, $callback) + */ public static function table($table, $callback) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->table($table, $callback); @@ -14506,8 +13319,7 @@ public static function table($table, $callback) * @param \Closure $callback * @return void * @static - */ - public static function create($table, $callback) + */ public static function create($table, $callback) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->create($table, $callback); @@ -14518,8 +13330,7 @@ public static function create($table, $callback) * @param string $table * @return void * @static - */ - public static function drop($table) + */ public static function drop($table) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->drop($table); @@ -14530,8 +13341,7 @@ public static function drop($table) * @param string $table * @return void * @static - */ - public static function dropIfExists($table) + */ public static function dropIfExists($table) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->dropIfExists($table); @@ -14543,8 +13353,7 @@ public static function dropIfExists($table) * @param string|array $columns * @return void * @static - */ - public static function dropColumns($table, $columns) + */ public static function dropColumns($table, $columns) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->dropColumns($table, $columns); @@ -14555,8 +13364,7 @@ public static function dropColumns($table, $columns) * @return void * @throws \LogicException * @static - */ - public static function dropAllTypes() + */ public static function dropAllTypes() { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->dropAllTypes(); @@ -14568,8 +13376,7 @@ public static function dropAllTypes() * @param string $to * @return void * @static - */ - public static function rename($from, $to) + */ public static function rename($from, $to) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->rename($from, $to); @@ -14579,8 +13386,7 @@ public static function rename($from, $to) * * @return bool * @static - */ - public static function enableForeignKeyConstraints() + */ public static function enableForeignKeyConstraints() { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->enableForeignKeyConstraints(); @@ -14590,8 +13396,7 @@ public static function enableForeignKeyConstraints() * * @return bool * @static - */ - public static function disableForeignKeyConstraints() + */ public static function disableForeignKeyConstraints() { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->disableForeignKeyConstraints(); @@ -14602,8 +13407,7 @@ public static function disableForeignKeyConstraints() * @param \Closure $callback * @return mixed * @static - */ - public static function withoutForeignKeyConstraints($callback) + */ public static function withoutForeignKeyConstraints($callback) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->withoutForeignKeyConstraints($callback); @@ -14613,8 +13417,7 @@ public static function withoutForeignKeyConstraints($callback) * * @return \Illuminate\Database\Connection * @static - */ - public static function getConnection() + */ public static function getConnection() { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->getConnection(); @@ -14625,8 +13428,7 @@ public static function getConnection() * @param \Illuminate\Database\Connection $connection * @return \Illuminate\Database\Schema\MySqlBuilder * @static - */ - public static function setConnection($connection) + */ public static function setConnection($connection) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ return $instance->setConnection($connection); @@ -14637,8 +13439,7 @@ public static function setConnection($connection) * @param \Closure $resolver * @return void * @static - */ - public static function blueprintResolver($resolver) + */ public static function blueprintResolver($resolver) { //Method inherited from \Illuminate\Database\Schema\Builder /** @var \Illuminate\Database\Schema\MySqlBuilder $instance */ $instance->blueprintResolver($resolver); @@ -14650,8 +13451,7 @@ public static function blueprintResolver($resolver) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { //Method inherited from \Illuminate\Database\Schema\Builder \Illuminate\Database\Schema\MySqlBuilder::macro($name, $macro); } @@ -14663,8 +13463,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { //Method inherited from \Illuminate\Database\Schema\Builder \Illuminate\Database\Schema\MySqlBuilder::mixin($mixin, $replace); } @@ -14674,8 +13473,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { //Method inherited from \Illuminate\Database\Schema\Builder return \Illuminate\Database\Schema\MySqlBuilder::hasMacro($name); } @@ -14684,26 +13482,22 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { //Method inherited from \Illuminate\Database\Schema\Builder \Illuminate\Database\Schema\MySqlBuilder::flushMacros(); } - - } + } /** * * * @see \Illuminate\Session\SessionManager - */ - class Session { + */ class Session { /** * Determine if requests for the same session should wait for each to finish before executing. * * @return bool * @static - */ - public static function shouldBlock() + */ public static function shouldBlock() { /** @var \Illuminate\Session\SessionManager $instance */ return $instance->shouldBlock(); @@ -14713,8 +13507,7 @@ public static function shouldBlock() * * @return string|null * @static - */ - public static function blockDriver() + */ public static function blockDriver() { /** @var \Illuminate\Session\SessionManager $instance */ return $instance->blockDriver(); @@ -14724,8 +13517,7 @@ public static function blockDriver() * * @return int * @static - */ - public static function defaultRouteBlockLockSeconds() + */ public static function defaultRouteBlockLockSeconds() { /** @var \Illuminate\Session\SessionManager $instance */ return $instance->defaultRouteBlockLockSeconds(); @@ -14735,8 +13527,7 @@ public static function defaultRouteBlockLockSeconds() * * @return int * @static - */ - public static function defaultRouteBlockWaitSeconds() + */ public static function defaultRouteBlockWaitSeconds() { /** @var \Illuminate\Session\SessionManager $instance */ return $instance->defaultRouteBlockWaitSeconds(); @@ -14746,8 +13537,7 @@ public static function defaultRouteBlockWaitSeconds() * * @return array * @static - */ - public static function getSessionConfig() + */ public static function getSessionConfig() { /** @var \Illuminate\Session\SessionManager $instance */ return $instance->getSessionConfig(); @@ -14757,8 +13547,7 @@ public static function getSessionConfig() * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Session\SessionManager $instance */ return $instance->getDefaultDriver(); @@ -14769,8 +13558,7 @@ public static function getDefaultDriver() * @param string $name * @return void * @static - */ - public static function setDefaultDriver($name) + */ public static function setDefaultDriver($name) { /** @var \Illuminate\Session\SessionManager $instance */ $instance->setDefaultDriver($name); @@ -14782,8 +13570,7 @@ public static function setDefaultDriver($name) * @return mixed * @throws \InvalidArgumentException * @static - */ - public static function driver($driver = null) + */ public static function driver($driver = null) { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Session\SessionManager $instance */ return $instance->driver($driver); @@ -14795,8 +13582,7 @@ public static function driver($driver = null) * @param \Closure $callback * @return \Illuminate\Session\SessionManager * @static - */ - public static function extend($driver, $callback) + */ public static function extend($driver, $callback) { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Session\SessionManager $instance */ return $instance->extend($driver, $callback); @@ -14806,8 +13592,7 @@ public static function extend($driver, $callback) * * @return array * @static - */ - public static function getDrivers() + */ public static function getDrivers() { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Session\SessionManager $instance */ return $instance->getDrivers(); @@ -14817,8 +13602,7 @@ public static function getDrivers() * * @return \Illuminate\Contracts\Container\Container * @static - */ - public static function getContainer() + */ public static function getContainer() { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Session\SessionManager $instance */ return $instance->getContainer(); @@ -14829,8 +13613,7 @@ public static function getContainer() * @param \Illuminate\Contracts\Container\Container $container * @return \Illuminate\Session\SessionManager * @static - */ - public static function setContainer($container) + */ public static function setContainer($container) { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Session\SessionManager $instance */ return $instance->setContainer($container); @@ -14840,8 +13623,7 @@ public static function setContainer($container) * * @return \Illuminate\Session\SessionManager * @static - */ - public static function forgetDrivers() + */ public static function forgetDrivers() { //Method inherited from \Illuminate\Support\Manager /** @var \Illuminate\Session\SessionManager $instance */ return $instance->forgetDrivers(); @@ -14851,8 +13633,7 @@ public static function forgetDrivers() * * @return bool * @static - */ - public static function start() + */ public static function start() { /** @var \Illuminate\Session\Store $instance */ return $instance->start(); @@ -14862,8 +13643,7 @@ public static function start() * * @return void * @static - */ - public static function save() + */ public static function save() { /** @var \Illuminate\Session\Store $instance */ $instance->save(); @@ -14873,8 +13653,7 @@ public static function save() * * @return void * @static - */ - public static function ageFlashData() + */ public static function ageFlashData() { /** @var \Illuminate\Session\Store $instance */ $instance->ageFlashData(); @@ -14884,8 +13663,7 @@ public static function ageFlashData() * * @return array * @static - */ - public static function all() + */ public static function all() { /** @var \Illuminate\Session\Store $instance */ return $instance->all(); @@ -14896,8 +13674,7 @@ public static function all() * @param array $keys * @return array * @static - */ - public static function only($keys) + */ public static function only($keys) { /** @var \Illuminate\Session\Store $instance */ return $instance->only($keys); @@ -14908,8 +13685,7 @@ public static function only($keys) * @param array $keys * @return array * @static - */ - public static function except($keys) + */ public static function except($keys) { /** @var \Illuminate\Session\Store $instance */ return $instance->except($keys); @@ -14920,8 +13696,7 @@ public static function except($keys) * @param string|array $key * @return bool * @static - */ - public static function exists($key) + */ public static function exists($key) { /** @var \Illuminate\Session\Store $instance */ return $instance->exists($key); @@ -14932,8 +13707,7 @@ public static function exists($key) * @param string|array $key * @return bool * @static - */ - public static function missing($key) + */ public static function missing($key) { /** @var \Illuminate\Session\Store $instance */ return $instance->missing($key); @@ -14944,8 +13718,7 @@ public static function missing($key) * @param string|array $key * @return bool * @static - */ - public static function has($key) + */ public static function has($key) { /** @var \Illuminate\Session\Store $instance */ return $instance->has($key); @@ -14957,8 +13730,7 @@ public static function has($key) * @param mixed $default * @return mixed * @static - */ - public static function get($key, $default = null) + */ public static function get($key, $default = null) { /** @var \Illuminate\Session\Store $instance */ return $instance->get($key, $default); @@ -14970,8 +13742,7 @@ public static function get($key, $default = null) * @param mixed $default * @return mixed * @static - */ - public static function pull($key, $default = null) + */ public static function pull($key, $default = null) { /** @var \Illuminate\Session\Store $instance */ return $instance->pull($key, $default); @@ -14982,8 +13753,7 @@ public static function pull($key, $default = null) * @param string|null $key * @return bool * @static - */ - public static function hasOldInput($key = null) + */ public static function hasOldInput($key = null) { /** @var \Illuminate\Session\Store $instance */ return $instance->hasOldInput($key); @@ -14995,8 +13765,7 @@ public static function hasOldInput($key = null) * @param mixed $default * @return mixed * @static - */ - public static function getOldInput($key = null, $default = null) + */ public static function getOldInput($key = null, $default = null) { /** @var \Illuminate\Session\Store $instance */ return $instance->getOldInput($key, $default); @@ -15007,8 +13776,7 @@ public static function getOldInput($key = null, $default = null) * @param array $attributes * @return void * @static - */ - public static function replace($attributes) + */ public static function replace($attributes) { /** @var \Illuminate\Session\Store $instance */ $instance->replace($attributes); @@ -15020,8 +13788,7 @@ public static function replace($attributes) * @param mixed $value * @return void * @static - */ - public static function put($key, $value = null) + */ public static function put($key, $value = null) { /** @var \Illuminate\Session\Store $instance */ $instance->put($key, $value); @@ -15033,8 +13800,7 @@ public static function put($key, $value = null) * @param \Closure $callback * @return mixed * @static - */ - public static function remember($key, $callback) + */ public static function remember($key, $callback) { /** @var \Illuminate\Session\Store $instance */ return $instance->remember($key, $callback); @@ -15046,8 +13812,7 @@ public static function remember($key, $callback) * @param mixed $value * @return void * @static - */ - public static function push($key, $value) + */ public static function push($key, $value) { /** @var \Illuminate\Session\Store $instance */ $instance->push($key, $value); @@ -15059,8 +13824,7 @@ public static function push($key, $value) * @param int $amount * @return mixed * @static - */ - public static function increment($key, $amount = 1) + */ public static function increment($key, $amount = 1) { /** @var \Illuminate\Session\Store $instance */ return $instance->increment($key, $amount); @@ -15072,8 +13836,7 @@ public static function increment($key, $amount = 1) * @param int $amount * @return int * @static - */ - public static function decrement($key, $amount = 1) + */ public static function decrement($key, $amount = 1) { /** @var \Illuminate\Session\Store $instance */ return $instance->decrement($key, $amount); @@ -15085,8 +13848,7 @@ public static function decrement($key, $amount = 1) * @param mixed $value * @return void * @static - */ - public static function flash($key, $value = true) + */ public static function flash($key, $value = true) { /** @var \Illuminate\Session\Store $instance */ $instance->flash($key, $value); @@ -15098,8 +13860,7 @@ public static function flash($key, $value = true) * @param mixed $value * @return void * @static - */ - public static function now($key, $value) + */ public static function now($key, $value) { /** @var \Illuminate\Session\Store $instance */ $instance->now($key, $value); @@ -15109,8 +13870,7 @@ public static function now($key, $value) * * @return void * @static - */ - public static function reflash() + */ public static function reflash() { /** @var \Illuminate\Session\Store $instance */ $instance->reflash(); @@ -15121,8 +13881,7 @@ public static function reflash() * @param array|mixed $keys * @return void * @static - */ - public static function keep($keys = null) + */ public static function keep($keys = null) { /** @var \Illuminate\Session\Store $instance */ $instance->keep($keys); @@ -15133,8 +13892,7 @@ public static function keep($keys = null) * @param array $value * @return void * @static - */ - public static function flashInput($value) + */ public static function flashInput($value) { /** @var \Illuminate\Session\Store $instance */ $instance->flashInput($value); @@ -15145,8 +13903,7 @@ public static function flashInput($value) * @param string $key * @return mixed * @static - */ - public static function remove($key) + */ public static function remove($key) { /** @var \Illuminate\Session\Store $instance */ return $instance->remove($key); @@ -15157,8 +13914,7 @@ public static function remove($key) * @param string|array $keys * @return void * @static - */ - public static function forget($keys) + */ public static function forget($keys) { /** @var \Illuminate\Session\Store $instance */ $instance->forget($keys); @@ -15168,8 +13924,7 @@ public static function forget($keys) * * @return void * @static - */ - public static function flush() + */ public static function flush() { /** @var \Illuminate\Session\Store $instance */ $instance->flush(); @@ -15179,8 +13934,7 @@ public static function flush() * * @return bool * @static - */ - public static function invalidate() + */ public static function invalidate() { /** @var \Illuminate\Session\Store $instance */ return $instance->invalidate(); @@ -15191,8 +13945,7 @@ public static function invalidate() * @param bool $destroy * @return bool * @static - */ - public static function regenerate($destroy = false) + */ public static function regenerate($destroy = false) { /** @var \Illuminate\Session\Store $instance */ return $instance->regenerate($destroy); @@ -15203,8 +13956,7 @@ public static function regenerate($destroy = false) * @param bool $destroy * @return bool * @static - */ - public static function migrate($destroy = false) + */ public static function migrate($destroy = false) { /** @var \Illuminate\Session\Store $instance */ return $instance->migrate($destroy); @@ -15214,8 +13966,7 @@ public static function migrate($destroy = false) * * @return bool * @static - */ - public static function isStarted() + */ public static function isStarted() { /** @var \Illuminate\Session\Store $instance */ return $instance->isStarted(); @@ -15225,8 +13976,7 @@ public static function isStarted() * * @return string * @static - */ - public static function getName() + */ public static function getName() { /** @var \Illuminate\Session\Store $instance */ return $instance->getName(); @@ -15237,8 +13987,7 @@ public static function getName() * @param string $name * @return void * @static - */ - public static function setName($name) + */ public static function setName($name) { /** @var \Illuminate\Session\Store $instance */ $instance->setName($name); @@ -15248,8 +13997,7 @@ public static function setName($name) * * @return string * @static - */ - public static function getId() + */ public static function getId() { /** @var \Illuminate\Session\Store $instance */ return $instance->getId(); @@ -15260,8 +14008,7 @@ public static function getId() * @param string|null $id * @return void * @static - */ - public static function setId($id) + */ public static function setId($id) { /** @var \Illuminate\Session\Store $instance */ $instance->setId($id); @@ -15272,8 +14019,7 @@ public static function setId($id) * @param string|null $id * @return bool * @static - */ - public static function isValidId($id) + */ public static function isValidId($id) { /** @var \Illuminate\Session\Store $instance */ return $instance->isValidId($id); @@ -15284,8 +14030,7 @@ public static function isValidId($id) * @param bool $value * @return void * @static - */ - public static function setExists($value) + */ public static function setExists($value) { /** @var \Illuminate\Session\Store $instance */ $instance->setExists($value); @@ -15295,8 +14040,7 @@ public static function setExists($value) * * @return string * @static - */ - public static function token() + */ public static function token() { /** @var \Illuminate\Session\Store $instance */ return $instance->token(); @@ -15306,8 +14050,7 @@ public static function token() * * @return void * @static - */ - public static function regenerateToken() + */ public static function regenerateToken() { /** @var \Illuminate\Session\Store $instance */ $instance->regenerateToken(); @@ -15317,8 +14060,7 @@ public static function regenerateToken() * * @return string|null * @static - */ - public static function previousUrl() + */ public static function previousUrl() { /** @var \Illuminate\Session\Store $instance */ return $instance->previousUrl(); @@ -15329,8 +14071,7 @@ public static function previousUrl() * @param string $url * @return void * @static - */ - public static function setPreviousUrl($url) + */ public static function setPreviousUrl($url) { /** @var \Illuminate\Session\Store $instance */ $instance->setPreviousUrl($url); @@ -15340,8 +14081,7 @@ public static function setPreviousUrl($url) * * @return void * @static - */ - public static function passwordConfirmed() + */ public static function passwordConfirmed() { /** @var \Illuminate\Session\Store $instance */ $instance->passwordConfirmed(); @@ -15351,8 +14091,7 @@ public static function passwordConfirmed() * * @return \SessionHandlerInterface * @static - */ - public static function getHandler() + */ public static function getHandler() { /** @var \Illuminate\Session\Store $instance */ return $instance->getHandler(); @@ -15363,8 +14102,7 @@ public static function getHandler() * @param \SessionHandlerInterface $handler * @return \SessionHandlerInterface * @static - */ - public static function setHandler($handler) + */ public static function setHandler($handler) { /** @var \Illuminate\Session\Store $instance */ return $instance->setHandler($handler); @@ -15374,8 +14112,7 @@ public static function setHandler($handler) * * @return bool * @static - */ - public static function handlerNeedsRequest() + */ public static function handlerNeedsRequest() { /** @var \Illuminate\Session\Store $instance */ return $instance->handlerNeedsRequest(); @@ -15386,8 +14123,7 @@ public static function handlerNeedsRequest() * @param \Illuminate\Http\Request $request * @return void * @static - */ - public static function setRequestOnHandler($request) + */ public static function setRequestOnHandler($request) { /** @var \Illuminate\Session\Store $instance */ $instance->setRequestOnHandler($request); @@ -15399,8 +14135,7 @@ public static function setRequestOnHandler($request) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Session\Store::macro($name, $macro); } @@ -15412,8 +14147,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Session\Store::mixin($mixin, $replace); } @@ -15423,8 +14157,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Session\Store::hasMacro($name); } @@ -15433,13 +14166,11 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Session\Store::flushMacros(); } - - } + } /** * * @@ -15451,16 +14182,14 @@ public static function flushMacros() * @method static void write(string $location, string $contents, array $config = []) * @method static void createDirectory(string $location, array $config = []) * @see \Illuminate\Filesystem\FilesystemManager - */ - class Storage { + */ class Storage { /** * Get a filesystem instance. * * @param string|null $name * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function drive($name = null) + */ public static function drive($name = null) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->drive($name); @@ -15471,8 +14200,7 @@ public static function drive($name = null) * @param string|null $name * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function disk($name = null) + */ public static function disk($name = null) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->disk($name); @@ -15482,8 +14210,7 @@ public static function disk($name = null) * * @return \Illuminate\Contracts\Filesystem\Cloud * @static - */ - public static function cloud() + */ public static function cloud() { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->cloud(); @@ -15494,8 +14221,7 @@ public static function cloud() * @param string|array $config * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function build($config) + */ public static function build($config) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->build($config); @@ -15506,8 +14232,7 @@ public static function build($config) * @param array $config * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function createLocalDriver($config) + */ public static function createLocalDriver($config) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->createLocalDriver($config); @@ -15518,8 +14243,7 @@ public static function createLocalDriver($config) * @param array $config * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function createFtpDriver($config) + */ public static function createFtpDriver($config) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->createFtpDriver($config); @@ -15530,8 +14254,7 @@ public static function createFtpDriver($config) * @param array $config * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function createSftpDriver($config) + */ public static function createSftpDriver($config) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->createSftpDriver($config); @@ -15542,8 +14265,7 @@ public static function createSftpDriver($config) * @param array $config * @return \Illuminate\Contracts\Filesystem\Cloud * @static - */ - public static function createS3Driver($config) + */ public static function createS3Driver($config) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->createS3Driver($config); @@ -15554,8 +14276,7 @@ public static function createS3Driver($config) * @param array $config * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function createScopedDriver($config) + */ public static function createScopedDriver($config) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->createScopedDriver($config); @@ -15567,8 +14288,7 @@ public static function createScopedDriver($config) * @param mixed $disk * @return \Illuminate\Filesystem\FilesystemManager * @static - */ - public static function set($name, $disk) + */ public static function set($name, $disk) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->set($name, $disk); @@ -15578,8 +14298,7 @@ public static function set($name, $disk) * * @return string * @static - */ - public static function getDefaultDriver() + */ public static function getDefaultDriver() { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->getDefaultDriver(); @@ -15589,8 +14308,7 @@ public static function getDefaultDriver() * * @return string * @static - */ - public static function getDefaultCloudDriver() + */ public static function getDefaultCloudDriver() { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->getDefaultCloudDriver(); @@ -15601,8 +14319,7 @@ public static function getDefaultCloudDriver() * @param array|string $disk * @return \Illuminate\Filesystem\FilesystemManager * @static - */ - public static function forgetDisk($disk) + */ public static function forgetDisk($disk) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->forgetDisk($disk); @@ -15613,8 +14330,7 @@ public static function forgetDisk($disk) * @param string|null $name * @return void * @static - */ - public static function purge($name = null) + */ public static function purge($name = null) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ $instance->purge($name); @@ -15626,8 +14342,7 @@ public static function purge($name = null) * @param \Closure $callback * @return \Illuminate\Filesystem\FilesystemManager * @static - */ - public static function extend($driver, $callback) + */ public static function extend($driver, $callback) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->extend($driver, $callback); @@ -15638,8 +14353,7 @@ public static function extend($driver, $callback) * @param \Illuminate\Contracts\Foundation\Application $app * @return \Illuminate\Filesystem\FilesystemManager * @static - */ - public static function setApplication($app) + */ public static function setApplication($app) { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->setApplication($app); @@ -15651,8 +14365,7 @@ public static function setApplication($app) * @param string|null $content * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function assertExists($path, $content = null) + */ public static function assertExists($path, $content = null) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->assertExists($path, $content); @@ -15663,8 +14376,7 @@ public static function assertExists($path, $content = null) * @param string|array $path * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function assertMissing($path) + */ public static function assertMissing($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->assertMissing($path); @@ -15675,8 +14387,7 @@ public static function assertMissing($path) * @param string $path * @return \Illuminate\Filesystem\FilesystemAdapter * @static - */ - public static function assertDirectoryEmpty($path) + */ public static function assertDirectoryEmpty($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->assertDirectoryEmpty($path); @@ -15687,8 +14398,7 @@ public static function assertDirectoryEmpty($path) * @param string $path * @return bool * @static - */ - public static function exists($path) + */ public static function exists($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->exists($path); @@ -15699,8 +14409,7 @@ public static function exists($path) * @param string $path * @return bool * @static - */ - public static function missing($path) + */ public static function missing($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->missing($path); @@ -15711,8 +14420,7 @@ public static function missing($path) * @param string $path * @return bool * @static - */ - public static function fileExists($path) + */ public static function fileExists($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->fileExists($path); @@ -15723,8 +14431,7 @@ public static function fileExists($path) * @param string $path * @return bool * @static - */ - public static function fileMissing($path) + */ public static function fileMissing($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->fileMissing($path); @@ -15735,8 +14442,7 @@ public static function fileMissing($path) * @param string $path * @return bool * @static - */ - public static function directoryExists($path) + */ public static function directoryExists($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->directoryExists($path); @@ -15747,8 +14453,7 @@ public static function directoryExists($path) * @param string $path * @return bool * @static - */ - public static function directoryMissing($path) + */ public static function directoryMissing($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->directoryMissing($path); @@ -15759,8 +14464,7 @@ public static function directoryMissing($path) * @param string $path * @return string * @static - */ - public static function path($path) + */ public static function path($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->path($path); @@ -15771,8 +14475,7 @@ public static function path($path) * @param string $path * @return string|null * @static - */ - public static function get($path) + */ public static function get($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->get($path); @@ -15784,8 +14487,7 @@ public static function get($path) * @param int $flags * @return array|null * @static - */ - public static function json($path, $flags = 0) + */ public static function json($path, $flags = 0) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->json($path, $flags); @@ -15799,8 +14501,7 @@ public static function json($path, $flags = 0) * @param string|null $disposition * @return \Symfony\Component\HttpFoundation\StreamedResponse * @static - */ - public static function response($path, $name = null, $headers = [], $disposition = 'inline') + */ public static function response($path, $name = null, $headers = [], $disposition = 'inline') { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->response($path, $name, $headers, $disposition); @@ -15812,8 +14513,7 @@ public static function response($path, $name = null, $headers = [], $disposition * @param string|null $name * @return \Symfony\Component\HttpFoundation\StreamedResponse * @static - */ - public static function download($path, $name = null, $headers = []) + */ public static function download($path, $name = null, $headers = []) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->download($path, $name, $headers); @@ -15826,8 +14526,7 @@ public static function download($path, $name = null, $headers = []) * @param mixed $options * @return string|bool * @static - */ - public static function put($path, $contents, $options = []) + */ public static function put($path, $contents, $options = []) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->put($path, $contents, $options); @@ -15840,8 +14539,7 @@ public static function put($path, $contents, $options = []) * @param mixed $options * @return string|false * @static - */ - public static function putFile($path, $file = null, $options = []) + */ public static function putFile($path, $file = null, $options = []) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->putFile($path, $file, $options); @@ -15855,8 +14553,7 @@ public static function putFile($path, $file = null, $options = []) * @param mixed $options * @return string|false * @static - */ - public static function putFileAs($path, $file, $name = null, $options = []) + */ public static function putFileAs($path, $file, $name = null, $options = []) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->putFileAs($path, $file, $name, $options); @@ -15867,8 +14564,7 @@ public static function putFileAs($path, $file, $name = null, $options = []) * @param string $path * @return string * @static - */ - public static function getVisibility($path) + */ public static function getVisibility($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->getVisibility($path); @@ -15880,8 +14576,7 @@ public static function getVisibility($path) * @param string $visibility * @return bool * @static - */ - public static function setVisibility($path, $visibility) + */ public static function setVisibility($path, $visibility) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->setVisibility($path, $visibility); @@ -15894,8 +14589,7 @@ public static function setVisibility($path, $visibility) * @param string $separator * @return bool * @static - */ - public static function prepend($path, $data, $separator = ' + */ public static function prepend($path, $data, $separator = ' ') { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ @@ -15909,8 +14603,7 @@ public static function prepend($path, $data, $separator = ' * @param string $separator * @return bool * @static - */ - public static function append($path, $data, $separator = ' + */ public static function append($path, $data, $separator = ' ') { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ @@ -15922,8 +14615,7 @@ public static function append($path, $data, $separator = ' * @param string|array $paths * @return bool * @static - */ - public static function delete($paths) + */ public static function delete($paths) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->delete($paths); @@ -15935,8 +14627,7 @@ public static function delete($paths) * @param string $to * @return bool * @static - */ - public static function copy($from, $to) + */ public static function copy($from, $to) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->copy($from, $to); @@ -15948,8 +14639,7 @@ public static function copy($from, $to) * @param string $to * @return bool * @static - */ - public static function move($from, $to) + */ public static function move($from, $to) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->move($from, $to); @@ -15960,8 +14650,7 @@ public static function move($from, $to) * @param string $path * @return int * @static - */ - public static function size($path) + */ public static function size($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->size($path); @@ -15972,8 +14661,7 @@ public static function size($path) * @return string|false * @throws UnableToProvideChecksum * @static - */ - public static function checksum($path, $options = []) + */ public static function checksum($path, $options = []) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->checksum($path, $options); @@ -15984,8 +14672,7 @@ public static function checksum($path, $options = []) * @param string $path * @return string|false * @static - */ - public static function mimeType($path) + */ public static function mimeType($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->mimeType($path); @@ -15996,8 +14683,7 @@ public static function mimeType($path) * @param string $path * @return int * @static - */ - public static function lastModified($path) + */ public static function lastModified($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->lastModified($path); @@ -16008,8 +14694,7 @@ public static function lastModified($path) * @param string $path * @return resource|null The path resource or null on failure. * @static - */ - public static function readStream($path) + */ public static function readStream($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->readStream($path); @@ -16022,8 +14707,7 @@ public static function readStream($path) * @param array $options * @return bool * @static - */ - public static function writeStream($path, $resource, $options = []) + */ public static function writeStream($path, $resource, $options = []) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->writeStream($path, $resource, $options); @@ -16035,8 +14719,7 @@ public static function writeStream($path, $resource, $options = []) * @return string * @throws \RuntimeException * @static - */ - public static function url($path) + */ public static function url($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->url($path); @@ -16046,8 +14729,7 @@ public static function url($path) * * @return bool * @static - */ - public static function providesTemporaryUrls() + */ public static function providesTemporaryUrls() { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->providesTemporaryUrls(); @@ -16061,8 +14743,7 @@ public static function providesTemporaryUrls() * @return string * @throws \RuntimeException * @static - */ - public static function temporaryUrl($path, $expiration, $options = []) + */ public static function temporaryUrl($path, $expiration, $options = []) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->temporaryUrl($path, $expiration, $options); @@ -16076,8 +14757,7 @@ public static function temporaryUrl($path, $expiration, $options = []) * @return array * @throws \RuntimeException * @static - */ - public static function temporaryUploadUrl($path, $expiration, $options = []) + */ public static function temporaryUploadUrl($path, $expiration, $options = []) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->temporaryUploadUrl($path, $expiration, $options); @@ -16089,8 +14769,7 @@ public static function temporaryUploadUrl($path, $expiration, $options = []) * @param bool $recursive * @return array * @static - */ - public static function files($directory = null, $recursive = false) + */ public static function files($directory = null, $recursive = false) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->files($directory, $recursive); @@ -16101,8 +14780,7 @@ public static function files($directory = null, $recursive = false) * @param string|null $directory * @return array * @static - */ - public static function allFiles($directory = null) + */ public static function allFiles($directory = null) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->allFiles($directory); @@ -16114,8 +14792,7 @@ public static function allFiles($directory = null) * @param bool $recursive * @return array * @static - */ - public static function directories($directory = null, $recursive = false) + */ public static function directories($directory = null, $recursive = false) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->directories($directory, $recursive); @@ -16126,8 +14803,7 @@ public static function directories($directory = null, $recursive = false) * @param string|null $directory * @return array * @static - */ - public static function allDirectories($directory = null) + */ public static function allDirectories($directory = null) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->allDirectories($directory); @@ -16138,8 +14814,7 @@ public static function allDirectories($directory = null) * @param string $path * @return bool * @static - */ - public static function makeDirectory($path) + */ public static function makeDirectory($path) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->makeDirectory($path); @@ -16150,8 +14825,7 @@ public static function makeDirectory($path) * @param string $directory * @return bool * @static - */ - public static function deleteDirectory($directory) + */ public static function deleteDirectory($directory) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->deleteDirectory($directory); @@ -16161,8 +14835,7 @@ public static function deleteDirectory($directory) * * @return \League\Flysystem\FilesystemOperator * @static - */ - public static function getDriver() + */ public static function getDriver() { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->getDriver(); @@ -16172,8 +14845,7 @@ public static function getDriver() * * @return \League\Flysystem\FilesystemAdapter * @static - */ - public static function getAdapter() + */ public static function getAdapter() { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->getAdapter(); @@ -16183,8 +14855,7 @@ public static function getAdapter() * * @return array * @static - */ - public static function getConfig() + */ public static function getConfig() { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->getConfig(); @@ -16195,8 +14866,7 @@ public static function getConfig() * @param \Closure $callback * @return void * @static - */ - public static function buildTemporaryUrlsUsing($callback) + */ public static function buildTemporaryUrlsUsing($callback) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ $instance->buildTemporaryUrlsUsing($callback); @@ -16211,8 +14881,7 @@ public static function buildTemporaryUrlsUsing($callback) * @param \Illuminate\Filesystem\(callable($this, TWhenParameter): TWhenReturnType)|null $default * @return $this|\Illuminate\Filesystem\TWhenReturnType * @static - */ - public static function when($value = null, $callback = null, $default = null) + */ public static function when($value = null, $callback = null, $default = null) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->when($value, $callback, $default); @@ -16227,8 +14896,7 @@ public static function when($value = null, $callback = null, $default = null) * @param \Illuminate\Filesystem\(callable($this, TUnlessParameter): TUnlessReturnType)|null $default * @return $this|\Illuminate\Filesystem\TUnlessReturnType * @static - */ - public static function unless($value = null, $callback = null, $default = null) + */ public static function unless($value = null, $callback = null, $default = null) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->unless($value, $callback, $default); @@ -16240,8 +14908,7 @@ public static function unless($value = null, $callback = null, $default = null) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Filesystem\FilesystemAdapter::macro($name, $macro); } @@ -16253,8 +14920,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Filesystem\FilesystemAdapter::mixin($mixin, $replace); } @@ -16264,8 +14930,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Filesystem\FilesystemAdapter::hasMacro($name); } @@ -16274,8 +14939,7 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Filesystem\FilesystemAdapter::flushMacros(); } @@ -16287,27 +14951,23 @@ public static function flushMacros() * @return mixed * @throws \BadMethodCallException * @static - */ - public static function macroCall($method, $parameters) + */ public static function macroCall($method, $parameters) { /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ return $instance->macroCall($method, $parameters); } - - } + } /** * * * @see \Illuminate\Routing\UrlGenerator - */ - class URL { + */ class URL { /** * Get the full URL for the current request. * * @return string * @static - */ - public static function full() + */ public static function full() { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->full(); @@ -16317,8 +14977,7 @@ public static function full() * * @return string * @static - */ - public static function current() + */ public static function current() { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->current(); @@ -16329,8 +14988,7 @@ public static function current() * @param mixed $fallback * @return string * @static - */ - public static function previous($fallback = false) + */ public static function previous($fallback = false) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->previous($fallback); @@ -16341,8 +14999,7 @@ public static function previous($fallback = false) * @param mixed $fallback * @return string * @static - */ - public static function previousPath($fallback = false) + */ public static function previousPath($fallback = false) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->previousPath($fallback); @@ -16355,8 +15012,7 @@ public static function previousPath($fallback = false) * @param bool|null $secure * @return string * @static - */ - public static function to($path, $extra = [], $secure = null) + */ public static function to($path, $extra = [], $secure = null) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->to($path, $extra, $secure); @@ -16368,8 +15024,7 @@ public static function to($path, $extra = [], $secure = null) * @param array $parameters * @return string * @static - */ - public static function secure($path, $parameters = []) + */ public static function secure($path, $parameters = []) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->secure($path, $parameters); @@ -16381,8 +15036,7 @@ public static function secure($path, $parameters = []) * @param bool|null $secure * @return string * @static - */ - public static function asset($path, $secure = null) + */ public static function asset($path, $secure = null) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->asset($path, $secure); @@ -16393,8 +15047,7 @@ public static function asset($path, $secure = null) * @param string $path * @return string * @static - */ - public static function secureAsset($path) + */ public static function secureAsset($path) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->secureAsset($path); @@ -16407,8 +15060,7 @@ public static function secureAsset($path) * @param bool|null $secure * @return string * @static - */ - public static function assetFrom($root, $path, $secure = null) + */ public static function assetFrom($root, $path, $secure = null) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->assetFrom($root, $path, $secure); @@ -16419,8 +15071,7 @@ public static function assetFrom($root, $path, $secure = null) * @param bool|null $secure * @return string * @static - */ - public static function formatScheme($secure = null) + */ public static function formatScheme($secure = null) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->formatScheme($secure); @@ -16435,8 +15086,7 @@ public static function formatScheme($secure = null) * @return string * @throws \InvalidArgumentException * @static - */ - public static function signedRoute($name, $parameters = [], $expiration = null, $absolute = true) + */ public static function signedRoute($name, $parameters = [], $expiration = null, $absolute = true) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->signedRoute($name, $parameters, $expiration, $absolute); @@ -16450,8 +15100,7 @@ public static function signedRoute($name, $parameters = [], $expiration = null, * @param bool $absolute * @return string * @static - */ - public static function temporarySignedRoute($name, $expiration, $parameters = [], $absolute = true) + */ public static function temporarySignedRoute($name, $expiration, $parameters = [], $absolute = true) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->temporarySignedRoute($name, $expiration, $parameters, $absolute); @@ -16464,8 +15113,7 @@ public static function temporarySignedRoute($name, $expiration, $parameters = [] * @param array $ignoreQuery * @return bool * @static - */ - public static function hasValidSignature($request, $absolute = true, $ignoreQuery = []) + */ public static function hasValidSignature($request, $absolute = true, $ignoreQuery = []) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->hasValidSignature($request, $absolute, $ignoreQuery); @@ -16477,8 +15125,7 @@ public static function hasValidSignature($request, $absolute = true, $ignoreQuer * @param array $ignoreQuery * @return bool * @static - */ - public static function hasValidRelativeSignature($request, $ignoreQuery = []) + */ public static function hasValidRelativeSignature($request, $ignoreQuery = []) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->hasValidRelativeSignature($request, $ignoreQuery); @@ -16491,8 +15138,7 @@ public static function hasValidRelativeSignature($request, $ignoreQuery = []) * @param array $ignoreQuery * @return bool * @static - */ - public static function hasCorrectSignature($request, $absolute = true, $ignoreQuery = []) + */ public static function hasCorrectSignature($request, $absolute = true, $ignoreQuery = []) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->hasCorrectSignature($request, $absolute, $ignoreQuery); @@ -16503,8 +15149,7 @@ public static function hasCorrectSignature($request, $absolute = true, $ignoreQu * @param \Illuminate\Http\Request $request * @return bool * @static - */ - public static function signatureHasNotExpired($request) + */ public static function signatureHasNotExpired($request) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->signatureHasNotExpired($request); @@ -16518,8 +15163,7 @@ public static function signatureHasNotExpired($request) * @return string * @throws \Symfony\Component\Routing\Exception\RouteNotFoundException * @static - */ - public static function route($name, $parameters = [], $absolute = true) + */ public static function route($name, $parameters = [], $absolute = true) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->route($name, $parameters, $absolute); @@ -16533,8 +15177,7 @@ public static function route($name, $parameters = [], $absolute = true) * @return string * @throws \Illuminate\Routing\Exceptions\UrlGenerationException * @static - */ - public static function toRoute($route, $parameters, $absolute) + */ public static function toRoute($route, $parameters, $absolute) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->toRoute($route, $parameters, $absolute); @@ -16548,8 +15191,7 @@ public static function toRoute($route, $parameters, $absolute) * @return string * @throws \InvalidArgumentException * @static - */ - public static function action($action, $parameters = [], $absolute = true) + */ public static function action($action, $parameters = [], $absolute = true) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->action($action, $parameters, $absolute); @@ -16560,8 +15202,7 @@ public static function action($action, $parameters = [], $absolute = true) * @param mixed|array $parameters * @return array * @static - */ - public static function formatParameters($parameters) + */ public static function formatParameters($parameters) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->formatParameters($parameters); @@ -16573,8 +15214,7 @@ public static function formatParameters($parameters) * @param string|null $root * @return string * @static - */ - public static function formatRoot($scheme, $root = null) + */ public static function formatRoot($scheme, $root = null) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->formatRoot($scheme, $root); @@ -16587,8 +15227,7 @@ public static function formatRoot($scheme, $root = null) * @param \Illuminate\Routing\Route|null $route * @return string * @static - */ - public static function format($root, $path, $route = null) + */ public static function format($root, $path, $route = null) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->format($root, $path, $route); @@ -16599,8 +15238,7 @@ public static function format($root, $path, $route = null) * @param string $path * @return bool * @static - */ - public static function isValidUrl($path) + */ public static function isValidUrl($path) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->isValidUrl($path); @@ -16611,8 +15249,7 @@ public static function isValidUrl($path) * @param array $defaults * @return void * @static - */ - public static function defaults($defaults) + */ public static function defaults($defaults) { /** @var \Illuminate\Routing\UrlGenerator $instance */ $instance->defaults($defaults); @@ -16622,8 +15259,7 @@ public static function defaults($defaults) * * @return array * @static - */ - public static function getDefaultParameters() + */ public static function getDefaultParameters() { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->getDefaultParameters(); @@ -16634,8 +15270,7 @@ public static function getDefaultParameters() * @param string|null $scheme * @return void * @static - */ - public static function forceScheme($scheme) + */ public static function forceScheme($scheme) { /** @var \Illuminate\Routing\UrlGenerator $instance */ $instance->forceScheme($scheme); @@ -16646,8 +15281,7 @@ public static function forceScheme($scheme) * @param string|null $root * @return void * @static - */ - public static function forceRootUrl($root) + */ public static function forceRootUrl($root) { /** @var \Illuminate\Routing\UrlGenerator $instance */ $instance->forceRootUrl($root); @@ -16658,8 +15292,7 @@ public static function forceRootUrl($root) * @param \Closure $callback * @return \Illuminate\Routing\UrlGenerator * @static - */ - public static function formatHostUsing($callback) + */ public static function formatHostUsing($callback) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->formatHostUsing($callback); @@ -16670,8 +15303,7 @@ public static function formatHostUsing($callback) * @param \Closure $callback * @return \Illuminate\Routing\UrlGenerator * @static - */ - public static function formatPathUsing($callback) + */ public static function formatPathUsing($callback) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->formatPathUsing($callback); @@ -16681,8 +15313,7 @@ public static function formatPathUsing($callback) * * @return \Closure * @static - */ - public static function pathFormatter() + */ public static function pathFormatter() { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->pathFormatter(); @@ -16692,8 +15323,7 @@ public static function pathFormatter() * * @return \Illuminate\Http\Request * @static - */ - public static function getRequest() + */ public static function getRequest() { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->getRequest(); @@ -16704,8 +15334,7 @@ public static function getRequest() * @param \Illuminate\Http\Request $request * @return void * @static - */ - public static function setRequest($request) + */ public static function setRequest($request) { /** @var \Illuminate\Routing\UrlGenerator $instance */ $instance->setRequest($request); @@ -16716,8 +15345,7 @@ public static function setRequest($request) * @param \Illuminate\Routing\RouteCollectionInterface $routes * @return \Illuminate\Routing\UrlGenerator * @static - */ - public static function setRoutes($routes) + */ public static function setRoutes($routes) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->setRoutes($routes); @@ -16728,8 +15356,7 @@ public static function setRoutes($routes) * @param callable $sessionResolver * @return \Illuminate\Routing\UrlGenerator * @static - */ - public static function setSessionResolver($sessionResolver) + */ public static function setSessionResolver($sessionResolver) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->setSessionResolver($sessionResolver); @@ -16740,8 +15367,7 @@ public static function setSessionResolver($sessionResolver) * @param callable $keyResolver * @return \Illuminate\Routing\UrlGenerator * @static - */ - public static function setKeyResolver($keyResolver) + */ public static function setKeyResolver($keyResolver) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->setKeyResolver($keyResolver); @@ -16752,8 +15378,7 @@ public static function setKeyResolver($keyResolver) * @param callable $keyResolver * @return \Illuminate\Routing\UrlGenerator * @static - */ - public static function withKeyResolver($keyResolver) + */ public static function withKeyResolver($keyResolver) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->withKeyResolver($keyResolver); @@ -16764,8 +15389,7 @@ public static function withKeyResolver($keyResolver) * @param callable $missingNamedRouteResolver * @return \Illuminate\Routing\UrlGenerator * @static - */ - public static function resolveMissingNamedRoutesUsing($missingNamedRouteResolver) + */ public static function resolveMissingNamedRoutesUsing($missingNamedRouteResolver) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->resolveMissingNamedRoutesUsing($missingNamedRouteResolver); @@ -16775,8 +15399,7 @@ public static function resolveMissingNamedRoutesUsing($missingNamedRouteResolver * * @return string * @static - */ - public static function getRootControllerNamespace() + */ public static function getRootControllerNamespace() { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->getRootControllerNamespace(); @@ -16787,8 +15410,7 @@ public static function getRootControllerNamespace() * @param string $rootNamespace * @return \Illuminate\Routing\UrlGenerator * @static - */ - public static function setRootControllerNamespace($rootNamespace) + */ public static function setRootControllerNamespace($rootNamespace) { /** @var \Illuminate\Routing\UrlGenerator $instance */ return $instance->setRootControllerNamespace($rootNamespace); @@ -16800,8 +15422,7 @@ public static function setRootControllerNamespace($rootNamespace) * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Routing\UrlGenerator::macro($name, $macro); } @@ -16813,8 +15434,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Routing\UrlGenerator::mixin($mixin, $replace); } @@ -16824,8 +15444,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\Routing\UrlGenerator::hasMacro($name); } @@ -16834,19 +15453,16 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Routing\UrlGenerator::flushMacros(); } - - } + } /** * * * @see \Illuminate\Validation\Factory - */ - class Validator { + */ class Validator { /** * Create a new Validator instance. * @@ -16856,8 +15472,7 @@ class Validator { * @param array $attributes * @return \Illuminate\Validation\Validator * @static - */ - public static function make($data, $rules, $messages = [], $attributes = []) + */ public static function make($data, $rules, $messages = [], $attributes = []) { /** @var \Illuminate\Validation\Factory $instance */ return $instance->make($data, $rules, $messages, $attributes); @@ -16872,8 +15487,7 @@ public static function make($data, $rules, $messages = [], $attributes = []) * @return array * @throws \Illuminate\Validation\ValidationException * @static - */ - public static function validate($data, $rules, $messages = [], $attributes = []) + */ public static function validate($data, $rules, $messages = [], $attributes = []) { /** @var \Illuminate\Validation\Factory $instance */ return $instance->validate($data, $rules, $messages, $attributes); @@ -16886,8 +15500,7 @@ public static function validate($data, $rules, $messages = [], $attributes = []) * @param string|null $message * @return void * @static - */ - public static function extend($rule, $extension, $message = null) + */ public static function extend($rule, $extension, $message = null) { /** @var \Illuminate\Validation\Factory $instance */ $instance->extend($rule, $extension, $message); @@ -16900,8 +15513,7 @@ public static function extend($rule, $extension, $message = null) * @param string|null $message * @return void * @static - */ - public static function extendImplicit($rule, $extension, $message = null) + */ public static function extendImplicit($rule, $extension, $message = null) { /** @var \Illuminate\Validation\Factory $instance */ $instance->extendImplicit($rule, $extension, $message); @@ -16914,8 +15526,7 @@ public static function extendImplicit($rule, $extension, $message = null) * @param string|null $message * @return void * @static - */ - public static function extendDependent($rule, $extension, $message = null) + */ public static function extendDependent($rule, $extension, $message = null) { /** @var \Illuminate\Validation\Factory $instance */ $instance->extendDependent($rule, $extension, $message); @@ -16927,8 +15538,7 @@ public static function extendDependent($rule, $extension, $message = null) * @param \Closure|string $replacer * @return void * @static - */ - public static function replacer($rule, $replacer) + */ public static function replacer($rule, $replacer) { /** @var \Illuminate\Validation\Factory $instance */ $instance->replacer($rule, $replacer); @@ -16938,8 +15548,7 @@ public static function replacer($rule, $replacer) * * @return void * @static - */ - public static function includeUnvalidatedArrayKeys() + */ public static function includeUnvalidatedArrayKeys() { /** @var \Illuminate\Validation\Factory $instance */ $instance->includeUnvalidatedArrayKeys(); @@ -16949,8 +15558,7 @@ public static function includeUnvalidatedArrayKeys() * * @return void * @static - */ - public static function excludeUnvalidatedArrayKeys() + */ public static function excludeUnvalidatedArrayKeys() { /** @var \Illuminate\Validation\Factory $instance */ $instance->excludeUnvalidatedArrayKeys(); @@ -16961,8 +15569,7 @@ public static function excludeUnvalidatedArrayKeys() * @param \Closure $resolver * @return void * @static - */ - public static function resolver($resolver) + */ public static function resolver($resolver) { /** @var \Illuminate\Validation\Factory $instance */ $instance->resolver($resolver); @@ -16972,8 +15579,7 @@ public static function resolver($resolver) * * @return \Illuminate\Contracts\Translation\Translator * @static - */ - public static function getTranslator() + */ public static function getTranslator() { /** @var \Illuminate\Validation\Factory $instance */ return $instance->getTranslator(); @@ -16983,8 +15589,7 @@ public static function getTranslator() * * @return \Illuminate\Validation\PresenceVerifierInterface * @static - */ - public static function getPresenceVerifier() + */ public static function getPresenceVerifier() { /** @var \Illuminate\Validation\Factory $instance */ return $instance->getPresenceVerifier(); @@ -16995,8 +15600,7 @@ public static function getPresenceVerifier() * @param \Illuminate\Validation\PresenceVerifierInterface $presenceVerifier * @return void * @static - */ - public static function setPresenceVerifier($presenceVerifier) + */ public static function setPresenceVerifier($presenceVerifier) { /** @var \Illuminate\Validation\Factory $instance */ $instance->setPresenceVerifier($presenceVerifier); @@ -17006,8 +15610,7 @@ public static function setPresenceVerifier($presenceVerifier) * * @return \Illuminate\Contracts\Container\Container|null * @static - */ - public static function getContainer() + */ public static function getContainer() { /** @var \Illuminate\Validation\Factory $instance */ return $instance->getContainer(); @@ -17018,20 +15621,17 @@ public static function getContainer() * @param \Illuminate\Contracts\Container\Container $container * @return \Illuminate\Validation\Factory * @static - */ - public static function setContainer($container) + */ public static function setContainer($container) { /** @var \Illuminate\Validation\Factory $instance */ return $instance->setContainer($container); } - - } + } /** * * * @see \Illuminate\View\Factory - */ - class View { + */ class View { /** * Get the evaluated view contents for the given view. * @@ -17040,8 +15640,7 @@ class View { * @param array $mergeData * @return \Illuminate\Contracts\View\View * @static - */ - public static function file($path, $data = [], $mergeData = []) + */ public static function file($path, $data = [], $mergeData = []) { /** @var \Illuminate\View\Factory $instance */ return $instance->file($path, $data, $mergeData); @@ -17054,8 +15653,7 @@ public static function file($path, $data = [], $mergeData = []) * @param array $mergeData * @return \Illuminate\Contracts\View\View * @static - */ - public static function make($view, $data = [], $mergeData = []) + */ public static function make($view, $data = [], $mergeData = []) { /** @var \Illuminate\View\Factory $instance */ return $instance->make($view, $data, $mergeData); @@ -17069,8 +15667,7 @@ public static function make($view, $data = [], $mergeData = []) * @return \Illuminate\Contracts\View\View * @throws \InvalidArgumentException * @static - */ - public static function first($views, $data = [], $mergeData = []) + */ public static function first($views, $data = [], $mergeData = []) { /** @var \Illuminate\View\Factory $instance */ return $instance->first($views, $data, $mergeData); @@ -17084,8 +15681,7 @@ public static function first($views, $data = [], $mergeData = []) * @param array $mergeData * @return string * @static - */ - public static function renderWhen($condition, $view, $data = [], $mergeData = []) + */ public static function renderWhen($condition, $view, $data = [], $mergeData = []) { /** @var \Illuminate\View\Factory $instance */ return $instance->renderWhen($condition, $view, $data, $mergeData); @@ -17099,8 +15695,7 @@ public static function renderWhen($condition, $view, $data = [], $mergeData = [] * @param array $mergeData * @return string * @static - */ - public static function renderUnless($condition, $view, $data = [], $mergeData = []) + */ public static function renderUnless($condition, $view, $data = [], $mergeData = []) { /** @var \Illuminate\View\Factory $instance */ return $instance->renderUnless($condition, $view, $data, $mergeData); @@ -17114,8 +15709,7 @@ public static function renderUnless($condition, $view, $data = [], $mergeData = * @param string $empty * @return string * @static - */ - public static function renderEach($view, $data, $iterator, $empty = 'raw|') + */ public static function renderEach($view, $data, $iterator, $empty = 'raw|') { /** @var \Illuminate\View\Factory $instance */ return $instance->renderEach($view, $data, $iterator, $empty); @@ -17126,8 +15720,7 @@ public static function renderEach($view, $data, $iterator, $empty = 'raw|') * @param string $view * @return bool * @static - */ - public static function exists($view) + */ public static function exists($view) { /** @var \Illuminate\View\Factory $instance */ return $instance->exists($view); @@ -17139,8 +15732,7 @@ public static function exists($view) * @return \Illuminate\Contracts\View\Engine * @throws \InvalidArgumentException * @static - */ - public static function getEngineFromPath($path) + */ public static function getEngineFromPath($path) { /** @var \Illuminate\View\Factory $instance */ return $instance->getEngineFromPath($path); @@ -17152,8 +15744,7 @@ public static function getEngineFromPath($path) * @param mixed|null $value * @return mixed * @static - */ - public static function share($key, $value = null) + */ public static function share($key, $value = null) { /** @var \Illuminate\View\Factory $instance */ return $instance->share($key, $value); @@ -17163,8 +15754,7 @@ public static function share($key, $value = null) * * @return void * @static - */ - public static function incrementRender() + */ public static function incrementRender() { /** @var \Illuminate\View\Factory $instance */ $instance->incrementRender(); @@ -17174,8 +15764,7 @@ public static function incrementRender() * * @return void * @static - */ - public static function decrementRender() + */ public static function decrementRender() { /** @var \Illuminate\View\Factory $instance */ $instance->decrementRender(); @@ -17185,8 +15774,7 @@ public static function decrementRender() * * @return bool * @static - */ - public static function doneRendering() + */ public static function doneRendering() { /** @var \Illuminate\View\Factory $instance */ return $instance->doneRendering(); @@ -17197,8 +15785,7 @@ public static function doneRendering() * @param string $id * @return bool * @static - */ - public static function hasRenderedOnce($id) + */ public static function hasRenderedOnce($id) { /** @var \Illuminate\View\Factory $instance */ return $instance->hasRenderedOnce($id); @@ -17209,8 +15796,7 @@ public static function hasRenderedOnce($id) * @param string $id * @return void * @static - */ - public static function markAsRenderedOnce($id) + */ public static function markAsRenderedOnce($id) { /** @var \Illuminate\View\Factory $instance */ $instance->markAsRenderedOnce($id); @@ -17221,8 +15807,7 @@ public static function markAsRenderedOnce($id) * @param string $location * @return void * @static - */ - public static function addLocation($location) + */ public static function addLocation($location) { /** @var \Illuminate\View\Factory $instance */ $instance->addLocation($location); @@ -17234,8 +15819,7 @@ public static function addLocation($location) * @param string|array $hints * @return \Illuminate\View\Factory * @static - */ - public static function addNamespace($namespace, $hints) + */ public static function addNamespace($namespace, $hints) { /** @var \Illuminate\View\Factory $instance */ return $instance->addNamespace($namespace, $hints); @@ -17247,8 +15831,7 @@ public static function addNamespace($namespace, $hints) * @param string|array $hints * @return \Illuminate\View\Factory * @static - */ - public static function prependNamespace($namespace, $hints) + */ public static function prependNamespace($namespace, $hints) { /** @var \Illuminate\View\Factory $instance */ return $instance->prependNamespace($namespace, $hints); @@ -17260,8 +15843,7 @@ public static function prependNamespace($namespace, $hints) * @param string|array $hints * @return \Illuminate\View\Factory * @static - */ - public static function replaceNamespace($namespace, $hints) + */ public static function replaceNamespace($namespace, $hints) { /** @var \Illuminate\View\Factory $instance */ return $instance->replaceNamespace($namespace, $hints); @@ -17274,8 +15856,7 @@ public static function replaceNamespace($namespace, $hints) * @param \Closure|null $resolver * @return void * @static - */ - public static function addExtension($extension, $engine, $resolver = null) + */ public static function addExtension($extension, $engine, $resolver = null) { /** @var \Illuminate\View\Factory $instance */ $instance->addExtension($extension, $engine, $resolver); @@ -17285,8 +15866,7 @@ public static function addExtension($extension, $engine, $resolver = null) * * @return void * @static - */ - public static function flushState() + */ public static function flushState() { /** @var \Illuminate\View\Factory $instance */ $instance->flushState(); @@ -17296,8 +15876,7 @@ public static function flushState() * * @return void * @static - */ - public static function flushStateIfDoneRendering() + */ public static function flushStateIfDoneRendering() { /** @var \Illuminate\View\Factory $instance */ $instance->flushStateIfDoneRendering(); @@ -17307,8 +15886,7 @@ public static function flushStateIfDoneRendering() * * @return array * @static - */ - public static function getExtensions() + */ public static function getExtensions() { /** @var \Illuminate\View\Factory $instance */ return $instance->getExtensions(); @@ -17318,8 +15896,7 @@ public static function getExtensions() * * @return \Illuminate\View\Engines\EngineResolver * @static - */ - public static function getEngineResolver() + */ public static function getEngineResolver() { /** @var \Illuminate\View\Factory $instance */ return $instance->getEngineResolver(); @@ -17329,8 +15906,7 @@ public static function getEngineResolver() * * @return \Illuminate\View\ViewFinderInterface * @static - */ - public static function getFinder() + */ public static function getFinder() { /** @var \Illuminate\View\Factory $instance */ return $instance->getFinder(); @@ -17341,8 +15917,7 @@ public static function getFinder() * @param \Illuminate\View\ViewFinderInterface $finder * @return void * @static - */ - public static function setFinder($finder) + */ public static function setFinder($finder) { /** @var \Illuminate\View\Factory $instance */ $instance->setFinder($finder); @@ -17352,8 +15927,7 @@ public static function setFinder($finder) * * @return void * @static - */ - public static function flushFinderCache() + */ public static function flushFinderCache() { /** @var \Illuminate\View\Factory $instance */ $instance->flushFinderCache(); @@ -17363,8 +15937,7 @@ public static function flushFinderCache() * * @return \Illuminate\Contracts\Events\Dispatcher * @static - */ - public static function getDispatcher() + */ public static function getDispatcher() { /** @var \Illuminate\View\Factory $instance */ return $instance->getDispatcher(); @@ -17375,8 +15948,7 @@ public static function getDispatcher() * @param \Illuminate\Contracts\Events\Dispatcher $events * @return void * @static - */ - public static function setDispatcher($events) + */ public static function setDispatcher($events) { /** @var \Illuminate\View\Factory $instance */ $instance->setDispatcher($events); @@ -17386,8 +15958,7 @@ public static function setDispatcher($events) * * @return \Illuminate\Contracts\Container\Container * @static - */ - public static function getContainer() + */ public static function getContainer() { /** @var \Illuminate\View\Factory $instance */ return $instance->getContainer(); @@ -17398,8 +15969,7 @@ public static function getContainer() * @param \Illuminate\Contracts\Container\Container $container * @return void * @static - */ - public static function setContainer($container) + */ public static function setContainer($container) { /** @var \Illuminate\View\Factory $instance */ $instance->setContainer($container); @@ -17411,8 +15981,7 @@ public static function setContainer($container) * @param mixed $default * @return mixed * @static - */ - public static function shared($key, $default = null) + */ public static function shared($key, $default = null) { /** @var \Illuminate\View\Factory $instance */ return $instance->shared($key, $default); @@ -17422,8 +15991,7 @@ public static function shared($key, $default = null) * * @return array * @static - */ - public static function getShared() + */ public static function getShared() { /** @var \Illuminate\View\Factory $instance */ return $instance->getShared(); @@ -17435,8 +16003,7 @@ public static function getShared() * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\View\Factory::macro($name, $macro); } @@ -17448,8 +16015,7 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\View\Factory::mixin($mixin, $replace); } @@ -17459,8 +16025,7 @@ public static function mixin($mixin, $replace = true) * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { return \Illuminate\View\Factory::hasMacro($name); } @@ -17469,8 +16034,7 @@ public static function hasMacro($name) * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\View\Factory::flushMacros(); } @@ -17481,8 +16045,7 @@ public static function flushMacros() * @param array $data * @return void * @static - */ - public static function startComponent($view, $data = []) + */ public static function startComponent($view, $data = []) { /** @var \Illuminate\View\Factory $instance */ $instance->startComponent($view, $data); @@ -17494,8 +16057,7 @@ public static function startComponent($view, $data = []) * @param array $data * @return void * @static - */ - public static function startComponentFirst($names, $data = []) + */ public static function startComponentFirst($names, $data = []) { /** @var \Illuminate\View\Factory $instance */ $instance->startComponentFirst($names, $data); @@ -17505,8 +16067,7 @@ public static function startComponentFirst($names, $data = []) * * @return string * @static - */ - public static function renderComponent() + */ public static function renderComponent() { /** @var \Illuminate\View\Factory $instance */ return $instance->renderComponent(); @@ -17518,8 +16079,7 @@ public static function renderComponent() * @param mixed $default * @return mixed|null * @static - */ - public static function getConsumableComponentData($key, $default = null) + */ public static function getConsumableComponentData($key, $default = null) { /** @var \Illuminate\View\Factory $instance */ return $instance->getConsumableComponentData($key, $default); @@ -17532,8 +16092,7 @@ public static function getConsumableComponentData($key, $default = null) * @param array $attributes * @return void * @static - */ - public static function slot($name, $content = null, $attributes = []) + */ public static function slot($name, $content = null, $attributes = []) { /** @var \Illuminate\View\Factory $instance */ $instance->slot($name, $content, $attributes); @@ -17543,8 +16102,7 @@ public static function slot($name, $content = null, $attributes = []) * * @return void * @static - */ - public static function endSlot() + */ public static function endSlot() { /** @var \Illuminate\View\Factory $instance */ $instance->endSlot(); @@ -17556,8 +16114,7 @@ public static function endSlot() * @param \Closure|string $callback * @return array * @static - */ - public static function creator($views, $callback) + */ public static function creator($views, $callback) { /** @var \Illuminate\View\Factory $instance */ return $instance->creator($views, $callback); @@ -17568,8 +16125,7 @@ public static function creator($views, $callback) * @param array $composers * @return array * @static - */ - public static function composers($composers) + */ public static function composers($composers) { /** @var \Illuminate\View\Factory $instance */ return $instance->composers($composers); @@ -17581,8 +16137,7 @@ public static function composers($composers) * @param \Closure|string $callback * @return array * @static - */ - public static function composer($views, $callback) + */ public static function composer($views, $callback) { /** @var \Illuminate\View\Factory $instance */ return $instance->composer($views, $callback); @@ -17593,8 +16148,7 @@ public static function composer($views, $callback) * @param \Illuminate\Contracts\View\View $view * @return void * @static - */ - public static function callComposer($view) + */ public static function callComposer($view) { /** @var \Illuminate\View\Factory $instance */ $instance->callComposer($view); @@ -17605,8 +16159,7 @@ public static function callComposer($view) * @param \Illuminate\Contracts\View\View $view * @return void * @static - */ - public static function callCreator($view) + */ public static function callCreator($view) { /** @var \Illuminate\View\Factory $instance */ $instance->callCreator($view); @@ -17617,8 +16170,7 @@ public static function callCreator($view) * @param string $fragment * @return void * @static - */ - public static function startFragment($fragment) + */ public static function startFragment($fragment) { /** @var \Illuminate\View\Factory $instance */ $instance->startFragment($fragment); @@ -17629,8 +16181,7 @@ public static function startFragment($fragment) * @return string * @throws \InvalidArgumentException * @static - */ - public static function stopFragment() + */ public static function stopFragment() { /** @var \Illuminate\View\Factory $instance */ return $instance->stopFragment(); @@ -17642,8 +16193,7 @@ public static function stopFragment() * @param string|null $default * @return mixed * @static - */ - public static function getFragment($name, $default = null) + */ public static function getFragment($name, $default = null) { /** @var \Illuminate\View\Factory $instance */ return $instance->getFragment($name, $default); @@ -17653,8 +16203,7 @@ public static function getFragment($name, $default = null) * * @return array * @static - */ - public static function getFragments() + */ public static function getFragments() { /** @var \Illuminate\View\Factory $instance */ return $instance->getFragments(); @@ -17664,8 +16213,7 @@ public static function getFragments() * * @return void * @static - */ - public static function flushFragments() + */ public static function flushFragments() { /** @var \Illuminate\View\Factory $instance */ $instance->flushFragments(); @@ -17677,8 +16225,7 @@ public static function flushFragments() * @param string|null $content * @return void * @static - */ - public static function startSection($section, $content = null) + */ public static function startSection($section, $content = null) { /** @var \Illuminate\View\Factory $instance */ $instance->startSection($section, $content); @@ -17690,8 +16237,7 @@ public static function startSection($section, $content = null) * @param string $content * @return void * @static - */ - public static function inject($section, $content) + */ public static function inject($section, $content) { /** @var \Illuminate\View\Factory $instance */ $instance->inject($section, $content); @@ -17701,8 +16247,7 @@ public static function inject($section, $content) * * @return string * @static - */ - public static function yieldSection() + */ public static function yieldSection() { /** @var \Illuminate\View\Factory $instance */ return $instance->yieldSection(); @@ -17714,8 +16259,7 @@ public static function yieldSection() * @return string * @throws \InvalidArgumentException * @static - */ - public static function stopSection($overwrite = false) + */ public static function stopSection($overwrite = false) { /** @var \Illuminate\View\Factory $instance */ return $instance->stopSection($overwrite); @@ -17726,8 +16270,7 @@ public static function stopSection($overwrite = false) * @return string * @throws \InvalidArgumentException * @static - */ - public static function appendSection() + */ public static function appendSection() { /** @var \Illuminate\View\Factory $instance */ return $instance->appendSection(); @@ -17739,8 +16282,7 @@ public static function appendSection() * @param string $default * @return string * @static - */ - public static function yieldContent($section, $default = '') + */ public static function yieldContent($section, $default = '') { /** @var \Illuminate\View\Factory $instance */ return $instance->yieldContent($section, $default); @@ -17751,8 +16293,7 @@ public static function yieldContent($section, $default = '') * @param string $section * @return string * @static - */ - public static function parentPlaceholder($section = '') + */ public static function parentPlaceholder($section = '') { return \Illuminate\View\Factory::parentPlaceholder($section); } @@ -17762,8 +16303,7 @@ public static function parentPlaceholder($section = '') * @param string $name * @return bool * @static - */ - public static function hasSection($name) + */ public static function hasSection($name) { /** @var \Illuminate\View\Factory $instance */ return $instance->hasSection($name); @@ -17774,8 +16314,7 @@ public static function hasSection($name) * @param string $name * @return bool * @static - */ - public static function sectionMissing($name) + */ public static function sectionMissing($name) { /** @var \Illuminate\View\Factory $instance */ return $instance->sectionMissing($name); @@ -17787,8 +16326,7 @@ public static function sectionMissing($name) * @param string|null $default * @return mixed * @static - */ - public static function getSection($name, $default = null) + */ public static function getSection($name, $default = null) { /** @var \Illuminate\View\Factory $instance */ return $instance->getSection($name, $default); @@ -17798,8 +16336,7 @@ public static function getSection($name, $default = null) * * @return array * @static - */ - public static function getSections() + */ public static function getSections() { /** @var \Illuminate\View\Factory $instance */ return $instance->getSections(); @@ -17809,8 +16346,7 @@ public static function getSections() * * @return void * @static - */ - public static function flushSections() + */ public static function flushSections() { /** @var \Illuminate\View\Factory $instance */ $instance->flushSections(); @@ -17821,8 +16357,7 @@ public static function flushSections() * @param \Countable|array $data * @return void * @static - */ - public static function addLoop($data) + */ public static function addLoop($data) { /** @var \Illuminate\View\Factory $instance */ $instance->addLoop($data); @@ -17832,8 +16367,7 @@ public static function addLoop($data) * * @return void * @static - */ - public static function incrementLoopIndices() + */ public static function incrementLoopIndices() { /** @var \Illuminate\View\Factory $instance */ $instance->incrementLoopIndices(); @@ -17843,8 +16377,7 @@ public static function incrementLoopIndices() * * @return void * @static - */ - public static function popLoop() + */ public static function popLoop() { /** @var \Illuminate\View\Factory $instance */ $instance->popLoop(); @@ -17854,8 +16387,7 @@ public static function popLoop() * * @return \stdClass|null * @static - */ - public static function getLastLoop() + */ public static function getLastLoop() { /** @var \Illuminate\View\Factory $instance */ return $instance->getLastLoop(); @@ -17865,8 +16397,7 @@ public static function getLastLoop() * * @return array * @static - */ - public static function getLoopStack() + */ public static function getLoopStack() { /** @var \Illuminate\View\Factory $instance */ return $instance->getLoopStack(); @@ -17878,8 +16409,7 @@ public static function getLoopStack() * @param string $content * @return void * @static - */ - public static function startPush($section, $content = '') + */ public static function startPush($section, $content = '') { /** @var \Illuminate\View\Factory $instance */ $instance->startPush($section, $content); @@ -17890,8 +16420,7 @@ public static function startPush($section, $content = '') * @return string * @throws \InvalidArgumentException * @static - */ - public static function stopPush() + */ public static function stopPush() { /** @var \Illuminate\View\Factory $instance */ return $instance->stopPush(); @@ -17903,8 +16432,7 @@ public static function stopPush() * @param string $content * @return void * @static - */ - public static function startPrepend($section, $content = '') + */ public static function startPrepend($section, $content = '') { /** @var \Illuminate\View\Factory $instance */ $instance->startPrepend($section, $content); @@ -17915,8 +16443,7 @@ public static function startPrepend($section, $content = '') * @return string * @throws \InvalidArgumentException * @static - */ - public static function stopPrepend() + */ public static function stopPrepend() { /** @var \Illuminate\View\Factory $instance */ return $instance->stopPrepend(); @@ -17928,8 +16455,7 @@ public static function stopPrepend() * @param string $default * @return string * @static - */ - public static function yieldPushContent($section, $default = '') + */ public static function yieldPushContent($section, $default = '') { /** @var \Illuminate\View\Factory $instance */ return $instance->yieldPushContent($section, $default); @@ -17939,8 +16465,7 @@ public static function yieldPushContent($section, $default = '') * * @return void * @static - */ - public static function flushStacks() + */ public static function flushStacks() { /** @var \Illuminate\View\Factory $instance */ $instance->flushStacks(); @@ -17951,8 +16476,7 @@ public static function flushStacks() * @param array $replacements * @return void * @static - */ - public static function startTranslation($replacements = []) + */ public static function startTranslation($replacements = []) { /** @var \Illuminate\View\Factory $instance */ $instance->startTranslation($replacements); @@ -17962,42 +16486,20 @@ public static function startTranslation($replacements = []) * * @return string * @static - */ - public static function renderTranslation() + */ public static function renderTranslation() { /** @var \Illuminate\View\Factory $instance */ return $instance->renderTranslation(); } - - } - -} - - namespace Illuminate\Support { - /** - * - * - */ - class Arr { - - } - /** - * - * - */ - class Str { - + } } - -} - namespace CloudCreativity\LaravelJsonApi\Facades { +namespace CloudCreativity\LaravelJsonApi\Facades { /** * Class JsonApi * * @package CloudCreativity\LaravelJsonApi - */ - class JsonApi { + */ class JsonApi { /** * Get an API by name. * @@ -18008,8 +16510,7 @@ class JsonApi { * @throws RuntimeException * if the API name is invalid. * @static - */ - public static function api($apiName = null, $host = null, $parameters = []) + */ public static function api($apiName = null, $host = null, $parameters = []) { /** @var \CloudCreativity\LaravelJsonApi\Services\JsonApiService $instance */ return $instance->api($apiName, $host, $parameters); @@ -18019,8 +16520,7 @@ public static function api($apiName = null, $host = null, $parameters = []) * * @return \Route * @static - */ - public static function currentRoute() + */ public static function currentRoute() { /** @var \CloudCreativity\LaravelJsonApi\Services\JsonApiService $instance */ return $instance->currentRoute(); @@ -18030,8 +16530,7 @@ public static function currentRoute() * * @return \CloudCreativity\LaravelJsonApi\Api\Api|null the API, or null if the there is no inbound JSON API HTTP request. * @static - */ - public static function requestApi() + */ public static function requestApi() { /** @var \CloudCreativity\LaravelJsonApi\Services\JsonApiService $instance */ return $instance->requestApi(); @@ -18043,8 +16542,7 @@ public static function requestApi() * @param array $parameters * @return \CloudCreativity\LaravelJsonApi\Api\Api * @static - */ - public static function requestApiOrDefault($host = null, $parameters = []) + */ public static function requestApiOrDefault($host = null, $parameters = []) { /** @var \CloudCreativity\LaravelJsonApi\Services\JsonApiService $instance */ return $instance->requestApiOrDefault($host, $parameters); @@ -18056,8 +16554,7 @@ public static function requestApiOrDefault($host = null, $parameters = []) * @throws RuntimeException * if there is no JSON API handling the inbound request. * @static - */ - public static function requestApiOrFail() + */ public static function requestApiOrFail() { /** @var \CloudCreativity\LaravelJsonApi\Services\JsonApiService $instance */ return $instance->requestApiOrFail(); @@ -18070,31 +16567,26 @@ public static function requestApiOrFail() * @param \Closure|null $routes * @return \CloudCreativity\LaravelJsonApi\Routing\ApiRegistration * @static - */ - public static function register($apiName, $options = [], $routes = null) + */ public static function register($apiName, $options = [], $routes = null) { /** @var \CloudCreativity\LaravelJsonApi\Services\JsonApiService $instance */ return $instance->register($apiName, $options, $routes); } - + } } - -} - namespace Intervention\Image\Facades { +namespace Intervention\Image\Facades { /** * * - */ - class Image { + */ class Image { /** * Overrides configuration settings * * @param array $config * @return self * @static - */ - public static function configure($config = []) + */ public static function configure($config = []) { /** @var \Intervention\Image\ImageManager $instance */ return $instance->configure($config); @@ -18105,8 +16597,7 @@ public static function configure($config = []) * @param mixed $data * @return \Intervention\Image\Image * @static - */ - public static function make($data) + */ public static function make($data) { /** @var \Intervention\Image\ImageManager $instance */ return $instance->make($data); @@ -18119,8 +16610,7 @@ public static function make($data) * @param mixed $background * @return \Intervention\Image\Image * @static - */ - public static function canvas($width, $height, $background = null) + */ public static function canvas($width, $height, $background = null) { /** @var \Intervention\Image\ImageManager $instance */ return $instance->canvas($width, $height, $background); @@ -18134,30 +16624,25 @@ public static function canvas($width, $height, $background = null) * @param boolean $returnObj * @return \Image * @static - */ - public static function cache($callback, $lifetime = null, $returnObj = false) + */ public static function cache($callback, $lifetime = null, $returnObj = false) { /** @var \Intervention\Image\ImageManager $instance */ return $instance->cache($callback, $lifetime, $returnObj); } - + } } - -} - namespace Spatie\LaravelIgnition\Facades { +namespace Spatie\LaravelIgnition\Facades { /** * * * @see \Spatie\FlareClient\Flare - */ - class Flare { + */ class Flare { /** * * * @static - */ - public static function make($apiKey = null, $contextDetector = null) + */ public static function make($apiKey = null, $contextDetector = null) { return \Spatie\FlareClient\Flare::make($apiKey, $contextDetector); } @@ -18165,8 +16650,7 @@ public static function make($apiKey = null, $contextDetector = null) * * * @static - */ - public static function setApiToken($apiToken) + */ public static function setApiToken($apiToken) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->setApiToken($apiToken); @@ -18175,8 +16659,7 @@ public static function setApiToken($apiToken) * * * @static - */ - public static function apiTokenSet() + */ public static function apiTokenSet() { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->apiTokenSet(); @@ -18185,8 +16668,7 @@ public static function apiTokenSet() * * * @static - */ - public static function setBaseUrl($baseUrl) + */ public static function setBaseUrl($baseUrl) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->setBaseUrl($baseUrl); @@ -18195,8 +16677,7 @@ public static function setBaseUrl($baseUrl) * * * @static - */ - public static function setStage($stage) + */ public static function setStage($stage) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->setStage($stage); @@ -18205,8 +16686,7 @@ public static function setStage($stage) * * * @static - */ - public static function sendReportsImmediately() + */ public static function sendReportsImmediately() { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->sendReportsImmediately(); @@ -18215,8 +16695,7 @@ public static function sendReportsImmediately() * * * @static - */ - public static function determineVersionUsing($determineVersionCallable) + */ public static function determineVersionUsing($determineVersionCallable) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->determineVersionUsing($determineVersionCallable); @@ -18225,8 +16704,7 @@ public static function determineVersionUsing($determineVersionCallable) * * * @static - */ - public static function reportErrorLevels($reportErrorLevels) + */ public static function reportErrorLevels($reportErrorLevels) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->reportErrorLevels($reportErrorLevels); @@ -18235,8 +16713,7 @@ public static function reportErrorLevels($reportErrorLevels) * * * @static - */ - public static function filterExceptionsUsing($filterExceptionsCallable) + */ public static function filterExceptionsUsing($filterExceptionsCallable) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->filterExceptionsUsing($filterExceptionsCallable); @@ -18245,8 +16722,7 @@ public static function filterExceptionsUsing($filterExceptionsCallable) * * * @static - */ - public static function filterReportsUsing($filterReportsCallable) + */ public static function filterReportsUsing($filterReportsCallable) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->filterReportsUsing($filterReportsCallable); @@ -18256,8 +16732,7 @@ public static function filterReportsUsing($filterReportsCallable) * * @param array|ArgumentReducer>|\Spatie\Backtrace\Arguments\ArgumentReducers|null $argumentReducers * @static - */ - public static function argumentReducers($argumentReducers) + */ public static function argumentReducers($argumentReducers) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->argumentReducers($argumentReducers); @@ -18266,8 +16741,7 @@ public static function argumentReducers($argumentReducers) * * * @static - */ - public static function withStackFrameArguments($withStackFrameArguments = true) + */ public static function withStackFrameArguments($withStackFrameArguments = true) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->withStackFrameArguments($withStackFrameArguments); @@ -18276,8 +16750,7 @@ public static function withStackFrameArguments($withStackFrameArguments = true) * * * @static - */ - public static function version() + */ public static function version() { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->version(); @@ -18287,8 +16760,7 @@ public static function version() * * @return array> * @static - */ - public static function getMiddleware() + */ public static function getMiddleware() { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->getMiddleware(); @@ -18297,8 +16769,7 @@ public static function getMiddleware() * * * @static - */ - public static function setContextProviderDetector($contextDetector) + */ public static function setContextProviderDetector($contextDetector) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->setContextProviderDetector($contextDetector); @@ -18307,8 +16778,7 @@ public static function setContextProviderDetector($contextDetector) * * * @static - */ - public static function setContainer($container) + */ public static function setContainer($container) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->setContainer($container); @@ -18317,8 +16787,7 @@ public static function setContainer($container) * * * @static - */ - public static function registerFlareHandlers() + */ public static function registerFlareHandlers() { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->registerFlareHandlers(); @@ -18327,8 +16796,7 @@ public static function registerFlareHandlers() * * * @static - */ - public static function registerExceptionHandler() + */ public static function registerExceptionHandler() { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->registerExceptionHandler(); @@ -18337,11 +16805,10 @@ public static function registerExceptionHandler() * * * @static - */ - public static function registerErrorHandler() + */ public static function registerErrorHandler($errorLevels = null) { /** @var \Spatie\FlareClient\Flare $instance */ - return $instance->registerErrorHandler(); + return $instance->registerErrorHandler($errorLevels); } /** * @@ -18349,8 +16816,7 @@ public static function registerErrorHandler() * @param \Spatie\FlareClient\FlareMiddleware\FlareMiddleware|array|\Spatie\FlareClient\class-string|callable $middleware * @return \Spatie\FlareClient\Flare * @static - */ - public static function registerMiddleware($middleware) + */ public static function registerMiddleware($middleware) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->registerMiddleware($middleware); @@ -18360,8 +16826,7 @@ public static function registerMiddleware($middleware) * * @return array> * @static - */ - public static function getMiddlewares() + */ public static function getMiddlewares() { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->getMiddlewares(); @@ -18374,8 +16839,7 @@ public static function getMiddlewares() * @param array $metaData * @return \Spatie\FlareClient\Flare * @static - */ - public static function glow($name, $messageLevel = 'info', $metaData = []) + */ public static function glow($name, $messageLevel = 'info', $metaData = []) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->glow($name, $messageLevel, $metaData); @@ -18384,8 +16848,7 @@ public static function glow($name, $messageLevel = 'info', $metaData = []) * * * @static - */ - public static function handleException($throwable) + */ public static function handleException($throwable) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->handleException($throwable); @@ -18395,8 +16858,7 @@ public static function handleException($throwable) * * @return mixed * @static - */ - public static function handleError($code, $message, $file = '', $line = 0) + */ public static function handleError($code, $message, $file = '', $line = 0) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->handleError($code, $message, $file, $line); @@ -18405,8 +16867,7 @@ public static function handleError($code, $message, $file = '', $line = 0) * * * @static - */ - public static function applicationPath($applicationPath) + */ public static function applicationPath($applicationPath) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->applicationPath($applicationPath); @@ -18415,18 +16876,25 @@ public static function applicationPath($applicationPath) * * * @static - */ - public static function report($throwable, $callback = null, $report = null) + */ public static function report($throwable, $callback = null, $report = null, $handled = null) + { + /** @var \Spatie\FlareClient\Flare $instance */ + return $instance->report($throwable, $callback, $report, $handled); + } + /** + * + * + * @static + */ public static function reportHandled($throwable) { /** @var \Spatie\FlareClient\Flare $instance */ - return $instance->report($throwable, $callback, $report); + return $instance->reportHandled($throwable); } /** * * * @static - */ - public static function reportMessage($message, $logLevel, $callback = null) + */ public static function reportMessage($message, $logLevel, $callback = null) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->reportMessage($message, $logLevel, $callback); @@ -18435,8 +16903,7 @@ public static function reportMessage($message, $logLevel, $callback = null) * * * @static - */ - public static function sendTestReport($throwable) + */ public static function sendTestReport($throwable) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->sendTestReport($throwable); @@ -18445,8 +16912,7 @@ public static function sendTestReport($throwable) * * * @static - */ - public static function reset() + */ public static function reset() { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->reset(); @@ -18455,8 +16921,7 @@ public static function reset() * * * @static - */ - public static function anonymizeIp() + */ public static function anonymizeIp() { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->anonymizeIp(); @@ -18467,8 +16932,7 @@ public static function anonymizeIp() * @param array $fieldNames * @return \Spatie\FlareClient\Flare * @static - */ - public static function censorRequestBodyFields($fieldNames) + */ public static function censorRequestBodyFields($fieldNames) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->censorRequestBodyFields($fieldNames); @@ -18477,8 +16941,7 @@ public static function censorRequestBodyFields($fieldNames) * * * @static - */ - public static function createReport($throwable) + */ public static function createReport($throwable) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->createReport($throwable); @@ -18487,8 +16950,7 @@ public static function createReport($throwable) * * * @static - */ - public static function createReportFromMessage($message, $logLevel) + */ public static function createReportFromMessage($message, $logLevel) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->createReportFromMessage($message, $logLevel); @@ -18497,8 +16959,7 @@ public static function createReportFromMessage($message, $logLevel) * * * @static - */ - public static function stage($stage) + */ public static function stage($stage) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->stage($stage); @@ -18507,8 +16968,7 @@ public static function stage($stage) * * * @static - */ - public static function messageLevel($messageLevel) + */ public static function messageLevel($messageLevel) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->messageLevel($messageLevel); @@ -18520,8 +16980,7 @@ public static function messageLevel($messageLevel) * @param mixed $default * @return array * @static - */ - public static function getGroup($groupName = 'context', $default = []) + */ public static function getGroup($groupName = 'context', $default = []) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->getGroup($groupName, $default); @@ -18530,8 +16989,7 @@ public static function getGroup($groupName = 'context', $default = []) * * * @static - */ - public static function context($key, $value) + */ public static function context($key, $value) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->context($key, $value); @@ -18543,23 +17001,19 @@ public static function context($key, $value) * @param array $properties * @return \Spatie\FlareClient\Flare * @static - */ - public static function group($groupName, $properties) + */ public static function group($groupName, $properties) { /** @var \Spatie\FlareClient\Flare $instance */ return $instance->group($groupName, $properties); } - + } } - -} - namespace Illuminate\Http { +namespace Illuminate\Http { /** * * - */ - class Request { + */ class Request { /** * * @@ -18567,8 +17021,7 @@ class Request { * @param array $rules * @param mixed $params * @static - */ - public static function validate($rules, ...$params) + */ public static function validate($rules, ...$params) { return \Illuminate\Http\Request::validate($rules, ...$params); } @@ -18580,8 +17033,7 @@ public static function validate($rules, ...$params) * @param array $rules * @param mixed $params * @static - */ - public static function validateWithBag($errorBag, $rules, ...$params) + */ public static function validateWithBag($errorBag, $rules, ...$params) { return \Illuminate\Http\Request::validateWithBag($errorBag, $rules, ...$params); } @@ -18591,8 +17043,7 @@ public static function validateWithBag($errorBag, $rules, ...$params) * @see \Illuminate\Foundation\Providers\FoundationServiceProvider::registerRequestSignatureValidation() * @param mixed $absolute * @static - */ - public static function hasValidSignature($absolute = true) + */ public static function hasValidSignature($absolute = true) { return \Illuminate\Http\Request::hasValidSignature($absolute); } @@ -18601,8 +17052,7 @@ public static function hasValidSignature($absolute = true) * * @see \Illuminate\Foundation\Providers\FoundationServiceProvider::registerRequestSignatureValidation() * @static - */ - public static function hasValidRelativeSignature() + */ public static function hasValidRelativeSignature() { return \Illuminate\Http\Request::hasValidRelativeSignature(); } @@ -18613,24 +17063,20 @@ public static function hasValidRelativeSignature() * @param mixed $ignoreQuery * @param mixed $absolute * @static - */ - public static function hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true) + */ public static function hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true) { return \Illuminate\Http\Request::hasValidSignatureWhileIgnoring($ignoreQuery, $absolute); } - + } } - -} - namespace Illuminate\Database\Eloquent\Factories { +namespace Illuminate\Database\Eloquent\Factories { /** * * * @template TModel of \Illuminate\Database\Eloquent\Model * @method $this trashed() - */ - class Factory { + */ class Factory { /** * * @@ -18638,40 +17084,33 @@ class Factory { * @param array|string $locales * @param mixed|null $value * @static - */ - public static function translations($locales, $value) + */ public static function translations($locales, $value) { return \Illuminate\Database\Eloquent\Factories\Factory::translations($locales, $value); } - + } } - -} - namespace Illuminate\Routing { +namespace Illuminate\Routing { /** * * - */ - class ResponseFactory { + */ class ResponseFactory { /** * * * @see \CloudCreativity\LaravelJsonApi\ServiceProvider::bootResponseMacro() * @param mixed $api * @static - */ - public static function jsonApi($api = null) + */ public static function jsonApi($api = null) { return \Illuminate\Routing\ResponseFactory::jsonApi($api); } - + } } - -} -namespace { +namespace { class App extends \Illuminate\Support\Facades\App {} class Arr extends \Illuminate\Support\Arr {} class Artisan extends \Illuminate\Support\Facades\Artisan {} @@ -18684,99 +17123,84 @@ class Config extends \Illuminate\Support\Facades\Config {} class Cookie extends \Illuminate\Support\Facades\Cookie {} class Crypt extends \Illuminate\Support\Facades\Crypt {} class DB extends \Illuminate\Support\Facades\DB {} - class Eloquent extends \Illuminate\Database\Eloquent\Model { - /** + class Eloquent extends \Illuminate\Database\Eloquent\Model { /** * Create and return an un-saved model instance. * * @param array $attributes * @return \Illuminate\Database\Eloquent\Model|static * @static - */ - public static function make($attributes = []) + */ public static function make($attributes = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->make($attributes); } - - /** + /** * Register a new global scope. * * @param string $identifier * @param \Illuminate\Database\Eloquent\Scope|\Closure $scope * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withGlobalScope($identifier, $scope) + */ public static function withGlobalScope($identifier, $scope) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withGlobalScope($identifier, $scope); } - - /** + /** * Remove a registered global scope. * * @param \Illuminate\Database\Eloquent\Scope|string $scope * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withoutGlobalScope($scope) + */ public static function withoutGlobalScope($scope) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withoutGlobalScope($scope); } - - /** + /** * Remove all or passed registered global scopes. * * @param array|null $scopes * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withoutGlobalScopes($scopes = null) + */ public static function withoutGlobalScopes($scopes = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withoutGlobalScopes($scopes); } - - /** + /** * Get an array of global scopes that were removed from the query. * * @return array * @static - */ - public static function removedScopes() + */ public static function removedScopes() { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->removedScopes(); } - - /** + /** * Add a where clause on the primary key to the query. * * @param mixed $id * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereKey($id) + */ public static function whereKey($id) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereKey($id); } - - /** + /** * Add a where clause on the primary key to the query. * * @param mixed $id * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereKeyNot($id) + */ public static function whereKeyNot($id) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereKeyNot($id); } - - /** + /** * Add a basic where clause to the query. * * @param \Closure|string|array|\Illuminate\Contracts\Database\Query\Expression $column @@ -18785,14 +17209,12 @@ public static function whereKeyNot($id) * @param string $boolean * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function where($column, $operator = null, $value = null, $boolean = 'and') + */ public static function where($column, $operator = null, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->where($column, $operator, $value, $boolean); } - - /** + /** * Add a basic where clause to the query, and return the first result. * * @param \Closure|string|array|\Illuminate\Contracts\Database\Query\Expression $column @@ -18801,14 +17223,12 @@ public static function where($column, $operator = null, $value = null, $boolean * @param string $boolean * @return \Illuminate\Database\Eloquent\Model|static|null * @static - */ - public static function firstWhere($column, $operator = null, $value = null, $boolean = 'and') + */ public static function firstWhere($column, $operator = null, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->firstWhere($column, $operator, $value, $boolean); } - - /** + /** * Add an "or where" clause to the query. * * @param \Closure|array|string|\Illuminate\Contracts\Database\Query\Expression $column @@ -18816,14 +17236,12 @@ public static function firstWhere($column, $operator = null, $value = null, $boo * @param mixed $value * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhere($column, $operator = null, $value = null) + */ public static function orWhere($column, $operator = null, $value = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhere($column, $operator, $value); } - - /** + /** * Add a basic "where not" clause to the query. * * @param \Closure|string|array|\Illuminate\Contracts\Database\Query\Expression $column @@ -18832,14 +17250,12 @@ public static function orWhere($column, $operator = null, $value = null) * @param string $boolean * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereNot($column, $operator = null, $value = null, $boolean = 'and') + */ public static function whereNot($column, $operator = null, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereNot($column, $operator, $value, $boolean); } - - /** + /** * Add an "or where not" clause to the query. * * @param \Closure|array|string|\Illuminate\Contracts\Database\Query\Expression $column @@ -18847,95 +17263,81 @@ public static function whereNot($column, $operator = null, $value = null, $boole * @param mixed $value * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhereNot($column, $operator = null, $value = null) + */ public static function orWhereNot($column, $operator = null, $value = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereNot($column, $operator, $value); } - - /** + /** * Add an "order by" clause for a timestamp to the query. * * @param string|\Illuminate\Contracts\Database\Query\Expression $column * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function latest($column = null) + */ public static function latest($column = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->latest($column); } - - /** + /** * Add an "order by" clause for a timestamp to the query. * * @param string|\Illuminate\Contracts\Database\Query\Expression $column * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function oldest($column = null) + */ public static function oldest($column = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->oldest($column); } - - /** + /** * Create a collection of models from plain arrays. * * @param array $items * @return \Illuminate\Database\Eloquent\Collection * @static - */ - public static function hydrate($items) + */ public static function hydrate($items) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->hydrate($items); } - - /** + /** * Create a collection of models from a raw query. * * @param string $query * @param array $bindings * @return \Illuminate\Database\Eloquent\Collection * @static - */ - public static function fromQuery($query, $bindings = []) + */ public static function fromQuery($query, $bindings = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->fromQuery($query, $bindings); } - - /** + /** * Find a model by its primary key. * * @param mixed $id * @param array|string $columns * @return \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Eloquent\Collection|static[]|static|null * @static - */ - public static function find($id, $columns = []) + */ public static function find($id, $columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->find($id, $columns); } - - /** + /** * Find multiple models by their primary keys. * * @param \Illuminate\Contracts\Support\Arrayable|array $ids * @param array|string $columns * @return \Illuminate\Database\Eloquent\Collection * @static - */ - public static function findMany($ids, $columns = []) + */ public static function findMany($ids, $columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->findMany($ids, $columns); } - - /** + /** * Find a model by its primary key or throw an exception. * * @param mixed $id @@ -18943,28 +17345,24 @@ public static function findMany($ids, $columns = []) * @return \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Eloquent\Collection|static|static[] * @throws \Illuminate\Database\Eloquent\ModelNotFoundException<\Illuminate\Database\Eloquent\Model> * @static - */ - public static function findOrFail($id, $columns = []) + */ public static function findOrFail($id, $columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->findOrFail($id, $columns); } - - /** + /** * Find a model by its primary key or return fresh model instance. * * @param mixed $id * @param array|string $columns * @return \Illuminate\Database\Eloquent\Model|static * @static - */ - public static function findOrNew($id, $columns = []) + */ public static function findOrNew($id, $columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->findOrNew($id, $columns); } - - /** + /** * Find a model by its primary key or call a callback. * * @param mixed $id @@ -18972,98 +17370,84 @@ public static function findOrNew($id, $columns = []) * @param \Closure|null $callback * @return \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Eloquent\Collection|static[]|static|mixed * @static - */ - public static function findOr($id, $columns = [], $callback = null) + */ public static function findOr($id, $columns = [], $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->findOr($id, $columns, $callback); } - - /** + /** * Get the first record matching the attributes or instantiate it. * * @param array $attributes * @param array $values * @return \Illuminate\Database\Eloquent\Model|static * @static - */ - public static function firstOrNew($attributes = [], $values = []) + */ public static function firstOrNew($attributes = [], $values = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->firstOrNew($attributes, $values); } - - /** + /** * Get the first record matching the attributes. If the record is not found, create it. * * @param array $attributes * @param array $values * @return \Illuminate\Database\Eloquent\Model|static * @static - */ - public static function firstOrCreate($attributes = [], $values = []) + */ public static function firstOrCreate($attributes = [], $values = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->firstOrCreate($attributes, $values); } - - /** + /** * Attempt to create the record. If a unique constraint violation occurs, attempt to find the matching record. * * @param array $attributes * @param array $values * @return \Illuminate\Database\Eloquent\Model|static * @static - */ - public static function createOrFirst($attributes = [], $values = []) + */ public static function createOrFirst($attributes = [], $values = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->createOrFirst($attributes, $values); } - - /** + /** * Create or update a record matching the attributes, and fill it with values. * * @param array $attributes * @param array $values * @return \Illuminate\Database\Eloquent\Model|static * @static - */ - public static function updateOrCreate($attributes, $values = []) + */ public static function updateOrCreate($attributes, $values = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->updateOrCreate($attributes, $values); } - - /** + /** * Execute the query and get the first result or throw an exception. * * @param array|string $columns * @return \Illuminate\Database\Eloquent\Model|static * @throws \Illuminate\Database\Eloquent\ModelNotFoundException<\Illuminate\Database\Eloquent\Model> * @static - */ - public static function firstOrFail($columns = []) + */ public static function firstOrFail($columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->firstOrFail($columns); } - - /** + /** * Execute the query and get the first result or call a callback. * * @param \Closure|array|string $columns * @param \Closure|null $callback * @return \Illuminate\Database\Eloquent\Model|static|mixed * @static - */ - public static function firstOr($columns = [], $callback = null) + */ public static function firstOr($columns = [], $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->firstOr($columns, $callback); } - - /** + /** * Execute the query and get the first result if it's the sole matching record. * * @param array|string $columns @@ -19071,27 +17455,23 @@ public static function firstOr($columns = [], $callback = null) * @throws \Illuminate\Database\Eloquent\ModelNotFoundException<\Illuminate\Database\Eloquent\Model> * @throws \Illuminate\Database\MultipleRecordsFoundException * @static - */ - public static function sole($columns = []) + */ public static function sole($columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->sole($columns); } - - /** + /** * Get a single column's value from the first result of a query. * * @param string|\Illuminate\Contracts\Database\Query\Expression $column * @return mixed * @static - */ - public static function value($column) + */ public static function value($column) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->value($column); } - - /** + /** * Get a single column's value from the first result of a query if it's the sole matching record. * * @param string|\Illuminate\Contracts\Database\Query\Expression $column @@ -19099,93 +17479,79 @@ public static function value($column) * @throws \Illuminate\Database\Eloquent\ModelNotFoundException<\Illuminate\Database\Eloquent\Model> * @throws \Illuminate\Database\MultipleRecordsFoundException * @static - */ - public static function soleValue($column) + */ public static function soleValue($column) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->soleValue($column); } - - /** + /** * Get a single column's value from the first result of the query or throw an exception. * * @param string|\Illuminate\Contracts\Database\Query\Expression $column * @return mixed * @throws \Illuminate\Database\Eloquent\ModelNotFoundException<\Illuminate\Database\Eloquent\Model> * @static - */ - public static function valueOrFail($column) + */ public static function valueOrFail($column) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->valueOrFail($column); } - - /** + /** * Execute the query as a "select" statement. * * @param array|string $columns * @return \Illuminate\Database\Eloquent\Collection|static[] * @static - */ - public static function get($columns = []) + */ public static function get($columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->get($columns); } - - /** + /** * Get the hydrated models without eager loading. * * @param array|string $columns * @return \Illuminate\Database\Eloquent\Model[]|static[] * @static - */ - public static function getModels($columns = []) + */ public static function getModels($columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->getModels($columns); } - - /** + /** * Eager load the relationships for the models. * * @param array $models * @return array * @static - */ - public static function eagerLoadRelations($models) + */ public static function eagerLoadRelations($models) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->eagerLoadRelations($models); } - - /** + /** * Get a lazy collection for the given query. * * @return \Illuminate\Support\LazyCollection * @static - */ - public static function cursor() + */ public static function cursor() { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->cursor(); } - - /** + /** * Get a collection with the values of a given column. * * @param string|\Illuminate\Contracts\Database\Query\Expression $column * @param string|null $key * @return \Illuminate\Support\Collection * @static - */ - public static function pluck($column, $key = null) + */ public static function pluck($column, $key = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->pluck($column, $key); } - - /** + /** * Paginate the given query. * * @param int|null|\Closure $perPage @@ -19196,14 +17562,12 @@ public static function pluck($column, $key = null) * @return \Illuminate\Contracts\Pagination\LengthAwarePaginator * @throws \InvalidArgumentException * @static - */ - public static function paginate($perPage = null, $columns = [], $pageName = 'page', $page = null) + */ public static function paginate($perPage = null, $columns = [], $pageName = 'page', $page = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->paginate($perPage, $columns, $pageName, $page); } - - /** + /** * Paginate the given query into a simple paginator. * * @param int|null $perPage @@ -19212,14 +17576,12 @@ public static function paginate($perPage = null, $columns = [], $pageName = 'pag * @param int|null $page * @return \Illuminate\Contracts\Pagination\Paginator * @static - */ - public static function simplePaginate($perPage = null, $columns = [], $pageName = 'page', $page = null) + */ public static function simplePaginate($perPage = null, $columns = [], $pageName = 'page', $page = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->simplePaginate($perPage, $columns, $pageName, $page); } - - /** + /** * Paginate the given query into a cursor paginator. * * @param int|null $perPage @@ -19228,53 +17590,45 @@ public static function simplePaginate($perPage = null, $columns = [], $pageName * @param \Illuminate\Pagination\Cursor|string|null $cursor * @return \Illuminate\Contracts\Pagination\CursorPaginator * @static - */ - public static function cursorPaginate($perPage = null, $columns = [], $cursorName = 'cursor', $cursor = null) + */ public static function cursorPaginate($perPage = null, $columns = [], $cursorName = 'cursor', $cursor = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->cursorPaginate($perPage, $columns, $cursorName, $cursor); } - - /** + /** * Save a new model and return the instance. * * @param array $attributes * @return \Illuminate\Database\Eloquent\Model|$this * @static - */ - public static function create($attributes = []) + */ public static function create($attributes = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->create($attributes); } - - /** + /** * Save a new model and return the instance. Allow mass-assignment. * * @param array $attributes * @return \Illuminate\Database\Eloquent\Model|$this * @static - */ - public static function forceCreate($attributes) + */ public static function forceCreate($attributes) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->forceCreate($attributes); } - - /** + /** * Save a new model instance with mass assignment without raising model events. * * @param array $attributes * @return \Illuminate\Database\Eloquent\Model|$this * @static - */ - public static function forceCreateQuietly($attributes = []) + */ public static function forceCreateQuietly($attributes = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->forceCreateQuietly($attributes); } - - /** + /** * Insert new records or update the existing ones. * * @param array $values @@ -19282,320 +17636,270 @@ public static function forceCreateQuietly($attributes = []) * @param array|null $update * @return int * @static - */ - public static function upsert($values, $uniqueBy, $update = null) + */ public static function upsert($values, $uniqueBy, $update = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->upsert($values, $uniqueBy, $update); } - - /** + /** * Register a replacement for the default delete function. * * @param \Closure $callback * @return void * @static - */ - public static function onDelete($callback) + */ public static function onDelete($callback) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ $instance->onDelete($callback); } - - /** + /** * Call the given local model scopes. * * @param array|string $scopes * @return static|mixed * @static - */ - public static function scopes($scopes) + */ public static function scopes($scopes) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->scopes($scopes); } - - /** + /** * Apply the scopes to the Eloquent builder instance and return it. * * @return static * @static - */ - public static function applyScopes() + */ public static function applyScopes() { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->applyScopes(); } - - /** + /** * Prevent the specified relations from being eager loaded. * * @param mixed $relations * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function without($relations) + */ public static function without($relations) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->without($relations); } - - /** + /** * Set the relationships that should be eager loaded while removing any previously added eager loading specifications. * * @param mixed $relations * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withOnly($relations) + */ public static function withOnly($relations) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withOnly($relations); } - - /** + /** * Create a new instance of the model being queried. * * @param array $attributes * @return \Illuminate\Database\Eloquent\Model|static * @static - */ - public static function newModelInstance($attributes = []) + */ public static function newModelInstance($attributes = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->newModelInstance($attributes); } - - /** + /** * Apply query-time casts to the model instance. * * @param array $casts * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withCasts($casts) + */ public static function withCasts($casts) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withCasts($casts); } - - /** + /** * Execute the given Closure within a transaction savepoint if needed. * * @template TModelValue * @param \Closure(): TModelValue $scope * @return \Illuminate\Database\Eloquent\TModelValue * @static - */ - public static function withSavepointIfNeeded($scope) + */ public static function withSavepointIfNeeded($scope) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withSavepointIfNeeded($scope); } - - /** + /** * Get the underlying query builder instance. * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function getQuery() + */ public static function getQuery() { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->getQuery(); } - - /** + /** * Set the underlying query builder instance. * * @param \Illuminate\Database\Query\Builder $query * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function setQuery($query) + */ public static function setQuery($query) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->setQuery($query); } - - /** + /** * Get a base query builder instance. * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function toBase() + */ public static function toBase() { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->toBase(); } - - /** + /** * Get the relationships being eagerly loaded. * * @return array * @static - */ - public static function getEagerLoads() + */ public static function getEagerLoads() { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->getEagerLoads(); } - - /** + /** * Set the relationships being eagerly loaded. * * @param array $eagerLoad * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function setEagerLoads($eagerLoad) + */ public static function setEagerLoads($eagerLoad) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->setEagerLoads($eagerLoad); } - - /** + /** * Indicate that the given relationships should not be eagerly loaded. * * @param array $relations * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withoutEagerLoad($relations) + */ public static function withoutEagerLoad($relations) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withoutEagerLoad($relations); } - - /** + /** * Flush the relationships being eagerly loaded. * * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withoutEagerLoads() + */ public static function withoutEagerLoads() { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withoutEagerLoads(); } - - /** + /** * Get the model instance being queried. * * @return \Illuminate\Database\Eloquent\Model|static * @static - */ - public static function getModel() + */ public static function getModel() { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->getModel(); } - - /** + /** * Set a model instance for the model being queried. * * @param \Illuminate\Database\Eloquent\Model $model * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function setModel($model) + */ public static function setModel($model) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->setModel($model); } - - /** + /** * Get the given macro by name. * * @param string $name * @return \Closure * @static - */ - public static function getMacro($name) + */ public static function getMacro($name) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->getMacro($name); } - - /** + /** * Checks if a macro is registered. * * @param string $name * @return bool * @static - */ - public static function hasMacro($name) + */ public static function hasMacro($name) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->hasMacro($name); } - - /** + /** * Get the given global macro by name. * * @param string $name * @return \Closure * @static - */ - public static function getGlobalMacro($name) + */ public static function getGlobalMacro($name) { return \Illuminate\Database\Eloquent\Builder::getGlobalMacro($name); } - - /** + /** * Checks if a global macro is registered. * * @param string $name * @return bool * @static - */ - public static function hasGlobalMacro($name) + */ public static function hasGlobalMacro($name) { return \Illuminate\Database\Eloquent\Builder::hasGlobalMacro($name); } - - /** + /** * Clone the Eloquent query builder. * * @return static * @static - */ - public static function clone() + */ public static function clone() { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->clone(); } - - /** + /** * Chunk the results of the query. * * @param int $count * @param callable $callback * @return bool * @static - */ - public static function chunk($count, $callback) + */ public static function chunk($count, $callback) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->chunk($count, $callback); } - - /** + /** * Run a map over each item while chunking. * * @param callable $callback * @param int $count * @return \Illuminate\Support\Collection * @static - */ - public static function chunkMap($callback, $count = 1000) + */ public static function chunkMap($callback, $count = 1000) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->chunkMap($callback, $count); } - - /** + /** * Execute a callback over each item while chunking. * * @param callable $callback @@ -19603,14 +17907,12 @@ public static function chunkMap($callback, $count = 1000) * @return bool * @throws \RuntimeException * @static - */ - public static function each($callback, $count = 1000) + */ public static function each($callback, $count = 1000) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->each($callback, $count); } - - /** + /** * Chunk the results of a query by comparing IDs. * * @param int $count @@ -19619,14 +17921,12 @@ public static function each($callback, $count = 1000) * @param string|null $alias * @return bool * @static - */ - public static function chunkById($count, $callback, $column = null, $alias = null) + */ public static function chunkById($count, $callback, $column = null, $alias = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->chunkById($count, $callback, $column, $alias); } - - /** + /** * Chunk the results of a query by comparing IDs in descending order. * * @param int $count @@ -19635,14 +17935,12 @@ public static function chunkById($count, $callback, $column = null, $alias = nul * @param string|null $alias * @return bool * @static - */ - public static function chunkByIdDesc($count, $callback, $column = null, $alias = null) + */ public static function chunkByIdDesc($count, $callback, $column = null, $alias = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->chunkByIdDesc($count, $callback, $column, $alias); } - - /** + /** * Chunk the results of a query by comparing IDs in a given order. * * @param int $count @@ -19652,14 +17950,12 @@ public static function chunkByIdDesc($count, $callback, $column = null, $alias = * @param bool $descending * @return bool * @static - */ - public static function orderedChunkById($count, $callback, $column = null, $alias = null, $descending = false) + */ public static function orderedChunkById($count, $callback, $column = null, $alias = null, $descending = false) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orderedChunkById($count, $callback, $column, $alias, $descending); } - - /** + /** * Execute a callback over each item while chunking by ID. * * @param callable $callback @@ -19668,28 +17964,24 @@ public static function orderedChunkById($count, $callback, $column = null, $alia * @param string|null $alias * @return bool * @static - */ - public static function eachById($callback, $count = 1000, $column = null, $alias = null) + */ public static function eachById($callback, $count = 1000, $column = null, $alias = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->eachById($callback, $count, $column, $alias); } - - /** + /** * Query lazily, by chunks of the given size. * * @param int $chunkSize * @return \Illuminate\Support\LazyCollection * @throws \InvalidArgumentException * @static - */ - public static function lazy($chunkSize = 1000) + */ public static function lazy($chunkSize = 1000) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->lazy($chunkSize); } - - /** + /** * Query lazily, by chunking the results of a query by comparing IDs. * * @param int $chunkSize @@ -19698,14 +17990,12 @@ public static function lazy($chunkSize = 1000) * @return \Illuminate\Support\LazyCollection * @throws \InvalidArgumentException * @static - */ - public static function lazyById($chunkSize = 1000, $column = null, $alias = null) + */ public static function lazyById($chunkSize = 1000, $column = null, $alias = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->lazyById($chunkSize, $column, $alias); } - - /** + /** * Query lazily, by chunking the results of a query by comparing IDs in descending order. * * @param int $chunkSize @@ -19714,27 +18004,23 @@ public static function lazyById($chunkSize = 1000, $column = null, $alias = null * @return \Illuminate\Support\LazyCollection * @throws \InvalidArgumentException * @static - */ - public static function lazyByIdDesc($chunkSize = 1000, $column = null, $alias = null) + */ public static function lazyByIdDesc($chunkSize = 1000, $column = null, $alias = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->lazyByIdDesc($chunkSize, $column, $alias); } - - /** + /** * Execute the query and get the first result. * * @param array|string $columns * @return \Illuminate\Database\Eloquent\Model|object|static|null * @static - */ - public static function first($columns = []) + */ public static function first($columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->first($columns); } - - /** + /** * Execute the query and get the first result if it's the sole matching record. * * @param array|string $columns @@ -19742,27 +18028,23 @@ public static function first($columns = []) * @throws \Illuminate\Database\RecordsNotFoundException * @throws \Illuminate\Database\MultipleRecordsFoundException * @static - */ - public static function baseSole($columns = []) + */ public static function baseSole($columns = []) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->baseSole($columns); } - - /** + /** * Pass the query to a given callback. * * @param callable $callback * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function tap($callback) + */ public static function tap($callback) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->tap($callback); } - - /** + /** * Apply the callback if the given "value" is (or resolves to) truthy. * * @template TWhenParameter @@ -19772,14 +18054,12 @@ public static function tap($callback) * @param \Illuminate\Database\Eloquent\(callable($this, TWhenParameter): TWhenReturnType)|null $default * @return $this|\Illuminate\Database\Eloquent\TWhenReturnType * @static - */ - public static function when($value = null, $callback = null, $default = null) + */ public static function when($value = null, $callback = null, $default = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->when($value, $callback, $default); } - - /** + /** * Apply the callback if the given "value" is (or resolves to) falsy. * * @template TUnlessParameter @@ -19789,14 +18069,12 @@ public static function when($value = null, $callback = null, $default = null) * @param \Illuminate\Database\Eloquent\(callable($this, TUnlessParameter): TUnlessReturnType)|null $default * @return $this|\Illuminate\Database\Eloquent\TUnlessReturnType * @static - */ - public static function unless($value = null, $callback = null, $default = null) + */ public static function unless($value = null, $callback = null, $default = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->unless($value, $callback, $default); } - - /** + /** * Add a relationship count / exists condition to the query. * * @param \Illuminate\Database\Eloquent\Relations\Relation|string $relation @@ -19807,14 +18085,12 @@ public static function unless($value = null, $callback = null, $default = null) * @return \Illuminate\Database\Eloquent\Builder|static * @throws \RuntimeException * @static - */ - public static function has($relation, $operator = '>=', $count = 1, $boolean = 'and', $callback = null) + */ public static function has($relation, $operator = '>=', $count = 1, $boolean = 'and', $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->has($relation, $operator, $count, $boolean, $callback); } - - /** + /** * Add a relationship count / exists condition to the query with an "or". * * @param string $relation @@ -19822,14 +18098,12 @@ public static function has($relation, $operator = '>=', $count = 1, $boolean = ' * @param int $count * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orHas($relation, $operator = '>=', $count = 1) + */ public static function orHas($relation, $operator = '>=', $count = 1) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orHas($relation, $operator, $count); } - - /** + /** * Add a relationship count / exists condition to the query. * * @param string $relation @@ -19837,27 +18111,23 @@ public static function orHas($relation, $operator = '>=', $count = 1) * @param \Closure|null $callback * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function doesntHave($relation, $boolean = 'and', $callback = null) + */ public static function doesntHave($relation, $boolean = 'and', $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->doesntHave($relation, $boolean, $callback); } - - /** + /** * Add a relationship count / exists condition to the query with an "or". * * @param string $relation * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orDoesntHave($relation) + */ public static function orDoesntHave($relation) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orDoesntHave($relation); } - - /** + /** * Add a relationship count / exists condition to the query with where clauses. * * @param string $relation @@ -19866,14 +18136,12 @@ public static function orDoesntHave($relation) * @param int $count * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereHas($relation, $callback = null, $operator = '>=', $count = 1) + */ public static function whereHas($relation, $callback = null, $operator = '>=', $count = 1) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereHas($relation, $callback, $operator, $count); } - - /** + /** * Add a relationship count / exists condition to the query with where clauses. * * Also load the relationship with same condition. @@ -19884,14 +18152,12 @@ public static function whereHas($relation, $callback = null, $operator = '>=', $ * @param int $count * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withWhereHas($relation, $callback = null, $operator = '>=', $count = 1) + */ public static function withWhereHas($relation, $callback = null, $operator = '>=', $count = 1) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withWhereHas($relation, $callback, $operator, $count); } - - /** + /** * Add a relationship count / exists condition to the query with where clauses and an "or". * * @param string $relation @@ -19900,42 +18166,36 @@ public static function withWhereHas($relation, $callback = null, $operator = '>= * @param int $count * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhereHas($relation, $callback = null, $operator = '>=', $count = 1) + */ public static function orWhereHas($relation, $callback = null, $operator = '>=', $count = 1) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereHas($relation, $callback, $operator, $count); } - - /** + /** * Add a relationship count / exists condition to the query with where clauses. * * @param string $relation * @param \Closure|null $callback * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereDoesntHave($relation, $callback = null) + */ public static function whereDoesntHave($relation, $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereDoesntHave($relation, $callback); } - - /** + /** * Add a relationship count / exists condition to the query with where clauses and an "or". * * @param string $relation * @param \Closure|null $callback * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhereDoesntHave($relation, $callback = null) + */ public static function orWhereDoesntHave($relation, $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereDoesntHave($relation, $callback); } - - /** + /** * Add a polymorphic relationship count / exists condition to the query. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation @@ -19946,14 +18206,12 @@ public static function orWhereDoesntHave($relation, $callback = null) * @param \Closure|null $callback * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function hasMorph($relation, $types, $operator = '>=', $count = 1, $boolean = 'and', $callback = null) + */ public static function hasMorph($relation, $types, $operator = '>=', $count = 1, $boolean = 'and', $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->hasMorph($relation, $types, $operator, $count, $boolean, $callback); } - - /** + /** * Add a polymorphic relationship count / exists condition to the query with an "or". * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation @@ -19962,14 +18220,12 @@ public static function hasMorph($relation, $types, $operator = '>=', $count = 1, * @param int $count * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orHasMorph($relation, $types, $operator = '>=', $count = 1) + */ public static function orHasMorph($relation, $types, $operator = '>=', $count = 1) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orHasMorph($relation, $types, $operator, $count); } - - /** + /** * Add a polymorphic relationship count / exists condition to the query. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation @@ -19978,28 +18234,24 @@ public static function orHasMorph($relation, $types, $operator = '>=', $count = * @param \Closure|null $callback * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function doesntHaveMorph($relation, $types, $boolean = 'and', $callback = null) + */ public static function doesntHaveMorph($relation, $types, $boolean = 'and', $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->doesntHaveMorph($relation, $types, $boolean, $callback); } - - /** + /** * Add a polymorphic relationship count / exists condition to the query with an "or". * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation * @param string|array $types * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orDoesntHaveMorph($relation, $types) + */ public static function orDoesntHaveMorph($relation, $types) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orDoesntHaveMorph($relation, $types); } - - /** + /** * Add a polymorphic relationship count / exists condition to the query with where clauses. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation @@ -20009,14 +18261,12 @@ public static function orDoesntHaveMorph($relation, $types) * @param int $count * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereHasMorph($relation, $types, $callback = null, $operator = '>=', $count = 1) + */ public static function whereHasMorph($relation, $types, $callback = null, $operator = '>=', $count = 1) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereHasMorph($relation, $types, $callback, $operator, $count); } - - /** + /** * Add a polymorphic relationship count / exists condition to the query with where clauses and an "or". * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation @@ -20026,14 +18276,12 @@ public static function whereHasMorph($relation, $types, $callback = null, $opera * @param int $count * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhereHasMorph($relation, $types, $callback = null, $operator = '>=', $count = 1) + */ public static function orWhereHasMorph($relation, $types, $callback = null, $operator = '>=', $count = 1) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereHasMorph($relation, $types, $callback, $operator, $count); } - - /** + /** * Add a polymorphic relationship count / exists condition to the query with where clauses. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation @@ -20041,14 +18289,12 @@ public static function orWhereHasMorph($relation, $types, $callback = null, $ope * @param \Closure|null $callback * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereDoesntHaveMorph($relation, $types, $callback = null) + */ public static function whereDoesntHaveMorph($relation, $types, $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereDoesntHaveMorph($relation, $types, $callback); } - - /** + /** * Add a polymorphic relationship count / exists condition to the query with where clauses and an "or". * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation @@ -20056,14 +18302,12 @@ public static function whereDoesntHaveMorph($relation, $types, $callback = null) * @param \Closure|null $callback * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhereDoesntHaveMorph($relation, $types, $callback = null) + */ public static function orWhereDoesntHaveMorph($relation, $types, $callback = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereDoesntHaveMorph($relation, $types, $callback); } - - /** + /** * Add a basic where clause to a relationship query. * * @param string $relation @@ -20072,14 +18316,12 @@ public static function orWhereDoesntHaveMorph($relation, $types, $callback = nul * @param mixed $value * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereRelation($relation, $column, $operator = null, $value = null) + */ public static function whereRelation($relation, $column, $operator = null, $value = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereRelation($relation, $column, $operator, $value); } - - /** + /** * Add an "or where" clause to a relationship query. * * @param string $relation @@ -20088,14 +18330,12 @@ public static function whereRelation($relation, $column, $operator = null, $valu * @param mixed $value * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhereRelation($relation, $column, $operator = null, $value = null) + */ public static function orWhereRelation($relation, $column, $operator = null, $value = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereRelation($relation, $column, $operator, $value); } - - /** + /** * Add a polymorphic relationship condition to the query with a where clause. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation @@ -20105,14 +18345,12 @@ public static function orWhereRelation($relation, $column, $operator = null, $va * @param mixed $value * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereMorphRelation($relation, $types, $column, $operator = null, $value = null) + */ public static function whereMorphRelation($relation, $types, $column, $operator = null, $value = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereMorphRelation($relation, $types, $column, $operator, $value); } - - /** + /** * Add a polymorphic relationship condition to the query with an "or where" clause. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation @@ -20122,70 +18360,60 @@ public static function whereMorphRelation($relation, $types, $column, $operator * @param mixed $value * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhereMorphRelation($relation, $types, $column, $operator = null, $value = null) + */ public static function orWhereMorphRelation($relation, $types, $column, $operator = null, $value = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereMorphRelation($relation, $types, $column, $operator, $value); } - - /** + /** * Add a morph-to relationship condition to the query. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation * @param \Illuminate\Database\Eloquent\Model|string|null $model * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereMorphedTo($relation, $model, $boolean = 'and') + */ public static function whereMorphedTo($relation, $model, $boolean = 'and') { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereMorphedTo($relation, $model, $boolean); } - - /** + /** * Add a not morph-to relationship condition to the query. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation * @param \Illuminate\Database\Eloquent\Model|string $model * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function whereNotMorphedTo($relation, $model, $boolean = 'and') + */ public static function whereNotMorphedTo($relation, $model, $boolean = 'and') { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereNotMorphedTo($relation, $model, $boolean); } - - /** + /** * Add a morph-to relationship condition to the query with an "or where" clause. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation * @param \Illuminate\Database\Eloquent\Model|string|null $model * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhereMorphedTo($relation, $model) + */ public static function orWhereMorphedTo($relation, $model) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereMorphedTo($relation, $model); } - - /** + /** * Add a not morph-to relationship condition to the query with an "or where" clause. * * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation * @param \Illuminate\Database\Eloquent\Model|string $model * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function orWhereNotMorphedTo($relation, $model) + */ public static function orWhereNotMorphedTo($relation, $model) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereNotMorphedTo($relation, $model); } - - /** + /** * Add a "belongs to" relationship where clause to the query. * * @param \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Eloquent\Collection<\Illuminate\Database\Eloquent\Model> $related @@ -20194,14 +18422,12 @@ public static function orWhereNotMorphedTo($relation, $model) * @return \Illuminate\Database\Eloquent\Builder|static * @throws \Illuminate\Database\Eloquent\RelationNotFoundException * @static - */ - public static function whereBelongsTo($related, $relationshipName = null, $boolean = 'and') + */ public static function whereBelongsTo($related, $relationshipName = null, $boolean = 'and') { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->whereBelongsTo($related, $relationshipName, $boolean); } - - /** + /** * Add an "BelongsTo" relationship with an "or where" clause to the query. * * @param \Illuminate\Database\Eloquent\Model $related @@ -20209,14 +18435,12 @@ public static function whereBelongsTo($related, $relationshipName = null, $boole * @return \Illuminate\Database\Eloquent\Builder|static * @throws \RuntimeException * @static - */ - public static function orWhereBelongsTo($related, $relationshipName = null) + */ public static function orWhereBelongsTo($related, $relationshipName = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->orWhereBelongsTo($related, $relationshipName); } - - /** + /** * Add subselect queries to include an aggregate value for a relationship. * * @param mixed $relations @@ -20224,135 +18448,115 @@ public static function orWhereBelongsTo($related, $relationshipName = null) * @param string $function * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withAggregate($relations, $column, $function = null) + */ public static function withAggregate($relations, $column, $function = null) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withAggregate($relations, $column, $function); } - - /** + /** * Add subselect queries to count the relations. * * @param mixed $relations * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withCount($relations) + */ public static function withCount($relations) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withCount($relations); } - - /** + /** * Add subselect queries to include the max of the relation's column. * * @param string|array $relation * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withMax($relation, $column) + */ public static function withMax($relation, $column) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withMax($relation, $column); } - - /** + /** * Add subselect queries to include the min of the relation's column. * * @param string|array $relation * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withMin($relation, $column) + */ public static function withMin($relation, $column) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withMin($relation, $column); } - - /** + /** * Add subselect queries to include the sum of the relation's column. * * @param string|array $relation * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withSum($relation, $column) + */ public static function withSum($relation, $column) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withSum($relation, $column); } - - /** + /** * Add subselect queries to include the average of the relation's column. * * @param string|array $relation * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withAvg($relation, $column) + */ public static function withAvg($relation, $column) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withAvg($relation, $column); } - - /** + /** * Add subselect queries to include the existence of related models. * * @param string|array $relation * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function withExists($relation) + */ public static function withExists($relation) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->withExists($relation); } - - /** + /** * Merge the where constraints from another query to the current query. * * @param \Illuminate\Database\Eloquent\Builder $from * @return \Illuminate\Database\Eloquent\Builder|static * @static - */ - public static function mergeConstraintsFrom($from) + */ public static function mergeConstraintsFrom($from) { /** @var \Illuminate\Database\Eloquent\Builder $instance */ return $instance->mergeConstraintsFrom($from); } - - /** + /** * * * @see \Algolia\ScoutExtended\ScoutExtendedServiceProvider::registerMacros() * @param array $array * @param array|null $transformers * @static - */ - public static function transform($array, $transformers = null) + */ public static function transform($array, $transformers = null) { return \Illuminate\Database\Eloquent\Builder::transform($array, $transformers); } - - /** + /** * Set the columns to be selected. * * @param array|mixed $columns * @return \Illuminate\Database\Query\Builder * @static - */ - public static function select($columns = []) + */ public static function select($columns = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->select($columns); } - - /** + /** * Add a subselect expression to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query @@ -20360,28 +18564,24 @@ public static function select($columns = []) * @return \Illuminate\Database\Query\Builder * @throws \InvalidArgumentException * @static - */ - public static function selectSub($query, $as) + */ public static function selectSub($query, $as) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->selectSub($query, $as); } - - /** + /** * Add a new "raw" select expression to the query. * * @param string $expression * @param array $bindings * @return \Illuminate\Database\Query\Builder * @static - */ - public static function selectRaw($expression, $bindings = []) + */ public static function selectRaw($expression, $bindings = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->selectRaw($expression, $bindings); } - - /** + /** * Makes "from" fetch from a subquery. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query @@ -20389,146 +18589,126 @@ public static function selectRaw($expression, $bindings = []) * @return \Illuminate\Database\Query\Builder * @throws \InvalidArgumentException * @static - */ - public static function fromSub($query, $as) + */ public static function fromSub($query, $as) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->fromSub($query, $as); } - - /** + /** * Add a raw from clause to the query. * * @param string $expression * @param mixed $bindings * @return \Illuminate\Database\Query\Builder * @static - */ - public static function fromRaw($expression, $bindings = []) + */ public static function fromRaw($expression, $bindings = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->fromRaw($expression, $bindings); } - - /** + /** * Add a new select column to the query. * * @param array|mixed $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function addSelect($column) + */ public static function addSelect($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->addSelect($column); } - - /** + /** * Force the query to only return distinct results. * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function distinct() + */ public static function distinct() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->distinct(); } - - /** + /** * Set the table which the query is targeting. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $table * @param string|null $as * @return \Illuminate\Database\Query\Builder * @static - */ - public static function from($table, $as = null) + */ public static function from($table, $as = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->from($table, $as); } - - /** + /** * Add an index hint to suggest a query index. * * @param string $index * @return \Illuminate\Database\Query\Builder * @static - */ - public static function useIndex($index) + */ public static function useIndex($index) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->useIndex($index); } - - /** + /** * Add an index hint to force a query index. * * @param string $index * @return \Illuminate\Database\Query\Builder * @static - */ - public static function forceIndex($index) + */ public static function forceIndex($index) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->forceIndex($index); } - - /** + /** * Add an index hint to ignore a query index. * * @param string $index * @return \Illuminate\Database\Query\Builder * @static - */ - public static function ignoreIndex($index) + */ public static function ignoreIndex($index) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->ignoreIndex($index); } - - /** + /** * Add a join clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $table - * @param \Closure|string $first + * @param \Closure|\Illuminate\Contracts\Database\Query\Expression|string $first * @param string|null $operator * @param \Illuminate\Contracts\Database\Query\Expression|string|null $second * @param string $type * @param bool $where * @return \Illuminate\Database\Query\Builder * @static - */ - public static function join($table, $first, $operator = null, $second = null, $type = 'inner', $where = false) + */ public static function join($table, $first, $operator = null, $second = null, $type = 'inner', $where = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->join($table, $first, $operator, $second, $type, $where); } - - /** + /** * Add a "join where" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $table - * @param \Closure|string $first + * @param \Closure|\Illuminate\Contracts\Database\Query\Expression|string $first * @param string $operator * @param \Illuminate\Contracts\Database\Query\Expression|string $second * @param string $type * @return \Illuminate\Database\Query\Builder * @static - */ - public static function joinWhere($table, $first, $operator, $second, $type = 'inner') + */ public static function joinWhere($table, $first, $operator, $second, $type = 'inner') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->joinWhere($table, $first, $operator, $second, $type); } - - /** + /** * Add a subquery join clause to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query * @param string $as - * @param \Closure|string $first + * @param \Closure|\Illuminate\Contracts\Database\Query\Expression|string $first * @param string|null $operator * @param \Illuminate\Contracts\Database\Query\Expression|string|null $second * @param string $type @@ -20536,63 +18716,80 @@ public static function joinWhere($table, $first, $operator, $second, $type = 'in * @return \Illuminate\Database\Query\Builder * @throws \InvalidArgumentException * @static - */ - public static function joinSub($query, $as, $first, $operator = null, $second = null, $type = 'inner', $where = false) + */ public static function joinSub($query, $as, $first, $operator = null, $second = null, $type = 'inner', $where = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->joinSub($query, $as, $first, $operator, $second, $type, $where); } - - /** + /** + * Add a lateral join clause to the query. + * + * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query + * @param string $as + * @param string $type + * @return \Illuminate\Database\Query\Builder + * @static + */ public static function joinLateral($query, $as, $type = 'inner') + { + /** @var \Illuminate\Database\Query\Builder $instance */ + return $instance->joinLateral($query, $as, $type); + } + /** + * Add a lateral left join to the query. + * + * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query + * @param string $as + * @return \Illuminate\Database\Query\Builder + * @static + */ public static function leftJoinLateral($query, $as) + { + /** @var \Illuminate\Database\Query\Builder $instance */ + return $instance->leftJoinLateral($query, $as); + } + /** * Add a left join to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $table - * @param \Closure|string $first + * @param \Closure|\Illuminate\Contracts\Database\Query\Expression|string $first * @param string|null $operator * @param \Illuminate\Contracts\Database\Query\Expression|string|null $second * @return \Illuminate\Database\Query\Builder * @static - */ - public static function leftJoin($table, $first, $operator = null, $second = null) + */ public static function leftJoin($table, $first, $operator = null, $second = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->leftJoin($table, $first, $operator, $second); } - - /** + /** * Add a "join where" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $table - * @param \Closure|string $first + * @param \Closure|\Illuminate\Contracts\Database\Query\Expression|string $first * @param string $operator * @param \Illuminate\Contracts\Database\Query\Expression|string|null $second * @return \Illuminate\Database\Query\Builder * @static - */ - public static function leftJoinWhere($table, $first, $operator, $second) + */ public static function leftJoinWhere($table, $first, $operator, $second) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->leftJoinWhere($table, $first, $operator, $second); } - - /** + /** * Add a subquery left join to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query * @param string $as - * @param \Closure|string $first + * @param \Closure|\Illuminate\Contracts\Database\Query\Expression|string $first * @param string|null $operator * @param \Illuminate\Contracts\Database\Query\Expression|string|null $second * @return \Illuminate\Database\Query\Builder * @static - */ - public static function leftJoinSub($query, $as, $first, $operator = null, $second = null) + */ public static function leftJoinSub($query, $as, $first, $operator = null, $second = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->leftJoinSub($query, $as, $first, $operator, $second); } - - /** + /** * Add a right join to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $table @@ -20601,91 +18798,79 @@ public static function leftJoinSub($query, $as, $first, $operator = null, $secon * @param \Illuminate\Contracts\Database\Query\Expression|string|null $second * @return \Illuminate\Database\Query\Builder * @static - */ - public static function rightJoin($table, $first, $operator = null, $second = null) + */ public static function rightJoin($table, $first, $operator = null, $second = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->rightJoin($table, $first, $operator, $second); } - - /** + /** * Add a "right join where" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $table - * @param \Closure|string $first + * @param \Closure|\Illuminate\Contracts\Database\Query\Expression|string $first * @param string $operator * @param \Illuminate\Contracts\Database\Query\Expression|string $second * @return \Illuminate\Database\Query\Builder * @static - */ - public static function rightJoinWhere($table, $first, $operator, $second) + */ public static function rightJoinWhere($table, $first, $operator, $second) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->rightJoinWhere($table, $first, $operator, $second); } - - /** + /** * Add a subquery right join to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query * @param string $as - * @param \Closure|string $first + * @param \Closure|\Illuminate\Contracts\Database\Query\Expression|string $first * @param string|null $operator * @param \Illuminate\Contracts\Database\Query\Expression|string|null $second * @return \Illuminate\Database\Query\Builder * @static - */ - public static function rightJoinSub($query, $as, $first, $operator = null, $second = null) + */ public static function rightJoinSub($query, $as, $first, $operator = null, $second = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->rightJoinSub($query, $as, $first, $operator, $second); } - - /** + /** * Add a "cross join" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $table - * @param \Closure|string|null $first + * @param \Closure|\Illuminate\Contracts\Database\Query\Expression|string|null $first * @param string|null $operator * @param \Illuminate\Contracts\Database\Query\Expression|string|null $second * @return \Illuminate\Database\Query\Builder * @static - */ - public static function crossJoin($table, $first = null, $operator = null, $second = null) + */ public static function crossJoin($table, $first = null, $operator = null, $second = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->crossJoin($table, $first, $operator, $second); } - - /** + /** * Add a subquery cross join to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query * @param string $as * @return \Illuminate\Database\Query\Builder * @static - */ - public static function crossJoinSub($query, $as) + */ public static function crossJoinSub($query, $as) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->crossJoinSub($query, $as); } - - /** + /** * Merge an array of where clauses and bindings. * * @param array $wheres * @param array $bindings * @return \Illuminate\Database\Query\Builder * @static - */ - public static function mergeWheres($wheres, $bindings) + */ public static function mergeWheres($wheres, $bindings) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->mergeWheres($wheres, $bindings); } - - /** + /** * Prepare the value and operator for a where clause. * * @param string $value @@ -20694,45 +18879,39 @@ public static function mergeWheres($wheres, $bindings) * @return array * @throws \InvalidArgumentException * @static - */ - public static function prepareValueAndOperator($value, $operator, $useDefault = false) + */ public static function prepareValueAndOperator($value, $operator, $useDefault = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->prepareValueAndOperator($value, $operator, $useDefault); } - - /** + /** * Add a "where" clause comparing two columns to the query. * - * @param string|array $first + * @param \Illuminate\Contracts\Database\Query\Expression|string|array $first * @param string|null $operator * @param string|null $second * @param string|null $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereColumn($first, $operator = null, $second = null, $boolean = 'and') + */ public static function whereColumn($first, $operator = null, $second = null, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereColumn($first, $operator, $second, $boolean); } - - /** + /** * Add an "or where" clause comparing two columns to the query. * - * @param string|array $first + * @param \Illuminate\Contracts\Database\Query\Expression|string|array $first * @param string|null $operator * @param string|null $second * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereColumn($first, $operator = null, $second = null) + */ public static function orWhereColumn($first, $operator = null, $second = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereColumn($first, $operator, $second); } - - /** + /** * Add a raw where clause to the query. * * @param string $sql @@ -20740,28 +18919,24 @@ public static function orWhereColumn($first, $operator = null, $second = null) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereRaw($sql, $bindings = [], $boolean = 'and') + */ public static function whereRaw($sql, $bindings = [], $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereRaw($sql, $bindings, $boolean); } - - /** + /** * Add a raw or where clause to the query. * * @param string $sql * @param mixed $bindings * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereRaw($sql, $bindings = []) + */ public static function orWhereRaw($sql, $bindings = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereRaw($sql, $bindings); } - - /** + /** * Add a "where in" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -20770,28 +18945,24 @@ public static function orWhereRaw($sql, $bindings = []) * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereIn($column, $values, $boolean = 'and', $not = false) + */ public static function whereIn($column, $values, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereIn($column, $values, $boolean, $not); } - - /** + /** * Add an "or where in" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @param mixed $values * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereIn($column, $values) + */ public static function orWhereIn($column, $values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereIn($column, $values); } - - /** + /** * Add a "where not in" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -20799,28 +18970,24 @@ public static function orWhereIn($column, $values) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereNotIn($column, $values, $boolean = 'and') + */ public static function whereNotIn($column, $values, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereNotIn($column, $values, $boolean); } - - /** + /** * Add an "or where not in" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @param mixed $values * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereNotIn($column, $values) + */ public static function orWhereNotIn($column, $values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereNotIn($column, $values); } - - /** + /** * Add a "where in raw" clause for integer values to the query. * * @param string $column @@ -20829,28 +18996,24 @@ public static function orWhereNotIn($column, $values) * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereIntegerInRaw($column, $values, $boolean = 'and', $not = false) + */ public static function whereIntegerInRaw($column, $values, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereIntegerInRaw($column, $values, $boolean, $not); } - - /** + /** * Add an "or where in raw" clause for integer values to the query. * * @param string $column * @param \Illuminate\Contracts\Support\Arrayable|array $values * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereIntegerInRaw($column, $values) + */ public static function orWhereIntegerInRaw($column, $values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereIntegerInRaw($column, $values); } - - /** + /** * Add a "where not in raw" clause for integer values to the query. * * @param string $column @@ -20858,28 +19021,24 @@ public static function orWhereIntegerInRaw($column, $values) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereIntegerNotInRaw($column, $values, $boolean = 'and') + */ public static function whereIntegerNotInRaw($column, $values, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereIntegerNotInRaw($column, $values, $boolean); } - - /** + /** * Add an "or where not in raw" clause for integer values to the query. * * @param string $column * @param \Illuminate\Contracts\Support\Arrayable|array $values * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereIntegerNotInRaw($column, $values) + */ public static function orWhereIntegerNotInRaw($column, $values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereIntegerNotInRaw($column, $values); } - - /** + /** * Add a "where null" clause to the query. * * @param string|array|\Illuminate\Contracts\Database\Query\Expression $columns @@ -20887,41 +19046,35 @@ public static function orWhereIntegerNotInRaw($column, $values) * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereNull($columns, $boolean = 'and', $not = false) + */ public static function whereNull($columns, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereNull($columns, $boolean, $not); } - - /** + /** * Add an "or where null" clause to the query. * * @param string|array|\Illuminate\Contracts\Database\Query\Expression $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereNull($column) + */ public static function orWhereNull($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereNull($column); } - - /** + /** * Add a "where not null" clause to the query. * * @param string|array|\Illuminate\Contracts\Database\Query\Expression $columns * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereNotNull($columns, $boolean = 'and') + */ public static function whereNotNull($columns, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereNotNull($columns, $boolean); } - - /** + /** * Add a where between statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -20930,14 +19083,12 @@ public static function whereNotNull($columns, $boolean = 'and') * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereBetween($column, $values, $boolean = 'and', $not = false) + */ public static function whereBetween($column, $values, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereBetween($column, $values, $boolean, $not); } - - /** + /** * Add a where between statement using columns to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -20946,42 +19097,36 @@ public static function whereBetween($column, $values, $boolean = 'and', $not = f * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereBetweenColumns($column, $values, $boolean = 'and', $not = false) + */ public static function whereBetweenColumns($column, $values, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereBetweenColumns($column, $values, $boolean, $not); } - - /** + /** * Add an or where between statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @param \Illuminate\Database\Query\iterable $values * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereBetween($column, $values) + */ public static function orWhereBetween($column, $values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereBetween($column, $values); } - - /** + /** * Add an or where between statement using columns to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @param array $values * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereBetweenColumns($column, $values) + */ public static function orWhereBetweenColumns($column, $values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereBetweenColumns($column, $values); } - - /** + /** * Add a where not between statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -20989,14 +19134,12 @@ public static function orWhereBetweenColumns($column, $values) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereNotBetween($column, $values, $boolean = 'and') + */ public static function whereNotBetween($column, $values, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereNotBetween($column, $values, $boolean); } - - /** + /** * Add a where not between statement using columns to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21004,55 +19147,47 @@ public static function whereNotBetween($column, $values, $boolean = 'and') * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereNotBetweenColumns($column, $values, $boolean = 'and') + */ public static function whereNotBetweenColumns($column, $values, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereNotBetweenColumns($column, $values, $boolean); } - - /** + /** * Add an or where not between statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @param \Illuminate\Database\Query\iterable $values * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereNotBetween($column, $values) + */ public static function orWhereNotBetween($column, $values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereNotBetween($column, $values); } - - /** + /** * Add an or where not between statement using columns to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @param array $values * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereNotBetweenColumns($column, $values) + */ public static function orWhereNotBetweenColumns($column, $values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereNotBetweenColumns($column, $values); } - - /** + /** * Add an "or where not null" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereNotNull($column) + */ public static function orWhereNotNull($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereNotNull($column); } - - /** + /** * Add a "where date" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21061,14 +19196,12 @@ public static function orWhereNotNull($column) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereDate($column, $operator, $value = null, $boolean = 'and') + */ public static function whereDate($column, $operator, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereDate($column, $operator, $value, $boolean); } - - /** + /** * Add an "or where date" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21076,14 +19209,12 @@ public static function whereDate($column, $operator, $value = null, $boolean = ' * @param \DateTimeInterface|string|null $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereDate($column, $operator, $value = null) + */ public static function orWhereDate($column, $operator, $value = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereDate($column, $operator, $value); } - - /** + /** * Add a "where time" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21092,14 +19223,12 @@ public static function orWhereDate($column, $operator, $value = null) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereTime($column, $operator, $value = null, $boolean = 'and') + */ public static function whereTime($column, $operator, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereTime($column, $operator, $value, $boolean); } - - /** + /** * Add an "or where time" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21107,14 +19236,12 @@ public static function whereTime($column, $operator, $value = null, $boolean = ' * @param \DateTimeInterface|string|null $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereTime($column, $operator, $value = null) + */ public static function orWhereTime($column, $operator, $value = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereTime($column, $operator, $value); } - - /** + /** * Add a "where day" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21123,14 +19250,12 @@ public static function orWhereTime($column, $operator, $value = null) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereDay($column, $operator, $value = null, $boolean = 'and') + */ public static function whereDay($column, $operator, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereDay($column, $operator, $value, $boolean); } - - /** + /** * Add an "or where day" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21138,14 +19263,12 @@ public static function whereDay($column, $operator, $value = null, $boolean = 'a * @param \DateTimeInterface|string|int|null $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereDay($column, $operator, $value = null) + */ public static function orWhereDay($column, $operator, $value = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereDay($column, $operator, $value); } - - /** + /** * Add a "where month" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21154,14 +19277,12 @@ public static function orWhereDay($column, $operator, $value = null) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereMonth($column, $operator, $value = null, $boolean = 'and') + */ public static function whereMonth($column, $operator, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereMonth($column, $operator, $value, $boolean); } - - /** + /** * Add an "or where month" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21169,14 +19290,12 @@ public static function whereMonth($column, $operator, $value = null, $boolean = * @param \DateTimeInterface|string|int|null $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereMonth($column, $operator, $value = null) + */ public static function orWhereMonth($column, $operator, $value = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereMonth($column, $operator, $value); } - - /** + /** * Add a "where year" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21185,14 +19304,12 @@ public static function orWhereMonth($column, $operator, $value = null) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereYear($column, $operator, $value = null, $boolean = 'and') + */ public static function whereYear($column, $operator, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereYear($column, $operator, $value, $boolean); } - - /** + /** * Add an "or where year" statement to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column @@ -21200,54 +19317,46 @@ public static function whereYear($column, $operator, $value = null, $boolean = ' * @param \DateTimeInterface|string|int|null $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereYear($column, $operator, $value = null) + */ public static function orWhereYear($column, $operator, $value = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereYear($column, $operator, $value); } - - /** + /** * Add a nested where statement to the query. * * @param \Closure $callback * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereNested($callback, $boolean = 'and') + */ public static function whereNested($callback, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereNested($callback, $boolean); } - - /** + /** * Create a new query instance for nested where condition. * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function forNestedWhere() + */ public static function forNestedWhere() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->forNestedWhere(); } - - /** + /** * Add another query builder as a nested where to the query builder. * * @param \Illuminate\Database\Query\Builder $query * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function addNestedWhereQuery($query, $boolean = 'and') + */ public static function addNestedWhereQuery($query, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->addNestedWhereQuery($query, $boolean); } - - /** + /** * Add an exists clause to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $callback @@ -21255,55 +19364,47 @@ public static function addNestedWhereQuery($query, $boolean = 'and') * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereExists($callback, $boolean = 'and', $not = false) + */ public static function whereExists($callback, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereExists($callback, $boolean, $not); } - - /** + /** * Add an or exists clause to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $callback * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereExists($callback, $not = false) + */ public static function orWhereExists($callback, $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereExists($callback, $not); } - - /** + /** * Add a where not exists clause to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $callback * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereNotExists($callback, $boolean = 'and') + */ public static function whereNotExists($callback, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereNotExists($callback, $boolean); } - - /** + /** * Add a where not exists clause to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $callback * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereNotExists($callback) + */ public static function orWhereNotExists($callback) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereNotExists($callback); } - - /** + /** * Add an exists clause to the query. * * @param \Illuminate\Database\Query\Builder $query @@ -21311,14 +19412,12 @@ public static function orWhereNotExists($callback) * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function addWhereExistsQuery($query, $boolean = 'and', $not = false) + */ public static function addWhereExistsQuery($query, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->addWhereExistsQuery($query, $boolean, $not); } - - /** + /** * Adds a where condition using row values. * * @param array $columns @@ -21328,14 +19427,12 @@ public static function addWhereExistsQuery($query, $boolean = 'and', $not = fals * @return \Illuminate\Database\Query\Builder * @throws \InvalidArgumentException * @static - */ - public static function whereRowValues($columns, $operator, $values, $boolean = 'and') + */ public static function whereRowValues($columns, $operator, $values, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereRowValues($columns, $operator, $values, $boolean); } - - /** + /** * Adds an or where condition using row values. * * @param array $columns @@ -21343,14 +19440,12 @@ public static function whereRowValues($columns, $operator, $values, $boolean = ' * @param array $values * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereRowValues($columns, $operator, $values) + */ public static function orWhereRowValues($columns, $operator, $values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereRowValues($columns, $operator, $values); } - - /** + /** * Add a "where JSON contains" clause to the query. * * @param string $column @@ -21359,28 +19454,24 @@ public static function orWhereRowValues($columns, $operator, $values) * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereJsonContains($column, $value, $boolean = 'and', $not = false) + */ public static function whereJsonContains($column, $value, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereJsonContains($column, $value, $boolean, $not); } - - /** + /** * Add an "or where JSON contains" clause to the query. * * @param string $column * @param mixed $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereJsonContains($column, $value) + */ public static function orWhereJsonContains($column, $value) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereJsonContains($column, $value); } - - /** + /** * Add a "where JSON not contains" clause to the query. * * @param string $column @@ -21388,28 +19479,24 @@ public static function orWhereJsonContains($column, $value) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereJsonDoesntContain($column, $value, $boolean = 'and') + */ public static function whereJsonDoesntContain($column, $value, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereJsonDoesntContain($column, $value, $boolean); } - - /** + /** * Add an "or where JSON not contains" clause to the query. * * @param string $column * @param mixed $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereJsonDoesntContain($column, $value) + */ public static function orWhereJsonDoesntContain($column, $value) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereJsonDoesntContain($column, $value); } - - /** + /** * Add a clause that determines if a JSON path exists to the query. * * @param string $column @@ -21417,54 +19504,46 @@ public static function orWhereJsonDoesntContain($column, $value) * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereJsonContainsKey($column, $boolean = 'and', $not = false) + */ public static function whereJsonContainsKey($column, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereJsonContainsKey($column, $boolean, $not); } - - /** + /** * Add an "or" clause that determines if a JSON path exists to the query. * * @param string $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereJsonContainsKey($column) + */ public static function orWhereJsonContainsKey($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereJsonContainsKey($column); } - - /** + /** * Add a clause that determines if a JSON path does not exist to the query. * * @param string $column * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereJsonDoesntContainKey($column, $boolean = 'and') + */ public static function whereJsonDoesntContainKey($column, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereJsonDoesntContainKey($column, $boolean); } - - /** + /** * Add an "or" clause that determines if a JSON path does not exist to the query. * * @param string $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereJsonDoesntContainKey($column) + */ public static function orWhereJsonDoesntContainKey($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereJsonDoesntContainKey($column); } - - /** + /** * Add a "where JSON length" clause to the query. * * @param string $column @@ -21473,14 +19552,12 @@ public static function orWhereJsonDoesntContainKey($column) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereJsonLength($column, $operator, $value = null, $boolean = 'and') + */ public static function whereJsonLength($column, $operator, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereJsonLength($column, $operator, $value, $boolean); } - - /** + /** * Add an "or where JSON length" clause to the query. * * @param string $column @@ -21488,28 +19565,24 @@ public static function whereJsonLength($column, $operator, $value = null, $boole * @param mixed $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereJsonLength($column, $operator, $value = null) + */ public static function orWhereJsonLength($column, $operator, $value = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereJsonLength($column, $operator, $value); } - - /** + /** * Handles dynamic "where" clauses to the query. * * @param string $method * @param array $parameters * @return \Illuminate\Database\Query\Builder * @static - */ - public static function dynamicWhere($method, $parameters) + */ public static function dynamicWhere($method, $parameters) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->dynamicWhere($method, $parameters); } - - /** + /** * Add a "where fulltext" clause to the query. * * @param string|string[] $columns @@ -21517,55 +19590,101 @@ public static function dynamicWhere($method, $parameters) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function whereFullText($columns, $value, $options = [], $boolean = 'and') + */ public static function whereFullText($columns, $value, $options = [], $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->whereFullText($columns, $value, $options, $boolean); } - - /** + /** * Add a "or where fulltext" clause to the query. * * @param string|string[] $columns * @param string $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orWhereFullText($columns, $value, $options = []) + */ public static function orWhereFullText($columns, $value, $options = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orWhereFullText($columns, $value, $options); } - - /** + /** + * Add a "where" clause to the query for multiple columns with "and" conditions between them. + * + * @param string[] $columns + * @param mixed $operator + * @param mixed $value + * @param string $boolean + * @return \Illuminate\Database\Query\Builder + * @static + */ public static function whereAll($columns, $operator = null, $value = null, $boolean = 'and') + { + /** @var \Illuminate\Database\Query\Builder $instance */ + return $instance->whereAll($columns, $operator, $value, $boolean); + } + /** + * Add an "or where" clause to the query for multiple columns with "and" conditions between them. + * + * @param string[] $columns + * @param string $operator + * @param mixed $value + * @return \Illuminate\Database\Query\Builder + * @static + */ public static function orWhereAll($columns, $operator = null, $value = null) + { + /** @var \Illuminate\Database\Query\Builder $instance */ + return $instance->orWhereAll($columns, $operator, $value); + } + /** + * Add an "where" clause to the query for multiple columns with "or" conditions between them. + * + * @param string[] $columns + * @param string $operator + * @param mixed $value + * @param string $boolean + * @return \Illuminate\Database\Query\Builder + * @static + */ public static function whereAny($columns, $operator = null, $value = null, $boolean = 'and') + { + /** @var \Illuminate\Database\Query\Builder $instance */ + return $instance->whereAny($columns, $operator, $value, $boolean); + } + /** + * Add an "or where" clause to the query for multiple columns with "or" conditions between them. + * + * @param string[] $columns + * @param string $operator + * @param mixed $value + * @return \Illuminate\Database\Query\Builder + * @static + */ public static function orWhereAny($columns, $operator = null, $value = null) + { + /** @var \Illuminate\Database\Query\Builder $instance */ + return $instance->orWhereAny($columns, $operator, $value); + } + /** * Add a "group by" clause to the query. * * @param array|\Illuminate\Contracts\Database\Query\Expression|string $groups * @return \Illuminate\Database\Query\Builder * @static - */ - public static function groupBy(...$groups) + */ public static function groupBy(...$groups) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->groupBy(...$groups); } - - /** + /** * Add a raw groupBy clause to the query. * * @param string $sql * @param array $bindings * @return \Illuminate\Database\Query\Builder * @static - */ - public static function groupByRaw($sql, $bindings = []) + */ public static function groupByRaw($sql, $bindings = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->groupByRaw($sql, $bindings); } - - /** + /** * Add a "having" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|\Closure|string $column @@ -21574,14 +19693,12 @@ public static function groupByRaw($sql, $bindings = []) * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function having($column, $operator = null, $value = null, $boolean = 'and') + */ public static function having($column, $operator = null, $value = null, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->having($column, $operator, $value, $boolean); } - - /** + /** * Add an "or having" clause to the query. * * @param \Illuminate\Contracts\Database\Query\Expression|\Closure|string $column @@ -21589,42 +19706,36 @@ public static function having($column, $operator = null, $value = null, $boolean * @param string|int|float|null $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orHaving($column, $operator = null, $value = null) + */ public static function orHaving($column, $operator = null, $value = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orHaving($column, $operator, $value); } - - /** + /** * Add a nested having statement to the query. * * @param \Closure $callback * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function havingNested($callback, $boolean = 'and') + */ public static function havingNested($callback, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->havingNested($callback, $boolean); } - - /** + /** * Add another query builder as a nested having to the query builder. * * @param \Illuminate\Database\Query\Builder $query * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function addNestedHavingQuery($query, $boolean = 'and') + */ public static function addNestedHavingQuery($query, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->addNestedHavingQuery($query, $boolean); } - - /** + /** * Add a "having null" clause to the query. * * @param string|array $columns @@ -21632,54 +19743,46 @@ public static function addNestedHavingQuery($query, $boolean = 'and') * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function havingNull($columns, $boolean = 'and', $not = false) + */ public static function havingNull($columns, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->havingNull($columns, $boolean, $not); } - - /** + /** * Add an "or having null" clause to the query. * * @param string $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orHavingNull($column) + */ public static function orHavingNull($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orHavingNull($column); } - - /** + /** * Add a "having not null" clause to the query. * * @param string|array $columns * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function havingNotNull($columns, $boolean = 'and') + */ public static function havingNotNull($columns, $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->havingNotNull($columns, $boolean); } - - /** + /** * Add an "or having not null" clause to the query. * * @param string $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orHavingNotNull($column) + */ public static function orHavingNotNull($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orHavingNotNull($column); } - - /** + /** * Add a "having between " clause to the query. * * @param string $column @@ -21688,14 +19791,12 @@ public static function orHavingNotNull($column) * @param bool $not * @return \Illuminate\Database\Query\Builder * @static - */ - public static function havingBetween($column, $values, $boolean = 'and', $not = false) + */ public static function havingBetween($column, $values, $boolean = 'and', $not = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->havingBetween($column, $values, $boolean, $not); } - - /** + /** * Add a raw having clause to the query. * * @param string $sql @@ -21703,28 +19804,24 @@ public static function havingBetween($column, $values, $boolean = 'and', $not = * @param string $boolean * @return \Illuminate\Database\Query\Builder * @static - */ - public static function havingRaw($sql, $bindings = [], $boolean = 'and') + */ public static function havingRaw($sql, $bindings = [], $boolean = 'and') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->havingRaw($sql, $bindings, $boolean); } - - /** + /** * Add a raw or having clause to the query. * * @param string $sql * @param array $bindings * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orHavingRaw($sql, $bindings = []) + */ public static function orHavingRaw($sql, $bindings = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orHavingRaw($sql, $bindings); } - - /** + /** * Add an "order by" clause to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|\Illuminate\Contracts\Database\Query\Expression|string $column @@ -21732,120 +19829,102 @@ public static function orHavingRaw($sql, $bindings = []) * @return \Illuminate\Database\Query\Builder * @throws \InvalidArgumentException * @static - */ - public static function orderBy($column, $direction = 'asc') + */ public static function orderBy($column, $direction = 'asc') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orderBy($column, $direction); } - - /** + /** * Add a descending "order by" clause to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|\Illuminate\Contracts\Database\Query\Expression|string $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orderByDesc($column) + */ public static function orderByDesc($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orderByDesc($column); } - - /** + /** * Put the query's results in random order. * * @param string|int $seed * @return \Illuminate\Database\Query\Builder * @static - */ - public static function inRandomOrder($seed = '') + */ public static function inRandomOrder($seed = '') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->inRandomOrder($seed); } - - /** + /** * Add a raw "order by" clause to the query. * * @param string $sql * @param array $bindings * @return \Illuminate\Database\Query\Builder * @static - */ - public static function orderByRaw($sql, $bindings = []) + */ public static function orderByRaw($sql, $bindings = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->orderByRaw($sql, $bindings); } - - /** + /** * Alias to set the "offset" value of the query. * * @param int $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function skip($value) + */ public static function skip($value) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->skip($value); } - - /** + /** * Set the "offset" value of the query. * * @param int $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function offset($value) + */ public static function offset($value) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->offset($value); } - - /** + /** * Alias to set the "limit" value of the query. * * @param int $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function take($value) + */ public static function take($value) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->take($value); } - - /** + /** * Set the "limit" value of the query. * * @param int $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function limit($value) + */ public static function limit($value) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->limit($value); } - - /** + /** * Set the limit and offset for a given page. * * @param int $page * @param int $perPage * @return \Illuminate\Database\Query\Builder * @static - */ - public static function forPage($page, $perPage = 15) + */ public static function forPage($page, $perPage = 15) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->forPage($page, $perPage); } - - /** + /** * Constrain the query to the previous "page" of results before a given ID. * * @param int $perPage @@ -21853,14 +19932,12 @@ public static function forPage($page, $perPage = 15) * @param string $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function forPageBeforeId($perPage = 15, $lastId = 0, $column = 'id') + */ public static function forPageBeforeId($perPage = 15, $lastId = 0, $column = 'id') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->forPageBeforeId($perPage, $lastId, $column); } - - /** + /** * Constrain the query to the next "page" of results after a given ID. * * @param int $perPage @@ -21868,433 +19945,367 @@ public static function forPageBeforeId($perPage = 15, $lastId = 0, $column = 'id * @param string $column * @return \Illuminate\Database\Query\Builder * @static - */ - public static function forPageAfterId($perPage = 15, $lastId = 0, $column = 'id') + */ public static function forPageAfterId($perPage = 15, $lastId = 0, $column = 'id') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->forPageAfterId($perPage, $lastId, $column); } - - /** + /** * Remove all existing orders and optionally add a new order. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Contracts\Database\Query\Expression|string|null $column * @param string $direction * @return \Illuminate\Database\Query\Builder * @static - */ - public static function reorder($column = null, $direction = 'asc') + */ public static function reorder($column = null, $direction = 'asc') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->reorder($column, $direction); } - - /** + /** * Add a union statement to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $query * @param bool $all * @return \Illuminate\Database\Query\Builder * @static - */ - public static function union($query, $all = false) + */ public static function union($query, $all = false) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->union($query, $all); } - - /** + /** * Add a union all statement to the query. * * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $query * @return \Illuminate\Database\Query\Builder * @static - */ - public static function unionAll($query) + */ public static function unionAll($query) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->unionAll($query); } - - /** + /** * Lock the selected rows in the table. * * @param string|bool $value * @return \Illuminate\Database\Query\Builder * @static - */ - public static function lock($value = true) + */ public static function lock($value = true) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->lock($value); } - - /** + /** * Lock the selected rows in the table for updating. * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function lockForUpdate() + */ public static function lockForUpdate() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->lockForUpdate(); } - - /** + /** * Share lock the selected rows in the table. * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function sharedLock() + */ public static function sharedLock() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->sharedLock(); } - - /** + /** * Register a closure to be invoked before the query is executed. * * @param callable $callback * @return \Illuminate\Database\Query\Builder * @static - */ - public static function beforeQuery($callback) + */ public static function beforeQuery($callback) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->beforeQuery($callback); } - - /** + /** * Invoke the "before query" modification callbacks. * * @return void * @static - */ - public static function applyBeforeQueryCallbacks() + */ public static function applyBeforeQueryCallbacks() { /** @var \Illuminate\Database\Query\Builder $instance */ $instance->applyBeforeQueryCallbacks(); } - - /** + /** * Get the SQL representation of the query. * * @return string * @static - */ - public static function toSql() + */ public static function toSql() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->toSql(); } - - /** + /** * Get the raw SQL representation of the query with embedded bindings. * * @return string * @static - */ - public static function toRawSql() + */ public static function toRawSql() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->toRawSql(); } - - /** + /** * Get a single expression value from the first result of a query. * * @param string $expression * @param array $bindings * @return mixed * @static - */ - public static function rawValue($expression, $bindings = []) + */ public static function rawValue($expression, $bindings = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->rawValue($expression, $bindings); } - - /** + /** * Get the count of the total records for the paginator. * * @param array $columns * @return int * @static - */ - public static function getCountForPagination($columns = []) + */ public static function getCountForPagination($columns = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->getCountForPagination($columns); } - - /** + /** * Concatenate values of a given column as a string. * * @param string $column * @param string $glue * @return string * @static - */ - public static function implode($column, $glue = '') + */ public static function implode($column, $glue = '') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->implode($column, $glue); } - - /** + /** * Determine if any rows exist for the current query. * * @return bool * @static - */ - public static function exists() + */ public static function exists() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->exists(); } - - /** + /** * Determine if no rows exist for the current query. * * @return bool * @static - */ - public static function doesntExist() + */ public static function doesntExist() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->doesntExist(); } - - /** + /** * Execute the given callback if no rows exist for the current query. * * @param \Closure $callback * @return mixed * @static - */ - public static function existsOr($callback) + */ public static function existsOr($callback) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->existsOr($callback); } - - /** + /** * Execute the given callback if rows exist for the current query. * * @param \Closure $callback * @return mixed * @static - */ - public static function doesntExistOr($callback) + */ public static function doesntExistOr($callback) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->doesntExistOr($callback); } - - /** + /** * Retrieve the "count" result of the query. * * @param \Illuminate\Contracts\Database\Query\Expression|string $columns * @return int * @static - */ - public static function count($columns = '*') + */ public static function count($columns = '*') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->count($columns); } - - /** + /** * Retrieve the minimum value of a given column. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return mixed * @static - */ - public static function min($column) + */ public static function min($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->min($column); } - - /** + /** * Retrieve the maximum value of a given column. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return mixed * @static - */ - public static function max($column) + */ public static function max($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->max($column); } - - /** + /** * Retrieve the sum of the values of a given column. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return mixed * @static - */ - public static function sum($column) + */ public static function sum($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->sum($column); } - - /** + /** * Retrieve the average of the values of a given column. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return mixed * @static - */ - public static function avg($column) + */ public static function avg($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->avg($column); } - - /** + /** * Alias for the "avg" method. * * @param \Illuminate\Contracts\Database\Query\Expression|string $column * @return mixed * @static - */ - public static function average($column) + */ public static function average($column) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->average($column); } - - /** + /** * Execute an aggregate function on the database. * * @param string $function * @param array $columns * @return mixed * @static - */ - public static function aggregate($function, $columns = []) + */ public static function aggregate($function, $columns = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->aggregate($function, $columns); } - - /** + /** * Execute a numeric aggregate function on the database. * * @param string $function * @param array $columns * @return float|int * @static - */ - public static function numericAggregate($function, $columns = []) + */ public static function numericAggregate($function, $columns = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->numericAggregate($function, $columns); } - - /** + /** * Insert new records into the database. * * @param array $values * @return bool * @static - */ - public static function insert($values) + */ public static function insert($values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->insert($values); } - - /** + /** * Insert new records into the database while ignoring errors. * * @param array $values * @return int * @static - */ - public static function insertOrIgnore($values) + */ public static function insertOrIgnore($values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->insertOrIgnore($values); } - - /** + /** * Insert a new record and get the value of the primary key. * * @param array $values * @param string|null $sequence * @return int * @static - */ - public static function insertGetId($values, $sequence = null) + */ public static function insertGetId($values, $sequence = null) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->insertGetId($values, $sequence); } - - /** + /** * Insert new records into the table using a subquery. * * @param array $columns * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query * @return int * @static - */ - public static function insertUsing($columns, $query) + */ public static function insertUsing($columns, $query) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->insertUsing($columns, $query); } - - /** + /** * Insert new records into the table using a subquery while ignoring errors. * * @param array $columns * @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $query * @return int * @static - */ - public static function insertOrIgnoreUsing($columns, $query) + */ public static function insertOrIgnoreUsing($columns, $query) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->insertOrIgnoreUsing($columns, $query); } - - /** + /** * Update records in a PostgreSQL database using the update from syntax. * * @param array $values * @return int * @static - */ - public static function updateFrom($values) + */ public static function updateFrom($values) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->updateFrom($values); } - - /** + /** * Insert or update a record matching the attributes, and fill it with values. * * @param array $attributes * @param array $values * @return bool * @static - */ - public static function updateOrInsert($attributes, $values = []) + */ public static function updateOrInsert($attributes, $values = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->updateOrInsert($attributes, $values); } - - /** + /** * Increment the given column's values by the given amounts. * * @param array $columns @@ -22302,14 +20313,12 @@ public static function updateOrInsert($attributes, $values = []) * @return int * @throws \InvalidArgumentException * @static - */ - public static function incrementEach($columns, $extra = []) + */ public static function incrementEach($columns, $extra = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->incrementEach($columns, $extra); } - - /** + /** * Decrement the given column's values by the given amounts. * * @param array $columns @@ -22317,75 +20326,63 @@ public static function incrementEach($columns, $extra = []) * @return int * @throws \InvalidArgumentException * @static - */ - public static function decrementEach($columns, $extra = []) + */ public static function decrementEach($columns, $extra = []) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->decrementEach($columns, $extra); } - - /** + /** * Run a truncate statement on the table. * * @return void * @static - */ - public static function truncate() + */ public static function truncate() { /** @var \Illuminate\Database\Query\Builder $instance */ $instance->truncate(); } - - /** + /** * Get all of the query builder's columns in a text-only array with all expressions evaluated. * * @return array * @static - */ - public static function getColumns() + */ public static function getColumns() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->getColumns(); } - - /** + /** * Create a raw database expression. * * @param mixed $value * @return \Illuminate\Contracts\Database\Query\Expression * @static - */ - public static function raw($value) + */ public static function raw($value) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->raw($value); } - - /** + /** * Get the current query value bindings in a flattened array. * * @return array * @static - */ - public static function getBindings() + */ public static function getBindings() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->getBindings(); } - - /** + /** * Get the raw array of bindings. * * @return array * @static - */ - public static function getRawBindings() + */ public static function getRawBindings() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->getRawBindings(); } - - /** + /** * Set the bindings on the query builder. * * @param array $bindings @@ -22393,14 +20390,12 @@ public static function getRawBindings() * @return \Illuminate\Database\Query\Builder * @throws \InvalidArgumentException * @static - */ - public static function setBindings($bindings, $type = 'where') + */ public static function setBindings($bindings, $type = 'where') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->setBindings($bindings, $type); } - - /** + /** * Add a binding to the query. * * @param mixed $value @@ -22408,188 +20403,158 @@ public static function setBindings($bindings, $type = 'where') * @return \Illuminate\Database\Query\Builder * @throws \InvalidArgumentException * @static - */ - public static function addBinding($value, $type = 'where') + */ public static function addBinding($value, $type = 'where') { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->addBinding($value, $type); } - - /** + /** * Cast the given binding value. * * @param mixed $value * @return mixed * @static - */ - public static function castBinding($value) + */ public static function castBinding($value) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->castBinding($value); } - - /** + /** * Merge an array of bindings into our bindings. * * @param \Illuminate\Database\Query\Builder $query * @return \Illuminate\Database\Query\Builder * @static - */ - public static function mergeBindings($query) + */ public static function mergeBindings($query) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->mergeBindings($query); } - - /** + /** * Remove all of the expressions from a list of bindings. * * @param array $bindings * @return array * @static - */ - public static function cleanBindings($bindings) + */ public static function cleanBindings($bindings) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->cleanBindings($bindings); } - - /** + /** * Get the database query processor instance. * * @return \Illuminate\Database\Query\Processors\Processor * @static - */ - public static function getProcessor() + */ public static function getProcessor() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->getProcessor(); } - - /** + /** * Get the query grammar instance. * * @return \Illuminate\Database\Query\Grammars\Grammar * @static - */ - public static function getGrammar() + */ public static function getGrammar() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->getGrammar(); } - - /** + /** * Use the "write" PDO connection when executing the query. * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function useWritePdo() + */ public static function useWritePdo() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->useWritePdo(); } - - /** + /** * Clone the query without the given properties. * * @param array $properties * @return static * @static - */ - public static function cloneWithout($properties) + */ public static function cloneWithout($properties) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->cloneWithout($properties); } - - /** + /** * Clone the query without the given bindings. * * @param array $except * @return static * @static - */ - public static function cloneWithoutBindings($except) + */ public static function cloneWithoutBindings($except) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->cloneWithoutBindings($except); } - - /** + /** * Dump the current SQL and bindings. * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function dump() + */ public static function dump() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->dump(); } - - /** + /** * Dump the raw current SQL with embedded bindings. * * @return \Illuminate\Database\Query\Builder * @static - */ - public static function dumpRawSql() + */ public static function dumpRawSql() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->dumpRawSql(); } - - /** + /** * Die and dump the current SQL and bindings. * * @return \Illuminate\Database\Query\never * @static - */ - public static function dd() + */ public static function dd() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->dd(); } - - /** + /** * Die and dump the current SQL with embedded bindings. * * @return \Illuminate\Database\Query\never * @static - */ - public static function ddRawSql() + */ public static function ddRawSql() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->ddRawSql(); } - - /** + /** * Explains the query. * * @return \Illuminate\Support\Collection * @static - */ - public static function explain() + */ public static function explain() { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->explain(); } - - /** + /** * Register a custom macro. * * @param string $name * @param object|callable $macro * @return void * @static - */ - public static function macro($name, $macro) + */ public static function macro($name, $macro) { \Illuminate\Database\Query\Builder::macro($name, $macro); } - - /** + /** * Mix another object into the class. * * @param object $mixin @@ -22597,24 +20562,20 @@ public static function macro($name, $macro) * @return void * @throws \ReflectionException * @static - */ - public static function mixin($mixin, $replace = true) + */ public static function mixin($mixin, $replace = true) { \Illuminate\Database\Query\Builder::mixin($mixin, $replace); } - - /** + /** * Flush the existing macros. * * @return void * @static - */ - public static function flushMacros() + */ public static function flushMacros() { \Illuminate\Database\Query\Builder::flushMacros(); } - - /** + /** * Dynamically handle calls to the class. * * @param string $method @@ -22622,8 +20583,7 @@ public static function flushMacros() * @return mixed * @throws \BadMethodCallException * @static - */ - public static function macroCall($method, $parameters) + */ public static function macroCall($method, $parameters) { /** @var \Illuminate\Database\Query\Builder $instance */ return $instance->macroCall($method, $parameters); @@ -22654,8 +20614,8 @@ class View extends \Illuminate\Support\Facades\View {} class JsonApi extends \CloudCreativity\LaravelJsonApi\Facades\JsonApi {} class Image extends \Intervention\Image\Facades\Image {} class Flare extends \Spatie\LaravelIgnition\Facades\Flare {} - -} + } + diff --git a/composer.lock b/composer.lock index 9e17923..3e67f3b 100644 --- a/composer.lock +++ b/composer.lock @@ -82,26 +82,26 @@ }, { "name": "algolia/scout-extended", - "version": "v3.0.0", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/algolia/scout-extended.git", - "reference": "bf3d7876fadaaa1cdbce3a09cfd256227406a3fc" + "reference": "74d8c73955c07ce52633f74005624545239a9522" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/algolia/scout-extended/zipball/bf3d7876fadaaa1cdbce3a09cfd256227406a3fc", - "reference": "bf3d7876fadaaa1cdbce3a09cfd256227406a3fc", + "url": "https://api.github.com/repos/algolia/scout-extended/zipball/74d8c73955c07ce52633f74005624545239a9522", + "reference": "74d8c73955c07ce52633f74005624545239a9522", "shasum": "" }, "require": { "algolia/algoliasearch-client-php": "^3.0.0", "ext-json": "*", - "illuminate/console": "^9.0|^10.0", - "illuminate/contracts": "^9.0|^10.0", - "illuminate/database": "^9.0|^10.0", - "illuminate/filesystem": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", + "illuminate/console": "^9.0|^10.0|^11.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", + "illuminate/database": "^9.0|^10.0|^11.0", + "illuminate/filesystem": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", "laravel/scout": "^9.0|^10.0", "php": "^8.0", "riimu/kit-phpencoder": "^2.4" @@ -111,9 +111,9 @@ "laravel/legacy-factories": "^1.1", "mockery/mockery": "^1.4", "nunomaduro/larastan": "^1.0|^2.0", - "orchestra/testbench": "^4.9|^5.9|^6.6|^7.0|^8.0", + "orchestra/testbench": "^4.9|^5.9|^6.6|^7.0|^8.0|^9.0", "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^8.0|^9.0" + "phpunit/phpunit": "^8.0|^9.0|^10.5" }, "suggest": { "ext-dom": "Required to use the HTML Splitter." @@ -157,22 +157,22 @@ ], "support": { "issues": "https://github.com/algolia/scout-extended/issues", - "source": "https://github.com/algolia/scout-extended/tree/v3.0.0" + "source": "https://github.com/algolia/scout-extended/tree/v3.1.0" }, - "time": "2023-02-06T08:31:27+00:00" + "time": "2024-03-21T14:34:08+00:00" }, { "name": "aws/aws-crt-php", - "version": "v1.2.4", + "version": "v1.2.5", "source": { "type": "git", "url": "https://github.com/awslabs/aws-crt-php.git", - "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2" + "reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2", - "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2", + "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/0ea1f04ec5aa9f049f97e012d1ed63b76834a31b", + "reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b", "shasum": "" }, "require": { @@ -211,22 +211,22 @@ ], "support": { "issues": "https://github.com/awslabs/aws-crt-php/issues", - "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.4" + "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.5" }, - "time": "2023-11-08T00:42:13+00:00" + "time": "2024-04-19T21:30:56+00:00" }, { "name": "aws/aws-sdk-php", - "version": "3.298.2", + "version": "3.305.9", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "626f731c38e06ea483025334512f4c2afea1739d" + "reference": "a611af9a40a5d93f2f04427b322dbb6044e90327" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/626f731c38e06ea483025334512f4c2afea1739d", - "reference": "626f731c38e06ea483025334512f4c2afea1739d", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a611af9a40a5d93f2f04427b322dbb6044e90327", + "reference": "a611af9a40a5d93f2f04427b322dbb6044e90327", "shasum": "" }, "require": { @@ -306,9 +306,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.298.2" + "source": "https://github.com/aws/aws-sdk-php/tree/3.305.9" }, - "time": "2024-02-02T19:05:34+00:00" + "time": "2024-05-03T18:09:03+00:00" }, { "name": "babenkoivan/elastic-adapter", @@ -598,16 +598,16 @@ }, { "name": "babenkoivan/elastic-scout-driver-plus", - "version": "v4.6.0", + "version": "v4.7.0", "source": { "type": "git", "url": "https://github.com/babenkoivan/elastic-scout-driver-plus.git", - "reference": "11b76e636d60d0977d97c5644f2990820dfca483" + "reference": "d1d51fca175d2d39d9a90119c91d76581c7edbf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/babenkoivan/elastic-scout-driver-plus/zipball/11b76e636d60d0977d97c5644f2990820dfca483", - "reference": "11b76e636d60d0977d97c5644f2990820dfca483", + "url": "https://api.github.com/repos/babenkoivan/elastic-scout-driver-plus/zipball/d1d51fca175d2d39d9a90119c91d76581c7edbf0", + "reference": "d1d51fca175d2d39d9a90119c91d76581c7edbf0", "shasum": "" }, "require": { @@ -658,7 +658,7 @@ ], "support": { "issues": "https://github.com/babenkoivan/elastic-scout-driver-plus/issues", - "source": "https://github.com/babenkoivan/elastic-scout-driver-plus/tree/v4.6.0" + "source": "https://github.com/babenkoivan/elastic-scout-driver-plus/tree/v4.7.0" }, "funding": [ { @@ -670,29 +670,29 @@ "type": "paypal" } ], - "time": "2023-07-17T17:59:01+00:00" + "time": "2024-02-11T12:26:33+00:00" }, { "name": "brick/math", - "version": "0.11.0", + "version": "0.12.1", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478" + "reference": "f510c0a40911935b77b86859eb5223d58d660df1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478", - "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478", + "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", + "reference": "f510c0a40911935b77b86859eb5223d58d660df1", "shasum": "" }, "require": { - "php": "^8.0" + "php": "^8.1" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^9.0", - "vimeo/psalm": "5.0.0" + "phpunit/phpunit": "^10.1", + "vimeo/psalm": "5.16.0" }, "type": "library", "autoload": { @@ -712,12 +712,17 @@ "arithmetic", "bigdecimal", "bignum", + "bignumber", "brick", - "math" + "decimal", + "integer", + "math", + "mathematics", + "rational" ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.11.0" + "source": "https://github.com/brick/math/tree/0.12.1" }, "funding": [ { @@ -725,7 +730,7 @@ "type": "github" } ], - "time": "2023-01-15T23:15:59+00:00" + "time": "2023-11-29T23:19:16+00:00" }, { "name": "carbonphp/carbon-doctrine-types", @@ -798,16 +803,16 @@ }, { "name": "cloudcreativity/laravel-json-api", - "version": "v6.0.0", + "version": "v6.1.0", "source": { "type": "git", "url": "https://github.com/cloudcreativity/laravel-json-api.git", - "reference": "c8cc3950e5e538abff5c48b1239c2e0a95b6a83e" + "reference": "5b4fb29e67ad3521aed131b3e253ea679b14d8e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cloudcreativity/laravel-json-api/zipball/c8cc3950e5e538abff5c48b1239c2e0a95b6a83e", - "reference": "c8cc3950e5e538abff5c48b1239c2e0a95b6a83e", + "url": "https://api.github.com/repos/cloudcreativity/laravel-json-api/zipball/5b4fb29e67ad3521aed131b3e253ea679b14d8e8", + "reference": "5b4fb29e67ad3521aed131b3e253ea679b14d8e8", "shasum": "" }, "require": { @@ -827,7 +832,7 @@ "laravel/ui": "^4.2", "mockery/mockery": "^1.1", "orchestra/testbench": "^8.0", - "phpunit/phpunit": "^9.5.28" + "phpunit/phpunit": "^10.5" }, "suggest": { "cloudcreativity/json-api-testing": "Required to use the test helpers." @@ -877,9 +882,9 @@ ], "support": { "issues": "https://github.com/cloudcreativity/laravel-json-api/issues", - "source": "https://github.com/cloudcreativity/laravel-json-api/tree/v6.0.0" + "source": "https://github.com/cloudcreativity/laravel-json-api/tree/v6.1.0" }, - "time": "2023-02-14T20:13:07+00:00" + "time": "2024-02-11T12:42:45+00:00" }, { "name": "cocur/slugify", @@ -1197,16 +1202,16 @@ }, { "name": "doctrine/dbal", - "version": "3.8.0", + "version": "3.8.4", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "d244f2e6e6bf32bff5174e6729b57214923ecec9" + "reference": "b05e48a745f722801f55408d0dbd8003b403dbbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/d244f2e6e6bf32bff5174e6729b57214923ecec9", - "reference": "d244f2e6e6bf32bff5174e6729b57214923ecec9", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/b05e48a745f722801f55408d0dbd8003b403dbbd", + "reference": "b05e48a745f722801f55408d0dbd8003b403dbbd", "shasum": "" }, "require": { @@ -1222,12 +1227,12 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.10.56", + "phpstan/phpstan": "1.10.58", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.15", + "phpunit/phpunit": "9.6.16", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.8.1", + "squizlabs/php_codesniffer": "3.9.0", "symfony/cache": "^5.4|^6.0|^7.0", "symfony/console": "^4.4|^5.4|^6.0|^7.0", "vimeo/psalm": "4.30.0" @@ -1290,7 +1295,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.8.0" + "source": "https://github.com/doctrine/dbal/tree/3.8.4" }, "funding": [ { @@ -1306,7 +1311,7 @@ "type": "tidelift" } ], - "time": "2024-01-25T21:44:02+00:00" + "time": "2024-04-25T07:04:44+00:00" }, { "name": "doctrine/deprecations", @@ -1448,16 +1453,16 @@ }, { "name": "doctrine/inflector", - "version": "2.0.9", + "version": "2.0.10", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65" + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65", - "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", "shasum": "" }, "require": { @@ -1519,7 +1524,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.9" + "source": "https://github.com/doctrine/inflector/tree/2.0.10" }, "funding": [ { @@ -1535,31 +1540,31 @@ "type": "tidelift" } ], - "time": "2024-01-15T18:05:13+00:00" + "time": "2024-02-18T20:23:39+00:00" }, { "name": "doctrine/lexer", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "84a527db05647743d50373e0ec53a152f2cde568" + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568", - "reference": "84a527db05647743d50373e0ec53a152f2cde568", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^10", - "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^9.5", + "doctrine/coding-standard": "^12", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^5.0" + "vimeo/psalm": "^5.21" }, "type": "library", "autoload": { @@ -1596,7 +1601,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/3.0.0" + "source": "https://github.com/doctrine/lexer/tree/3.0.1" }, "funding": [ { @@ -1612,7 +1617,7 @@ "type": "tidelift" } ], - "time": "2022-12-15T16:57:16+00:00" + "time": "2024-02-05T11:56:58+00:00" }, { "name": "dragonmantank/cron-expression", @@ -1747,7 +1752,7 @@ "version": "v8.8.0", "source": { "type": "git", - "url": "git@github.com:elastic/elastic-transport-php.git", + "url": "https://github.com/elastic/elastic-transport-php.git", "reference": "cdf9f63a16ec6bfb4c881ab89aa0e2a61fb7c20b" }, "dist": { @@ -1791,20 +1796,24 @@ "psr-7", "transport" ], + "support": { + "issues": "https://github.com/elastic/elastic-transport-php/issues", + "source": "https://github.com/elastic/elastic-transport-php/tree/v8.8.0" + }, "time": "2023-11-08T10:51:51+00:00" }, { "name": "elasticsearch/elasticsearch", - "version": "v8.12.0", + "version": "v8.13.0", "source": { "type": "git", - "url": "git@github.com:elastic/elasticsearch-php.git", - "reference": "6f4a2ee4ff2cb9f75a6ee00f574aa2d9c1bb14fd" + "url": "https://github.com/elastic/elasticsearch-php.git", + "reference": "221723e9497515ec82833995a97c8546d9b6499a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/6f4a2ee4ff2cb9f75a6ee00f574aa2d9c1bb14fd", - "reference": "6f4a2ee4ff2cb9f75a6ee00f574aa2d9c1bb14fd", + "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/221723e9497515ec82833995a97c8546d9b6499a", + "reference": "221723e9497515ec82833995a97c8546d9b6499a", "shasum": "" }, "require": { @@ -1820,12 +1829,13 @@ "ext-zip": "*", "mockery/mockery": "^1.5", "nyholm/psr7": "^1.5", + "php-http/message-factory": "^1.0", "php-http/mock-client": "^1.5", "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^9.5", "psr/http-factory": "^1.0", "symfony/finder": "~4.0", - "symfony/http-client": "^5.0|^6.0" + "symfony/http-client": "^5.0|^6.0|^7.0" }, "type": "library", "autoload": { @@ -1844,7 +1854,11 @@ "elasticsearch", "search" ], - "time": "2024-01-26T14:58:39+00:00" + "support": { + "issues": "https://github.com/elastic/elasticsearch-php/issues", + "source": "https://github.com/elastic/elasticsearch-php/tree/v8.13.0" + }, + "time": "2024-03-27T15:09:06+00:00" }, { "name": "fruitcake/php-cors", @@ -2546,16 +2560,16 @@ }, { "name": "laravel/framework", - "version": "v10.43.0", + "version": "v10.48.10", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "4f7802dfc9993cb57cf69615491ce1a7eb2e9529" + "reference": "91e2b9e218afa4e5c377510faa11957042831ba3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/4f7802dfc9993cb57cf69615491ce1a7eb2e9529", - "reference": "4f7802dfc9993cb57cf69615491ce1a7eb2e9529", + "url": "https://api.github.com/repos/laravel/framework/zipball/91e2b9e218afa4e5c377510faa11957042831ba3", + "reference": "91e2b9e218afa4e5c377510faa11957042831ba3", "shasum": "" }, "require": { @@ -2603,6 +2617,8 @@ "conflict": { "carbonphp/carbon-doctrine-types": ">=3.0", "doctrine/dbal": ">=4.0", + "mockery/mockery": "1.6.8", + "phpunit/phpunit": ">=11.0.0", "tightenco/collect": "<5.5.33" }, "provide": { @@ -2658,7 +2674,7 @@ "league/flysystem-sftp-v3": "^3.0", "mockery/mockery": "^1.5.1", "nyholm/psr7": "^1.2", - "orchestra/testbench-core": "^8.18", + "orchestra/testbench-core": "^8.23.4", "pda/pheanstalk": "^4.0", "phpstan/phpstan": "^1.4.7", "phpunit/phpunit": "^10.0.7", @@ -2747,20 +2763,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-01-30T16:25:02+00:00" + "time": "2024-04-30T12:52:59+00:00" }, { "name": "laravel/prompts", - "version": "v0.1.15", + "version": "v0.1.21", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", - "reference": "d814a27514d99b03c85aa42b22cfd946568636c1" + "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/prompts/zipball/d814a27514d99b03c85aa42b22cfd946568636c1", - "reference": "d814a27514d99b03c85aa42b22cfd946568636c1", + "url": "https://api.github.com/repos/laravel/prompts/zipball/23ea808e8a145653e0ab29e30d4385e49f40a920", + "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920", "shasum": "" }, "require": { @@ -2800,24 +2816,25 @@ "license": [ "MIT" ], + "description": "Add beautiful and user-friendly forms to your command-line applications.", "support": { "issues": "https://github.com/laravel/prompts/issues", - "source": "https://github.com/laravel/prompts/tree/v0.1.15" + "source": "https://github.com/laravel/prompts/tree/v0.1.21" }, - "time": "2023-12-29T22:37:42+00:00" + "time": "2024-04-30T12:46:16+00:00" }, { "name": "laravel/scout", - "version": "v10.8.2", + "version": "v10.8.6", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "4b5766ac110ef116c6571f4b3a29193bfd01c27c" + "reference": "ee1ec27cfb723a6909d968db52d562ed9d2d9eb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/4b5766ac110ef116c6571f4b3a29193bfd01c27c", - "reference": "4b5766ac110ef116c6571f4b3a29193bfd01c27c", + "url": "https://api.github.com/repos/laravel/scout/zipball/ee1ec27cfb723a6909d968db52d562ed9d2d9eb9", + "reference": "ee1ec27cfb723a6909d968db52d562ed9d2d9eb9", "shasum": "" }, "require": { @@ -2828,7 +2845,8 @@ "illuminate/pagination": "^9.0|^10.0|^11.0", "illuminate/queue": "^9.0|^10.0|^11.0", "illuminate/support": "^9.0|^10.0|^11.0", - "php": "^8.0" + "php": "^8.0", + "symfony/console": "^6.0|^7.0" }, "require-dev": { "algolia/algoliasearch-client-php": "^3.2", @@ -2838,7 +2856,7 @@ "php-http/guzzle7-adapter": "^1.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.3|^10.4", - "typesense/typesense-php": "^4.9" + "typesense/typesense-php": "^4.9.2" }, "suggest": { "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^3.2).", @@ -2881,7 +2899,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2024-01-30T18:52:49+00:00" + "time": "2024-04-16T15:30:07+00:00" }, { "name": "laravel/serializable-closure", @@ -3199,16 +3217,16 @@ }, { "name": "league/flysystem", - "version": "3.23.1", + "version": "3.27.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e" + "reference": "4729745b1ab737908c7d055148c9a6b3e959832f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e", - "reference": "199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4729745b1ab737908c7d055148c9a6b3e959832f", + "reference": "4729745b1ab737908c7d055148c9a6b3e959832f", "shasum": "" }, "require": { @@ -3228,7 +3246,7 @@ "require-dev": { "async-aws/s3": "^1.5 || ^2.0", "async-aws/simple-s3": "^1.1 || ^2.0", - "aws/aws-sdk-php": "^3.220.0", + "aws/aws-sdk-php": "^3.295.10", "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", @@ -3236,10 +3254,10 @@ "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", "microsoft/azure-storage-blob": "^1.1", - "phpseclib/phpseclib": "^3.0.34", + "phpseclib/phpseclib": "^3.0.36", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5.11|^10.0", - "sabre/dav": "^4.3.1" + "sabre/dav": "^4.6.0" }, "type": "library", "autoload": { @@ -3273,7 +3291,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.23.1" + "source": "https://github.com/thephpleague/flysystem/tree/3.27.0" }, "funding": [ { @@ -3285,24 +3303,24 @@ "type": "github" } ], - "time": "2024-01-26T18:42:03+00:00" + "time": "2024-04-07T19:17:50+00:00" }, { "name": "league/flysystem-aws-s3-v3", - "version": "3.23.1", + "version": "3.27.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", - "reference": "97728e7a0d40ec9c6147eb0f4ee4cdc6ff0a8240" + "reference": "3e6ce2f972f1470db779f04d29c289dcd2c32837" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/97728e7a0d40ec9c6147eb0f4ee4cdc6ff0a8240", - "reference": "97728e7a0d40ec9c6147eb0f4ee4cdc6ff0a8240", + "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/3e6ce2f972f1470db779f04d29c289dcd2c32837", + "reference": "3e6ce2f972f1470db779f04d29c289dcd2c32837", "shasum": "" }, "require": { - "aws/aws-sdk-php": "^3.220.0", + "aws/aws-sdk-php": "^3.295.10", "league/flysystem": "^3.10.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" @@ -3338,8 +3356,7 @@ "storage" ], "support": { - "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues", - "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.23.1" + "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.27.0" }, "funding": [ { @@ -3351,20 +3368,20 @@ "type": "github" } ], - "time": "2024-01-26T18:25:23+00:00" + "time": "2024-04-07T19:16:54+00:00" }, { "name": "league/flysystem-local", - "version": "3.23.1", + "version": "3.25.1", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-local.git", - "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00" + "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/b884d2bf9b53bb4804a56d2df4902bb51e253f00", - "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00", + "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/61a6a90d6e999e4ddd9ce5adb356de0939060b92", + "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92", "shasum": "" }, "require": { @@ -3398,8 +3415,7 @@ "local" ], "support": { - "issues": "https://github.com/thephpleague/flysystem-local/issues", - "source": "https://github.com/thephpleague/flysystem-local/tree/3.23.1" + "source": "https://github.com/thephpleague/flysystem-local/tree/3.25.1" }, "funding": [ { @@ -3411,7 +3427,7 @@ "type": "github" } ], - "time": "2024-01-26T18:25:23+00:00" + "time": "2024-03-15T19:58:44+00:00" }, { "name": "league/glide", @@ -3617,16 +3633,16 @@ }, { "name": "monolog/monolog", - "version": "3.5.0", + "version": "3.6.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448" + "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448", - "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", + "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", "shasum": "" }, "require": { @@ -3649,7 +3665,7 @@ "phpstan/phpstan": "^1.9", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "^10.1", + "phpunit/phpunit": "^10.5.17", "predis/predis": "^1.1 || ^2", "ruflin/elastica": "^7", "symfony/mailer": "^5.4 || ^6", @@ -3702,7 +3718,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.5.0" + "source": "https://github.com/Seldaek/monolog/tree/3.6.0" }, "funding": [ { @@ -3714,7 +3730,7 @@ "type": "tidelift" } ], - "time": "2023-10-27T15:32:31+00:00" + "time": "2024-04-12T21:02:21+00:00" }, { "name": "mtdowling/jmespath.php", @@ -4039,25 +4055,27 @@ }, { "name": "nikic/php-parser", - "version": "v4.18.0", + "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" + "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", - "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13", + "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13", "shasum": "" }, "require": { + "ext-ctype": "*", + "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.0" + "php": ">=7.4" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" @@ -4065,7 +4083,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.9-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -4089,9 +4107,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2" }, - "time": "2023-12-10T21:03:43+00:00" + "time": "2024-03-05T20:51:40+00:00" }, { "name": "nunomaduro/termwind", @@ -4302,16 +4320,16 @@ }, { "name": "php-http/discovery", - "version": "1.19.2", + "version": "1.19.4", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + "reference": "0700efda8d7526335132360167315fdab3aeb599" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb", - "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb", + "url": "https://api.github.com/repos/php-http/discovery/zipball/0700efda8d7526335132360167315fdab3aeb599", + "reference": "0700efda8d7526335132360167315fdab3aeb599", "shasum": "" }, "require": { @@ -4335,7 +4353,8 @@ "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", - "symfony/phpunit-bridge": "^6.2" + "sebastian/comparator": "^3.0.5 || ^4.0.8", + "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" }, "type": "composer-plugin", "extra": { @@ -4374,9 +4393,9 @@ ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.19.2" + "source": "https://github.com/php-http/discovery/tree/1.19.4" }, - "time": "2023-11-30T16:49:05+00:00" + "time": "2024-03-29T13:00:05+00:00" }, { "name": "php-http/httplug", @@ -4437,16 +4456,16 @@ }, { "name": "php-http/promise", - "version": "1.3.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", - "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07" + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/2916a606d3b390f4e9e8e2b8dd68581508be0f07", - "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07", + "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "shasum": "" }, "require": { @@ -4483,9 +4502,9 @@ ], "support": { "issues": "https://github.com/php-http/promise/issues", - "source": "https://github.com/php-http/promise/tree/1.3.0" + "source": "https://github.com/php-http/promise/tree/1.3.1" }, - "time": "2024-01-04T18:49:48+00:00" + "time": "2024-03-15T13:55:21+00:00" }, { "name": "phpoption/phpoption", @@ -5025,16 +5044,16 @@ }, { "name": "psy/psysh", - "version": "v0.12.0", + "version": "v0.12.3", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d" + "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73", + "reference": "b6b6cce7d3ee8fbf31843edce5e8f5a72eff4a73", "shasum": "" }, "require": { @@ -5098,9 +5117,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.0" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.3" }, - "time": "2023-12-20T15:28:09+00:00" + "time": "2024-04-02T15:57:53+00:00" }, { "name": "ralouphie/getallheaders", @@ -5237,20 +5256,20 @@ }, { "name": "ramsey/uuid", - "version": "4.7.5", + "version": "4.7.6", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + "reference": "91039bc1faa45ba123c4328958e620d382ec7088" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", - "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088", + "reference": "91039bc1faa45ba123c4328958e620d382ec7088", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", "ext-json": "*", "php": "^8.0", "ramsey/collection": "^1.2 || ^2.0" @@ -5313,7 +5332,7 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.7.5" + "source": "https://github.com/ramsey/uuid/tree/4.7.6" }, "funding": [ { @@ -5325,7 +5344,7 @@ "type": "tidelift" } ], - "time": "2023-11-08T05:53:05+00:00" + "time": "2024-04-27T21:32:50+00:00" }, { "name": "riimu/kit-phpencoder", @@ -5378,28 +5397,28 @@ }, { "name": "spatie/eloquent-sortable", - "version": "4.1.0", + "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/spatie/eloquent-sortable.git", - "reference": "960ee1c888171f77cba9e3108da69c00a0d02e9c" + "reference": "fb8a5d071eec525cd5a0ad1a011306c0a76b2a9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/960ee1c888171f77cba9e3108da69c00a0d02e9c", - "reference": "960ee1c888171f77cba9e3108da69c00a0d02e9c", + "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/fb8a5d071eec525cd5a0ad1a011306c0a76b2a9f", + "reference": "fb8a5d071eec525cd5a0ad1a011306c0a76b2a9f", "shasum": "" }, "require": { - "illuminate/database": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", - "nesbot/carbon": "^2.63", + "illuminate/database": "^9.31|^10.0|^11.0", + "illuminate/support": "^9.31|^10.0|^11.0", + "nesbot/carbon": "^2.63|^3.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.5" + "orchestra/testbench": "^7.0|^8.0|^9.0", + "phpunit/phpunit": "^9.5|^10.0" }, "type": "library", "extra": { @@ -5436,7 +5455,7 @@ ], "support": { "issues": "https://github.com/spatie/eloquent-sortable/issues", - "source": "https://github.com/spatie/eloquent-sortable/tree/4.1.0" + "source": "https://github.com/spatie/eloquent-sortable/tree/4.3.0" }, "funding": [ { @@ -5448,7 +5467,7 @@ "type": "github" } ], - "time": "2023-12-11T16:39:58+00:00" + "time": "2024-05-02T09:49:34+00:00" }, { "name": "spatie/image", @@ -5521,16 +5540,16 @@ }, { "name": "spatie/image-optimizer", - "version": "1.7.2", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/spatie/image-optimizer.git", - "reference": "62f7463483d1bd975f6f06025d89d42a29608fe1" + "reference": "d4f0d09c44700c78d1718cd40da404b1c800b935" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/62f7463483d1bd975f6f06025d89d42a29608fe1", - "reference": "62f7463483d1bd975f6f06025d89d42a29608fe1", + "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/d4f0d09c44700c78d1718cd40da404b1c800b935", + "reference": "d4f0d09c44700c78d1718cd40da404b1c800b935", "shasum": "" }, "require": { @@ -5570,34 +5589,34 @@ ], "support": { "issues": "https://github.com/spatie/image-optimizer/issues", - "source": "https://github.com/spatie/image-optimizer/tree/1.7.2" + "source": "https://github.com/spatie/image-optimizer/tree/1.7.3" }, - "time": "2023-11-03T10:08:02+00:00" + "time": "2024-05-03T14:05:33+00:00" }, { "name": "spatie/laravel-csp", - "version": "2.8.4", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-csp.git", - "reference": "5c49058d4955b2232ce8012ff5a5e8d84d497e7c" + "reference": "41165322b0017b1f121969cd91055a5f20bc7c47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-csp/zipball/5c49058d4955b2232ce8012ff5a5e8d84d497e7c", - "reference": "5c49058d4955b2232ce8012ff5a5e8d84d497e7c", + "url": "https://api.github.com/repos/spatie/laravel-csp/zipball/41165322b0017b1f121969cd91055a5f20bc7c47", + "reference": "41165322b0017b1f121969cd91055a5f20bc7c47", "shasum": "" }, "require": { - "illuminate/http": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", - "php": "^8.0", + "illuminate/http": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", + "php": "^8.1", "spatie/laravel-package-tools": "^1.11" }, "require-dev": { "mockery/mockery": "^1.3.3", - "orchestra/testbench": "^6.0|^7.0|^8.0", - "pestphp/pest": "^1.21.2", + "orchestra/testbench": "^7.0|^8.0|^9.0", + "pestphp/pest": "^1.23.0|^2.34.0", "roave/security-advisories": "dev-master" }, "type": "library", @@ -5646,7 +5665,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-csp/tree/2.8.4" + "source": "https://github.com/spatie/laravel-csp/tree/2.9.0" }, "funding": [ { @@ -5654,7 +5673,7 @@ "type": "custom" } ], - "time": "2024-01-05T09:58:32+00:00" + "time": "2024-02-27T12:13:22+00:00" }, { "name": "spatie/laravel-medialibrary", @@ -5766,16 +5785,16 @@ }, { "name": "spatie/laravel-package-tools", - "version": "1.16.2", + "version": "1.16.4", "source": { "type": "git", "url": "https://github.com/spatie/laravel-package-tools.git", - "reference": "e62eeb1fe8a8a0b2e83227a6c279c8c59f7d3a15" + "reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/e62eeb1fe8a8a0b2e83227a6c279c8c59f7d3a15", - "reference": "e62eeb1fe8a8a0b2e83227a6c279c8c59f7d3a15", + "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53", + "reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53", "shasum": "" }, "require": { @@ -5814,7 +5833,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-package-tools/issues", - "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.2" + "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.4" }, "funding": [ { @@ -5822,33 +5841,33 @@ "type": "github" } ], - "time": "2024-01-11T08:43:00+00:00" + "time": "2024-03-20T07:29:11+00:00" }, { "name": "spatie/laravel-tags", - "version": "4.5.2", + "version": "4.6.1", "source": { "type": "git", "url": "https://github.com/spatie/laravel-tags.git", - "reference": "627587878731650c52d79e2132cfd1410a18d428" + "reference": "73944e8bd7a341269c03959fe063d8714adbe5a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-tags/zipball/627587878731650c52d79e2132cfd1410a18d428", - "reference": "627587878731650c52d79e2132cfd1410a18d428", + "url": "https://api.github.com/repos/spatie/laravel-tags/zipball/73944e8bd7a341269c03959fe063d8714adbe5a6", + "reference": "73944e8bd7a341269c03959fe063d8714adbe5a6", "shasum": "" }, "require": { - "laravel/framework": "^8.67|^9.0|^10.0", - "nesbot/carbon": "^2.63", + "laravel/framework": "^8.67|^9.0|^10.0|^11.0", + "nesbot/carbon": "^2.63|^3.0", "php": "^8.0", "spatie/eloquent-sortable": "^3.10|^4.0", "spatie/laravel-package-tools": "^1.4", "spatie/laravel-translatable": "^4.6|^5.0|^6.0" }, "require-dev": { - "orchestra/testbench": "^6.13|^7.0|^8.0", - "pestphp/pest": "^1.22", + "orchestra/testbench": "^6.13|^7.0|^8.0|^9.0", + "pestphp/pest": "^1.22|^2.0", "phpunit/phpunit": "^9.5.2" }, "type": "library", @@ -5884,7 +5903,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-tags/issues", - "source": "https://github.com/spatie/laravel-tags/tree/4.5.2" + "source": "https://github.com/spatie/laravel-tags/tree/4.6.1" }, "funding": [ { @@ -5892,32 +5911,32 @@ "type": "github" } ], - "time": "2024-01-19T22:10:13+00:00" + "time": "2024-03-01T12:44:53+00:00" }, { "name": "spatie/laravel-translatable", - "version": "6.5.5", + "version": "6.6.2", "source": { "type": "git", "url": "https://github.com/spatie/laravel-translatable.git", - "reference": "d6dc7c9fe3c678ce50b2d6a4a7434fcbcfc3df4c" + "reference": "529b4e89ad0b0982d9c635696260661d1cf2612c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-translatable/zipball/d6dc7c9fe3c678ce50b2d6a4a7434fcbcfc3df4c", - "reference": "d6dc7c9fe3c678ce50b2d6a4a7434fcbcfc3df4c", + "url": "https://api.github.com/repos/spatie/laravel-translatable/zipball/529b4e89ad0b0982d9c635696260661d1cf2612c", + "reference": "529b4e89ad0b0982d9c635696260661d1cf2612c", "shasum": "" }, "require": { - "illuminate/database": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", + "illuminate/database": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", "php": "^8.0", "spatie/laravel-package-tools": "^1.11" }, "require-dev": { "mockery/mockery": "^1.4", - "orchestra/testbench": "^7.0|^8.0", - "pestphp/pest": "^1.20" + "orchestra/testbench": "^7.0|^8.0|^9.0", + "pestphp/pest": "^1.20|^2.0" }, "type": "library", "extra": { @@ -5966,7 +5985,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-translatable/issues", - "source": "https://github.com/spatie/laravel-translatable/tree/6.5.5" + "source": "https://github.com/spatie/laravel-translatable/tree/6.6.2" }, "funding": [ { @@ -5974,7 +5993,7 @@ "type": "github" } ], - "time": "2023-12-06T10:56:22+00:00" + "time": "2024-03-01T10:24:53+00:00" }, { "name": "spatie/temporary-directory", @@ -6039,16 +6058,16 @@ }, { "name": "symfony/console", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e" + "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e", - "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e", + "url": "https://api.github.com/repos/symfony/console/zipball/a170e64ae10d00ba89e2acbb590dc2e54da8ad8f", + "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f", "shasum": "" }, "require": { @@ -6113,7 +6132,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.3" + "source": "https://github.com/symfony/console/tree/v6.4.7" }, "funding": [ { @@ -6129,20 +6148,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/css-selector", - "version": "v7.0.3", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be" + "reference": "b08a4ad89e84b29cec285b7b1f781a7ae51cf4bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/ec60a4edf94e63b0556b6a0888548bb400a3a3be", - "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/b08a4ad89e84b29cec285b7b1f781a7ae51cf4bc", + "reference": "b08a4ad89e84b29cec285b7b1f781a7ae51cf4bc", "shasum": "" }, "require": { @@ -6178,7 +6197,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v7.0.3" + "source": "https://github.com/symfony/css-selector/tree/v7.0.7" }, "funding": [ { @@ -6194,20 +6213,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-04-18T09:29:19+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.4.0", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", "shasum": "" }, "require": { @@ -6216,7 +6235,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -6245,7 +6264,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" }, "funding": [ { @@ -6261,20 +6280,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "symfony/error-handler", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6" + "reference": "667a072466c6a53827ed7b119af93806b884cbb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/6dc3c76a278b77f01d864a6005d640822c6f26a6", - "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/667a072466c6a53827ed7b119af93806b884cbb3", + "reference": "667a072466c6a53827ed7b119af93806b884cbb3", "shasum": "" }, "require": { @@ -6320,7 +6339,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.3" + "source": "https://github.com/symfony/error-handler/tree/v6.4.7" }, "funding": [ { @@ -6336,20 +6355,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T15:40:36+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v7.0.3", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e" + "reference": "db2a7fab994d67d92356bb39c367db115d9d30f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e", - "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db2a7fab994d67d92356bb39c367db115d9d30f9", + "reference": "db2a7fab994d67d92356bb39c367db115d9d30f9", "shasum": "" }, "require": { @@ -6400,7 +6419,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.3" + "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.7" }, "funding": [ { @@ -6416,20 +6435,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-04-18T09:29:19+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.4.0", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" + "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50", + "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50", "shasum": "" }, "require": { @@ -6439,7 +6458,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -6476,7 +6495,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0" }, "funding": [ { @@ -6492,20 +6511,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "symfony/finder", - "version": "v6.4.0", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "11d736e97f116ac375a81f96e662911a34cd50ce" + "reference": "511c48990be17358c23bf45c5d71ab85d40fb764" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce", - "reference": "11d736e97f116ac375a81f96e662911a34cd50ce", + "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764", + "reference": "511c48990be17358c23bf45c5d71ab85d40fb764", "shasum": "" }, "require": { @@ -6540,7 +6559,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.0" + "source": "https://github.com/symfony/finder/tree/v6.4.7" }, "funding": [ { @@ -6556,20 +6575,20 @@ "type": "tidelift" } ], - "time": "2023-10-31T17:30:12+00:00" + "time": "2024-04-23T10:36:43+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9" + "reference": "b4db6b833035477cb70e18d0ae33cb7c2b521759" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5677bdf7cade4619cb17fc9e1e7b31ec392244a9", - "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b4db6b833035477cb70e18d0ae33cb7c2b521759", + "reference": "b4db6b833035477cb70e18d0ae33cb7c2b521759", "shasum": "" }, "require": { @@ -6617,7 +6636,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.3" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.7" }, "funding": [ { @@ -6633,20 +6652,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2" + "reference": "b7b5e6cdef670a0c82d015a966ffc7e855861a98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9c6ec4e543044f7568a53a76ab1484ecd30637a2", - "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b7b5e6cdef670a0c82d015a966ffc7e855861a98", + "reference": "b7b5e6cdef670a0c82d015a966ffc7e855861a98", "shasum": "" }, "require": { @@ -6695,12 +6714,13 @@ "symfony/process": "^5.4|^6.0|^7.0", "symfony/property-access": "^5.4.5|^6.0.5|^7.0", "symfony/routing": "^5.4|^6.0|^7.0", - "symfony/serializer": "^6.3|^7.0", + "symfony/serializer": "^6.4.4|^7.0.4", "symfony/stopwatch": "^5.4|^6.0|^7.0", "symfony/translation": "^5.4|^6.0|^7.0", "symfony/translation-contracts": "^2.5|^3", "symfony/uid": "^5.4|^6.0|^7.0", "symfony/validator": "^6.4|^7.0", + "symfony/var-dumper": "^5.4|^6.4|^7.0", "symfony/var-exporter": "^6.2|^7.0", "twig/twig": "^2.13|^3.0.4" }, @@ -6730,7 +6750,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.3" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.7" }, "funding": [ { @@ -6746,20 +6766,20 @@ "type": "tidelift" } ], - "time": "2024-01-31T07:21:29+00:00" + "time": "2024-04-29T11:24:44+00:00" }, { "name": "symfony/mailer", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee" + "reference": "2c446d4e446995bed983c0b5bb9ff837e8de7dbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/74412c62f88a85a41b61f0b71ab0afcaad6f03ee", - "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee", + "url": "https://api.github.com/repos/symfony/mailer/zipball/2c446d4e446995bed983c0b5bb9ff837e8de7dbd", + "reference": "2c446d4e446995bed983c0b5bb9ff837e8de7dbd", "shasum": "" }, "require": { @@ -6810,7 +6830,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.4.3" + "source": "https://github.com/symfony/mailer/tree/v6.4.7" }, "funding": [ { @@ -6826,20 +6846,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T15:01:07+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/mime", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "5017e0a9398c77090b7694be46f20eb796262a34" + "reference": "decadcf3865918ecfcbfa90968553994ce935a5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/5017e0a9398c77090b7694be46f20eb796262a34", - "reference": "5017e0a9398c77090b7694be46f20eb796262a34", + "url": "https://api.github.com/repos/symfony/mime/zipball/decadcf3865918ecfcbfa90968553994ce935a5e", + "reference": "decadcf3865918ecfcbfa90968553994ce935a5e", "shasum": "" }, "require": { @@ -6860,6 +6880,7 @@ "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.4|^7.0", "symfony/property-access": "^5.4|^6.0|^7.0", "symfony/property-info": "^5.4|^6.0|^7.0", "symfony/serializer": "^6.3.2|^7.0" @@ -6894,7 +6915,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.3" + "source": "https://github.com/symfony/mime/tree/v6.4.7" }, "funding": [ { @@ -6910,20 +6931,20 @@ "type": "tidelift" } ], - "time": "2024-01-30T08:32:12+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" + "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", + "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", "shasum": "" }, "require": { @@ -6937,9 +6958,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -6976,7 +6994,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" }, "funding": [ { @@ -6992,20 +7010,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "875e90aeea2777b6f135677f618529449334a612" + "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", - "reference": "875e90aeea2777b6f135677f618529449334a612", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", "shasum": "" }, "require": { @@ -7016,9 +7034,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -7057,7 +7072,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" }, "funding": [ { @@ -7073,20 +7088,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "ecaafce9f77234a6a449d29e49267ba10499116d" + "reference": "a287ed7475f85bf6f61890146edbc932c0fff919" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d", - "reference": "ecaafce9f77234a6a449d29e49267ba10499116d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919", + "reference": "a287ed7475f85bf6f61890146edbc932c0fff919", "shasum": "" }, "require": { @@ -7099,9 +7114,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -7144,7 +7156,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0" }, "funding": [ { @@ -7160,20 +7172,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:30:37+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" + "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", - "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", + "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", "shasum": "" }, "require": { @@ -7184,9 +7196,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -7228,7 +7237,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" }, "funding": [ { @@ -7244,20 +7253,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "42292d99c55abe617799667f454222c54c60e229" + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", - "reference": "42292d99c55abe617799667f454222c54c60e229", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", "shasum": "" }, "require": { @@ -7271,9 +7280,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -7311,7 +7317,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" }, "funding": [ { @@ -7327,20 +7333,20 @@ "type": "tidelift" } ], - "time": "2023-07-28T09:04:16+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179" + "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179", - "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", + "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", "shasum": "" }, "require": { @@ -7348,9 +7354,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -7387,7 +7390,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" }, "funding": [ { @@ -7403,20 +7406,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", "shasum": "" }, "require": { @@ -7424,9 +7427,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -7470,7 +7470,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" }, "funding": [ { @@ -7486,20 +7486,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-php83", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11" + "reference": "86fcae159633351e5fd145d1c47de6c528f8caff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", - "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff", + "reference": "86fcae159633351e5fd145d1c47de6c528f8caff", "shasum": "" }, "require": { @@ -7508,9 +7508,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -7550,7 +7547,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0" }, "funding": [ { @@ -7566,20 +7563,20 @@ "type": "tidelift" } ], - "time": "2023-08-16T06:22:46+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-uuid", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-uuid.git", - "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e" + "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9c44518a5aff8da565c8a55dbe85d2769e6f630e", - "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853", + "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853", "shasum": "" }, "require": { @@ -7593,9 +7590,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -7632,7 +7626,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/polyfill-uuid/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.0" }, "funding": [ { @@ -7648,20 +7642,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/process", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "31642b0818bfcff85930344ef93193f8c607e0a3" + "reference": "cdb1c81c145fd5aa9b0038bab694035020943381" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/31642b0818bfcff85930344ef93193f8c607e0a3", - "reference": "31642b0818bfcff85930344ef93193f8c607e0a3", + "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381", + "reference": "cdb1c81c145fd5aa9b0038bab694035020943381", "shasum": "" }, "require": { @@ -7693,7 +7687,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.3" + "source": "https://github.com/symfony/process/tree/v6.4.7" }, "funding": [ { @@ -7709,7 +7703,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -7802,16 +7796,16 @@ }, { "name": "symfony/routing", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842" + "reference": "276e06398f71fa2a973264d94f28150f93cfb907" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/3b2957ad54902f0f544df83e3d58b38d7e8e5842", - "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842", + "url": "https://api.github.com/repos/symfony/routing/zipball/276e06398f71fa2a973264d94f28150f93cfb907", + "reference": "276e06398f71fa2a973264d94f28150f93cfb907", "shasum": "" }, "require": { @@ -7865,7 +7859,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.3" + "source": "https://github.com/symfony/routing/tree/v6.4.7" }, "funding": [ { @@ -7881,25 +7875,26 @@ "type": "tidelift" } ], - "time": "2024-01-30T13:55:02+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.4.1", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" + "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", "shasum": "" }, "require": { "php": ">=8.1", - "psr/container": "^1.1|^2.0" + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -7907,7 +7902,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -7947,7 +7942,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.4.1" + "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" }, "funding": [ { @@ -7963,20 +7958,20 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "symfony/string", - "version": "v7.0.3", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "524aac4a280b90a4420d8d6a040718d0586505ac" + "reference": "e405b5424dc2528e02e31ba26b83a79fd4eb8f63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/524aac4a280b90a4420d8d6a040718d0586505ac", - "reference": "524aac4a280b90a4420d8d6a040718d0586505ac", + "url": "https://api.github.com/repos/symfony/string/zipball/e405b5424dc2528e02e31ba26b83a79fd4eb8f63", + "reference": "e405b5424dc2528e02e31ba26b83a79fd4eb8f63", "shasum": "" }, "require": { @@ -8033,7 +8028,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.0.3" + "source": "https://github.com/symfony/string/tree/v7.0.7" }, "funding": [ { @@ -8049,20 +8044,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T15:41:16+00:00" + "time": "2024-04-18T09:29:19+00:00" }, { "name": "symfony/translation", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "637c51191b6b184184bbf98937702bcf554f7d04" + "reference": "7495687c58bfd88b7883823747b0656d90679123" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/637c51191b6b184184bbf98937702bcf554f7d04", - "reference": "637c51191b6b184184bbf98937702bcf554f7d04", + "url": "https://api.github.com/repos/symfony/translation/zipball/7495687c58bfd88b7883823747b0656d90679123", + "reference": "7495687c58bfd88b7883823747b0656d90679123", "shasum": "" }, "require": { @@ -8128,7 +8123,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.4.3" + "source": "https://github.com/symfony/translation/tree/v6.4.7" }, "funding": [ { @@ -8144,20 +8139,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T13:11:52+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.4.1", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "06450585bf65e978026bda220cdebca3f867fde7" + "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7", - "reference": "06450585bf65e978026bda220cdebca3f867fde7", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", + "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", "shasum": "" }, "require": { @@ -8166,7 +8161,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -8206,7 +8201,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1" + "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" }, "funding": [ { @@ -8222,20 +8217,20 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { "name": "symfony/uid", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0" + "reference": "a66efcb71d8bc3a207d9d78e0bd67f3321510355" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/1d31267211cc3a2fff32bcfc7c1818dac41b6fc0", - "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0", + "url": "https://api.github.com/repos/symfony/uid/zipball/a66efcb71d8bc3a207d9d78e0bd67f3321510355", + "reference": "a66efcb71d8bc3a207d9d78e0bd67f3321510355", "shasum": "" }, "require": { @@ -8280,7 +8275,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v6.4.3" + "source": "https://github.com/symfony/uid/tree/v6.4.7" }, "funding": [ { @@ -8296,20 +8291,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.3", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "0435a08f69125535336177c29d56af3abc1f69da" + "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0435a08f69125535336177c29d56af3abc1f69da", - "reference": "0435a08f69125535336177c29d56af3abc1f69da", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7a9cd977cd1c5fed3694bee52990866432af07d7", + "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7", "shasum": "" }, "require": { @@ -8365,7 +8360,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.3" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.7" }, "funding": [ { @@ -8381,7 +8376,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:53:30+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -8656,40 +8651,40 @@ "packages-dev": [ { "name": "barryvdh/laravel-ide-helper", - "version": "v2.13.0", + "version": "v2.15.1", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-ide-helper.git", - "reference": "81d5b223ff067a1f38e14c100997e153b837fe4a" + "reference": "77831852bb7bc54f287246d32eb91274eaf87f8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/81d5b223ff067a1f38e14c100997e153b837fe4a", - "reference": "81d5b223ff067a1f38e14c100997e153b837fe4a", + "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/77831852bb7bc54f287246d32eb91274eaf87f8b", + "reference": "77831852bb7bc54f287246d32eb91274eaf87f8b", "shasum": "" }, "require": { "barryvdh/reflection-docblock": "^2.0.6", "composer/class-map-generator": "^1.0", - "doctrine/dbal": "^2.6 || ^3", + "doctrine/dbal": "^2.6 || ^3.1.4", "ext-json": "*", - "illuminate/console": "^8 || ^9 || ^10", - "illuminate/filesystem": "^8 || ^9 || ^10", - "illuminate/support": "^8 || ^9 || ^10", - "nikic/php-parser": "^4.7", - "php": "^7.3 || ^8.0", + "illuminate/console": "^9 || ^10", + "illuminate/filesystem": "^9 || ^10", + "illuminate/support": "^9 || ^10", + "nikic/php-parser": "^4.18 || ^5", + "php": "^8.0", "phpdocumentor/type-resolver": "^1.1.0" }, "require-dev": { "ext-pdo_sqlite": "*", - "friendsofphp/php-cs-fixer": "^2", - "illuminate/config": "^8 || ^9 || ^10", - "illuminate/view": "^8 || ^9 || ^10", + "friendsofphp/php-cs-fixer": "^3", + "illuminate/config": "^9 || ^10", + "illuminate/view": "^9 || ^10", "mockery/mockery": "^1.4", - "orchestra/testbench": "^6 || ^7 || ^8", - "phpunit/phpunit": "^8.5 || ^9", - "spatie/phpunit-snapshot-assertions": "^3 || ^4", - "vimeo/psalm": "^3.12" + "orchestra/testbench": "^7 || ^8", + "phpunit/phpunit": "^9", + "spatie/phpunit-snapshot-assertions": "^4", + "vimeo/psalm": "^5.4" }, "suggest": { "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10)." @@ -8697,7 +8692,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.12-dev" + "dev-master": "2.15-dev" }, "laravel": { "providers": [ @@ -8734,7 +8729,7 @@ ], "support": { "issues": "https://github.com/barryvdh/laravel-ide-helper/issues", - "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.13.0" + "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.15.1" }, "funding": [ { @@ -8746,7 +8741,7 @@ "type": "github" } ], - "time": "2023-02-04T13:56:40+00:00" + "time": "2024-02-15T14:23:20+00:00" }, { "name": "barryvdh/reflection-docblock", @@ -8802,16 +8797,16 @@ }, { "name": "brianium/paratest", - "version": "v6.11.0", + "version": "v6.11.1", "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "8083a421cee7dad847ee7c464529043ba30de380" + "reference": "78e297a969049ca7cc370e80ff5e102921ef39a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/8083a421cee7dad847ee7c464529043ba30de380", - "reference": "8083a421cee7dad847ee7c464529043ba30de380", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/78e297a969049ca7cc370e80ff5e102921ef39a3", + "reference": "78e297a969049ca7cc370e80ff5e102921ef39a3", "shasum": "" }, "require": { @@ -8878,7 +8873,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/v6.11.0" + "source": "https://github.com/paratestphp/paratest/tree/v6.11.1" }, "funding": [ { @@ -8890,7 +8885,7 @@ "type": "paypal" } ], - "time": "2023-10-31T09:13:57+00:00" + "time": "2024-03-13T06:54:29+00:00" }, { "name": "cloudcreativity/json-api-testing", @@ -8952,16 +8947,16 @@ }, { "name": "composer/class-map-generator", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9" + "reference": "8286a62d243312ed99b3eee20d5005c961adb311" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9", - "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8286a62d243312ed99b3eee20d5005c961adb311", + "reference": "8286a62d243312ed99b3eee20d5005c961adb311", "shasum": "" }, "require": { @@ -9005,7 +9000,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.1.0" + "source": "https://github.com/composer/class-map-generator/tree/1.1.1" }, "funding": [ { @@ -9021,20 +9016,20 @@ "type": "tidelift" } ], - "time": "2023-06-30T13:58:57+00:00" + "time": "2024-03-15T12:53:41+00:00" }, { "name": "composer/pcre", - "version": "3.1.1", + "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9" + "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9", - "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9", + "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", + "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", "shasum": "" }, "require": { @@ -9076,7 +9071,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.1" + "source": "https://github.com/composer/pcre/tree/3.1.3" }, "funding": [ { @@ -9092,7 +9087,7 @@ "type": "tidelift" } ], - "time": "2023-10-11T07:11:09+00:00" + "time": "2024-03-19T10:26:25+00:00" }, { "name": "doctrine/instantiator", @@ -9229,16 +9224,16 @@ }, { "name": "fidry/cpu-core-counter", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/theofidry/cpu-core-counter.git", - "reference": "85193c0b0cb5c47894b5eaec906e946f054e7077" + "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/85193c0b0cb5c47894b5eaec906e946f054e7077", - "reference": "85193c0b0cb5c47894b5eaec906e946f054e7077", + "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/f92996c4d5c1a696a6a970e20f7c4216200fcc42", + "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42", "shasum": "" }, "require": { @@ -9278,7 +9273,7 @@ ], "support": { "issues": "https://github.com/theofidry/cpu-core-counter/issues", - "source": "https://github.com/theofidry/cpu-core-counter/tree/1.0.0" + "source": "https://github.com/theofidry/cpu-core-counter/tree/1.1.0" }, "funding": [ { @@ -9286,7 +9281,7 @@ "type": "github" } ], - "time": "2023-09-17T21:38:23+00:00" + "time": "2024-02-07T09:43:46+00:00" }, { "name": "filp/whoops", @@ -9412,16 +9407,16 @@ }, { "name": "jean85/pretty-package-versions", - "version": "2.0.5", + "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af" + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af", - "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4", + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4", "shasum": "" }, "require": { @@ -9429,9 +9424,9 @@ "php": "^7.1|^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.17", + "friendsofphp/php-cs-fixer": "^3.2", "jean85/composer-provided-replaced-stub-package": "^1.0", - "phpstan/phpstan": "^0.12.66", + "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^7.5|^8.5|^9.4", "vimeo/psalm": "^4.3" }, @@ -9465,22 +9460,22 @@ ], "support": { "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5" + "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6" }, - "time": "2021-10-08T21:21:46+00:00" + "time": "2024-03-08T09:58:59+00:00" }, { "name": "laravel/breeze", - "version": "v1.28.1", + "version": "v1.29.1", "source": { "type": "git", "url": "https://github.com/laravel/breeze.git", - "reference": "e853918e770822780efd160a73fd676992340aca" + "reference": "22c53b84b7fff91b01a318d71a10dfc251e92849" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/breeze/zipball/e853918e770822780efd160a73fd676992340aca", - "reference": "e853918e770822780efd160a73fd676992340aca", + "url": "https://api.github.com/repos/laravel/breeze/zipball/22c53b84b7fff91b01a318d71a10dfc251e92849", + "reference": "22c53b84b7fff91b01a318d71a10dfc251e92849", "shasum": "" }, "require": { @@ -9529,20 +9524,20 @@ "issues": "https://github.com/laravel/breeze/issues", "source": "https://github.com/laravel/breeze" }, - "time": "2024-01-15T16:14:10+00:00" + "time": "2024-03-04T14:35:21+00:00" }, { "name": "laravel/sail", - "version": "v1.27.3", + "version": "v1.29.1", "source": { "type": "git", "url": "https://github.com/laravel/sail.git", - "reference": "7e01b345072c9604ead9d7aed175bf7ac1d80289" + "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sail/zipball/7e01b345072c9604ead9d7aed175bf7ac1d80289", - "reference": "7e01b345072c9604ead9d7aed175bf7ac1d80289", + "url": "https://api.github.com/repos/laravel/sail/zipball/8be4a31150eab3b46af11a2e7b2c4632eefaad7e", + "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e", "shasum": "" }, "require": { @@ -9550,6 +9545,7 @@ "illuminate/contracts": "^9.52.16|^10.0|^11.0", "illuminate/support": "^9.52.16|^10.0|^11.0", "php": "^8.0", + "symfony/console": "^6.0|^7.0", "symfony/yaml": "^6.0|^7.0" }, "require-dev": { @@ -9561,9 +9557,6 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - }, "laravel": { "providers": [ "Laravel\\Sail\\SailServiceProvider" @@ -9594,20 +9587,20 @@ "issues": "https://github.com/laravel/sail/issues", "source": "https://github.com/laravel/sail" }, - "time": "2024-01-30T03:03:59+00:00" + "time": "2024-03-20T20:09:31+00:00" }, { "name": "mockery/mockery", - "version": "1.6.7", + "version": "1.6.11", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06" + "reference": "81a161d0b135df89951abd52296adf97deb0723d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", - "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", + "url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d", + "reference": "81a161d0b135df89951abd52296adf97deb0723d", "shasum": "" }, "require": { @@ -9619,8 +9612,8 @@ "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.6.10", - "symplify/easy-coding-standard": "^12.0.8" + "phpunit/phpunit": "^8.5 || ^9.6.17", + "symplify/easy-coding-standard": "^12.1.14" }, "type": "library", "autoload": { @@ -9677,7 +9670,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2023-12-10T02:24:34+00:00" + "time": "2024-03-21T18:34:15+00:00" }, { "name": "myclabs/deep-copy", @@ -9828,16 +9821,16 @@ }, { "name": "nunomaduro/larastan", - "version": "v2.8.1", + "version": "v2.9.5", "source": { "type": "git", "url": "https://github.com/larastan/larastan.git", - "reference": "b7cc6a29c457a7d4f3de90466392ae9ad3e17022" + "reference": "101f1a4470f87326f4d3995411d28679d8800abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/larastan/larastan/zipball/b7cc6a29c457a7d4f3de90466392ae9ad3e17022", - "reference": "b7cc6a29c457a7d4f3de90466392ae9ad3e17022", + "url": "https://api.github.com/repos/larastan/larastan/zipball/101f1a4470f87326f4d3995411d28679d8800abe", + "reference": "101f1a4470f87326f4d3995411d28679d8800abe", "shasum": "" }, "require": { @@ -9850,14 +9843,15 @@ "illuminate/pipeline": "^9.52.16 || ^10.28.0 || ^11.0", "illuminate/support": "^9.52.16 || ^10.28.0 || ^11.0", "php": "^8.0.2", - "phpmyadmin/sql-parser": "^5.8.2", - "phpstan/phpstan": "^1.10.50" + "phpmyadmin/sql-parser": "^5.9.0", + "phpstan/phpstan": "^1.10.66" }, "require-dev": { - "nikic/php-parser": "^4.17.1", - "orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.0", - "orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.0", - "phpunit/phpunit": "^9.6.13 || ^10.5" + "doctrine/coding-standard": "^12.0", + "nikic/php-parser": "^4.19.1", + "orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.2", + "orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.3", + "phpunit/phpunit": "^9.6.13 || ^10.5.16" }, "suggest": { "orchestra/testbench": "Using Larastan for analysing a package needs Testbench" @@ -9905,7 +9899,7 @@ ], "support": { "issues": "https://github.com/larastan/larastan/issues", - "source": "https://github.com/larastan/larastan/tree/v2.8.1" + "source": "https://github.com/larastan/larastan/tree/v2.9.5" }, "funding": [ { @@ -9926,24 +9920,25 @@ } ], "abandoned": "larastan/larastan", - "time": "2024-01-08T09:11:17+00:00" + "time": "2024-04-16T19:13:34+00:00" }, { "name": "phar-io/manifest", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + "reference": "54750ef60c58e43759730615a392c31c80e23176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", + "reference": "54750ef60c58e43759730615a392c31c80e23176", "shasum": "" }, "require": { "ext-dom": "*", + "ext-libxml": "*", "ext-phar": "*", "ext-xmlwriter": "*", "phar-io/version": "^3.0.1", @@ -9984,9 +9979,15 @@ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "support": { "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" + "source": "https://github.com/phar-io/manifest/tree/2.0.4" }, - "time": "2021-07-20T11:28:43+00:00" + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2024-03-03T12:33:53+00:00" }, { "name": "phar-io/version", @@ -10177,21 +10178,21 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.8.0", + "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc" + "reference": "153ae662783729388a584b4361f2545e4d841e3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc", - "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c", + "reference": "153ae662783729388a584b4361f2545e4d841e3c", "shasum": "" }, "require": { "doctrine/deprecations": "^1.0", - "php": "^7.4 || ^8.0", + "php": "^7.3 || ^8.0", "phpdocumentor/reflection-common": "^2.0", "phpstan/phpdoc-parser": "^1.13" }, @@ -10229,9 +10230,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2" }, - "time": "2024-01-11T11:49:22+00:00" + "time": "2024-02-23T11:10:43+00:00" }, { "name": "phpmyadmin/sql-parser", @@ -10323,16 +10324,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.25.0", + "version": "1.28.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240" + "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240", - "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", + "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", "shasum": "" }, "require": { @@ -10364,22 +10365,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0" }, - "time": "2024-01-04T17:06:16+00:00" + "time": "2024-04-03T18:51:33+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.57", + "version": "1.10.67", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "1627b1d03446904aaa77593f370c5201d2ecc34e" + "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1627b1d03446904aaa77593f370c5201d2ecc34e", - "reference": "1627b1d03446904aaa77593f370c5201d2ecc34e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/16ddbe776f10da6a95ebd25de7c1dbed397dc493", + "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493", "shasum": "" }, "require": { @@ -10422,26 +10423,22 @@ { "url": "https://github.com/phpstan", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" } ], - "time": "2024-01-24T11:51:34+00:00" + "time": "2024-04-16T07:22:02+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "9.2.30", + "version": "9.2.31", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089" + "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089", - "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965", + "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965", "shasum": "" }, "require": { @@ -10498,7 +10495,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31" }, "funding": [ { @@ -10506,7 +10503,7 @@ "type": "github" } ], - "time": "2023-12-22T06:47:57+00:00" + "time": "2024-03-02T06:37:42+00:00" }, { "name": "phpunit/php-file-iterator", @@ -10751,16 +10748,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.16", + "version": "9.6.19", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f" + "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3767b2c56ce02d01e3491046f33466a1ae60a37f", - "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8", + "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8", "shasum": "" }, "require": { @@ -10834,7 +10831,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.16" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19" }, "funding": [ { @@ -10850,20 +10847,20 @@ "type": "tidelift" } ], - "time": "2024-01-19T07:03:14+00:00" + "time": "2024-04-05T04:35:58+00:00" }, { "name": "sebastian/cli-parser", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b", + "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b", "shasum": "" }, "require": { @@ -10898,7 +10895,7 @@ "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2" }, "funding": [ { @@ -10906,7 +10903,7 @@ "type": "github" } ], - "time": "2020-09-28T06:08:49+00:00" + "time": "2024-03-02T06:27:43+00:00" }, { "name": "sebastian/code-unit", @@ -11152,16 +11149,16 @@ }, { "name": "sebastian/diff", - "version": "4.0.5", + "version": "4.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc", + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc", "shasum": "" }, "require": { @@ -11206,7 +11203,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6" }, "funding": [ { @@ -11214,7 +11211,7 @@ "type": "github" } ], - "time": "2023-05-07T05:35:17+00:00" + "time": "2024-03-02T06:30:58+00:00" }, { "name": "sebastian/environment", @@ -11281,16 +11278,16 @@ }, { "name": "sebastian/exporter", - "version": "4.0.5", + "version": "4.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72", + "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72", "shasum": "" }, "require": { @@ -11346,7 +11343,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6" }, "funding": [ { @@ -11354,20 +11351,20 @@ "type": "github" } ], - "time": "2022-09-14T06:03:37+00:00" + "time": "2024-03-02T06:33:00+00:00" }, { "name": "sebastian/global-state", - "version": "5.0.6", + "version": "5.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bde739e7565280bda77be70044ac1047bc007e34" + "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", - "reference": "bde739e7565280bda77be70044ac1047bc007e34", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", + "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", "shasum": "" }, "require": { @@ -11410,7 +11407,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7" }, "funding": [ { @@ -11418,7 +11415,7 @@ "type": "github" } ], - "time": "2023-08-02T09:26:13+00:00" + "time": "2024-03-02T06:35:11+00:00" }, { "name": "sebastian/lines-of-code", @@ -11654,16 +11651,16 @@ }, { "name": "sebastian/resource-operations", - "version": "3.0.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e", + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e", "shasum": "" }, "require": { @@ -11675,7 +11672,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -11696,8 +11693,7 @@ "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4" }, "funding": [ { @@ -11705,7 +11701,7 @@ "type": "github" } ], - "time": "2020-09-28T06:45:17+00:00" + "time": "2024-03-14T16:00:52+00:00" }, { "name": "sebastian/type", @@ -11818,16 +11814,16 @@ }, { "name": "spatie/backtrace", - "version": "1.5.3", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/spatie/backtrace.git", - "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab" + "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab", - "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab", + "url": "https://api.github.com/repos/spatie/backtrace/zipball/8373b9d51638292e3bfd736a9c19a654111b4a23", + "reference": "8373b9d51638292e3bfd736a9c19a654111b4a23", "shasum": "" }, "require": { @@ -11835,6 +11831,7 @@ }, "require-dev": { "ext-json": "*", + "laravel/serializable-closure": "^1.3", "phpunit/phpunit": "^9.3", "spatie/phpunit-snapshot-assertions": "^4.2", "symfony/var-dumper": "^5.1" @@ -11864,7 +11861,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/backtrace/tree/1.5.3" + "source": "https://github.com/spatie/backtrace/tree/1.6.1" }, "funding": [ { @@ -11876,20 +11873,20 @@ "type": "other" } ], - "time": "2023-06-28T12:59:17+00:00" + "time": "2024-04-24T13:22:11+00:00" }, { "name": "spatie/flare-client-php", - "version": "1.4.4", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/spatie/flare-client-php.git", - "reference": "17082e780752d346c2db12ef5d6bee8e835e399c" + "reference": "e27977d534eefe04c154c6fd8460217024054c05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/17082e780752d346c2db12ef5d6bee8e835e399c", - "reference": "17082e780752d346c2db12ef5d6bee8e835e399c", + "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/e27977d534eefe04c154c6fd8460217024054c05", + "reference": "e27977d534eefe04c154c6fd8460217024054c05", "shasum": "" }, "require": { @@ -11937,7 +11934,7 @@ ], "support": { "issues": "https://github.com/spatie/flare-client-php/issues", - "source": "https://github.com/spatie/flare-client-php/tree/1.4.4" + "source": "https://github.com/spatie/flare-client-php/tree/1.5.1" }, "funding": [ { @@ -11945,20 +11942,20 @@ "type": "github" } ], - "time": "2024-01-31T14:18:45+00:00" + "time": "2024-05-03T15:43:14+00:00" }, { "name": "spatie/ignition", - "version": "1.12.0", + "version": "1.14.1", "source": { "type": "git", "url": "https://github.com/spatie/ignition.git", - "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d" + "reference": "c23cc018c5f423d2f413b99f84655fceb6549811" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ignition/zipball/5b6f801c605a593106b623e45ca41496a6e7d56d", - "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d", + "url": "https://api.github.com/repos/spatie/ignition/zipball/c23cc018c5f423d2f413b99f84655fceb6549811", + "reference": "c23cc018c5f423d2f413b99f84655fceb6549811", "shasum": "" }, "require": { @@ -12028,20 +12025,20 @@ "type": "github" } ], - "time": "2024-01-03T15:49:39+00:00" + "time": "2024-05-03T15:56:16+00:00" }, { "name": "spatie/laravel-ignition", - "version": "2.4.1", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ignition.git", - "reference": "005e1e7b1232f3b22d7e7be3f602693efc7dba67" + "reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/005e1e7b1232f3b22d7e7be3f602693efc7dba67", - "reference": "005e1e7b1232f3b22d7e7be3f602693efc7dba67", + "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/f52124d50122611e8a40f628cef5c19ff6cc5b57", + "reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57", "shasum": "" }, "require": { @@ -12050,8 +12047,8 @@ "ext-mbstring": "*", "illuminate/support": "^10.0|^11.0", "php": "^8.1", - "spatie/flare-client-php": "^1.3.5", - "spatie/ignition": "^1.9", + "spatie/flare-client-php": "^1.5", + "spatie/ignition": "^1.14", "symfony/console": "^6.2.3|^7.0", "symfony/var-dumper": "^6.2.3|^7.0" }, @@ -12059,11 +12056,11 @@ "livewire/livewire": "^2.11|^3.3.5", "mockery/mockery": "^1.5.1", "openai-php/client": "^0.8.1", - "orchestra/testbench": "^8.0|^9.0", - "pestphp/pest": "^2.30", - "phpstan/extension-installer": "^1.2", + "orchestra/testbench": "8.22.3|^9.0", + "pestphp/pest": "^2.34", + "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan-deprecation-rules": "^1.1.1", - "phpstan/phpstan-phpunit": "^1.3.3", + "phpstan/phpstan-phpunit": "^1.3.16", "vlucas/phpdotenv": "^5.5" }, "suggest": { @@ -12120,20 +12117,20 @@ "type": "github" } ], - "time": "2024-01-12T13:14:58+00:00" + "time": "2024-05-02T13:42:49+00:00" }, { "name": "symfony/config", - "version": "v7.0.3", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16" + "reference": "f66f908a975500aa4594258bf454dc66e3939eac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16", - "reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16", + "url": "https://api.github.com/repos/symfony/config/zipball/f66f908a975500aa4594258bf454dc66e3939eac", + "reference": "f66f908a975500aa4594258bf454dc66e3939eac", "shasum": "" }, "require": { @@ -12179,7 +12176,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v7.0.3" + "source": "https://github.com/symfony/config/tree/v7.0.7" }, "funding": [ { @@ -12195,26 +12192,27 @@ "type": "tidelift" } ], - "time": "2024-01-30T08:34:29+00:00" + "time": "2024-04-18T09:29:19+00:00" }, { "name": "symfony/filesystem", - "version": "v7.0.3", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12" + "reference": "cc168be6fbdcdf3401f50ae863ee3818ed4338f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/2890e3a825bc0c0558526c04499c13f83e1b6b12", - "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/cc168be6fbdcdf3401f50ae863ee3818ed4338f5", + "reference": "cc168be6fbdcdf3401f50ae863ee3818ed4338f5", "shasum": "" }, "require": { "php": ">=8.2", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8" + "symfony/polyfill-mbstring": "~1.8", + "symfony/process": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -12242,7 +12240,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v7.0.3" + "source": "https://github.com/symfony/filesystem/tree/v7.0.7" }, "funding": [ { @@ -12258,20 +12256,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-04-18T09:29:19+00:00" }, { "name": "symfony/stopwatch", - "version": "v7.0.3", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112" + "reference": "41a7a24aa1dc82adf46a06bc292d1923acfe6b84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/983900d6fddf2b0cbaacacbbad07610854bd8112", - "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/41a7a24aa1dc82adf46a06bc292d1923acfe6b84", + "reference": "41a7a24aa1dc82adf46a06bc292d1923acfe6b84", "shasum": "" }, "require": { @@ -12304,7 +12302,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v7.0.3" + "source": "https://github.com/symfony/stopwatch/tree/v7.0.7" }, "funding": [ { @@ -12320,20 +12318,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-04-18T09:29:19+00:00" }, { "name": "symfony/yaml", - "version": "v7.0.3", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "2d4fca631c00700597e9442a0b2451ce234513d3" + "reference": "0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3", - "reference": "2d4fca631c00700597e9442a0b2451ce234513d3", + "url": "https://api.github.com/repos/symfony/yaml/zipball/0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c", + "reference": "0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c", "shasum": "" }, "require": { @@ -12375,7 +12373,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.0.3" + "source": "https://github.com/symfony/yaml/tree/v7.0.7" }, "funding": [ { @@ -12391,20 +12389,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-04-28T11:44:19+00:00" }, { "name": "theseer/tokenizer", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", - "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", "shasum": "" }, "require": { @@ -12433,7 +12431,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.2" + "source": "https://github.com/theseer/tokenizer/tree/1.2.3" }, "funding": [ { @@ -12441,7 +12439,7 @@ "type": "github" } ], - "time": "2023-11-20T00:12:19+00:00" + "time": "2024-03-03T12:36:25+00:00" } ], "aliases": [], @@ -12457,5 +12455,5 @@ "ext-mbstring": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/docker-compose.yml b/docker-compose.yml index 2e42c42..dfb3aa1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: context: ./vendor/laravel/sail/runtimes/8.2 dockerfile: Dockerfile args: - WWWGROUP: '${WWWGROUP}' + WWWGROUP: '${WWWGROUP:-1000}' image: sail-8.2/app extra_hosts: - 'host.docker.internal:host-gateway' @@ -12,7 +12,7 @@ services: - '${APP_PORT:-80}:80' - '${VITE_PORT:-5173}:${VITE_PORT:-5173}' environment: - WWWUSER: '${WWWUSER}' + WWWUSER: '${WWWUSER:-1000}' LARAVEL_SAIL: 1 XDEBUG_MODE: '${SAIL_XDEBUG_MODE:-off}' XDEBUG_CONFIG: '${SAIL_XDEBUG_CONFIG:-client_host=host.docker.internal}' @@ -29,12 +29,10 @@ services: ports: - '${FORWARD_DB_PORT:-3306}:3306' environment: - MYSQL_ROOT_PASSWORD: '${DB_PASSWORD:-kcal}' - MYSQL_ROOT_HOST: '%' - MYSQL_DATABASE: '${DB_DATABASE:-kcal}' - MYSQL_USER: '${DB_USERNAME:-kcal}' - MYSQL_PASSWORD: '${DB_PASSWORD:-kcal}' - MYSQL_ALLOW_EMPTY_PASSWORD: 'yes' + MARIADB_DATABASE: '${DB_DATABASE:-kcal}' + MARIADB_PASSWORD: '${DB_PASSWORD:-kcal}' + MARIADB_ROOT_PASSWORD: '${DB_PASSWORD:-kcal}' + MARIADB_USER: '${DB_USERNAME:-kcal}' volumes: - 'db-data:/var/lib/mysql' - './vendor/laravel/sail/database/mysql/create-testing-database.sh:/docker-entrypoint-initdb.d/10-create-testing-database.sh'