/* @noinspection ALL */ // @formatter:off // phpcs:ignoreFile /** * A helper file for Laravel, to provide autocomplete information to your IDE * Generated for Laravel version() ?>. * * This file should not be included in your code, only analyzed by your IDE! * * @author Barry vd. Heuvel * @see https://github.com/barryvdh/laravel-ide-helper */ $aliases) : ?> namespace { getDocComment($s1)) . "\n{$s1}" . $alias->getClassType() ?> getExtendsClass() ?>shouldExtendParentClass()): ?> extends getParentClass() ?> { getMethods() as $method) : ?> getDocComment($s2)) . "\n{$s2}" ?>public static function getName() ?>(getParamsWithDefault() ?>) {getDeclaringClass() !== $method->getRoot()) : ?> //Method inherited from getDeclaringClass() ?> isInstanceCall()) : ?> /** @var getRoot()?> $instance */ shouldReturn() ? 'return ' : '') ?>getRootMethodCall() ?>; } } } $aliases) : ?> namespace { getExtendsNamespace() === '\Illuminate\Database\Eloquent') : ?> getPhpDocTemplates($s1) . "\n" ?> getClassType() ?> getShortName() ?> extends getExtends() ?> {getExtendsNamespace() === '\Illuminate\Database\Eloquent') : ?> getMethods() as $method) : ?> getDocComment($s2)) . "\n" ?> public static function getName() ?>(getParamsWithDefault() ?>) {getDeclaringClass() !== $method->getRoot()) : ?> //Method inherited from getDeclaringClass() ?> isInstanceCall()) : ?> /** @var getRoot()?> $instance */ shouldReturn() ? 'return ' : '') ?>getRootMethodCall() ?>; } } } namespace { /** * @mixin */ class extends {} } namespace { } namespace Illuminate\Support { /** * Methods commonly used in migrations * * @method Fluent after(string $column) Add the after modifier * @method Fluent charset(string $charset) Add the character set modifier * @method Fluent collation(string $collation) Add the collation modifier * @method Fluent comment(string $comment) Add comment * @method Fluent default($value) Add the default modifier * @method Fluent first() Select first row * @method Fluent index(string $name = null) Add the in dex clause * @method Fluent on(string $table) `on` of a foreign key * @method Fluent onDelete(string $action) `on delete` of a foreign key * @method Fluent onUpdate(string $action) `on update` of a foreign key * @method Fluent primary() Add the primary key modifier * @method Fluent references(string $column) `references` of a foreign key * @method Fluent nullable(bool $value = true) Add the nullable modifier * @method Fluent unique(string $name = null) Add unique index clause * @method Fluent unsigned() Add the unsigned modifier * @method Fluent useCurrent() Add the default timestamp value * @method Fluent change() Add the change modifier */ class Fluent {} } namespace getNamespaceName()?> { /** * @method \Illuminate\Database\Eloquent\Collection|getShortName()?>[]|getShortName()?> create($attributes = []) * @method \Illuminate\Database\Eloquent\Collection|getShortName()?>[]|getShortName()?> make($attributes = []) */ class getShortName()?>FactoryBuilder extends \Illuminate\Database\Eloquent\FactoryBuilder {} }