SYMBOL INDEX (1034 symbols across 248 files) FILE: php-templates/configs.php function vsCodeGetConfigValue (line 30) | function vsCodeGetConfigValue($value, $key, $configPaths) FILE: php-templates/routes.php function vsCodeGetRouterReflection (line 3) | function vsCodeGetRouterReflection(Illuminate\Routing\Route $route) FILE: php-templates/translations.php function vsCodeGetTranslationsFromFile (line 3) | function vsCodeGetTranslationsFromFile(Symfony\Component\Finder\SplFileI... function vsCodeTranslationValue (line 73) | function vsCodeTranslationValue($key, $value, $file, $lines): ?array function vscodeCollectTranslations (line 107) | function vscodeCollectTranslations(string $path, ?string $namespace = null) FILE: php-templates/views.php function vsCodeFindBladeFiles (line 3) | function vsCodeFindBladeFiles($path) FILE: src/Alias.php class Alias (line 29) | class Alias method __construct (line 65) | public function __construct($config, $alias, $facade, $magicMethods = ... method addClass (line 113) | public function addClass($classes) method isValid (line 129) | public function isValid() method getClasstype (line 139) | public function getClasstype() method getExtends (line 149) | public function getExtends() method getExtendsClass (line 159) | public function getExtendsClass() method getExtendsNamespace (line 169) | public function getExtendsNamespace() method getParentClass (line 179) | public function getParentClass() method shouldExtendParentClass (line 187) | public function shouldExtendParentClass() method getAlias (line 198) | public function getAlias() method getShortName (line 206) | public function getShortName() method getNamespace (line 215) | public function getNamespace() method getMethods (line 225) | public function getMethods() method detectFake (line 239) | protected function detectFake() method detectNamespace (line 273) | protected function detectNamespace() method detectExtendsNamespace (line 287) | protected function detectExtendsNamespace() method detectParentClass (line 299) | protected function detectParentClass() method detectClassType (line 311) | protected function detectClassType() method detectRoot (line 329) | protected function detectRoot(): void method isTrait (line 365) | protected function isTrait() method addMagicMethods (line 374) | protected function addMagicMethods() method detectMethods (line 405) | protected function detectMethods() method getReturnTypeNormalizers (line 465) | protected function getReturnTypeNormalizers($class) method getMacroFunction (line 482) | protected function getMacroFunction($macro_func) method getDocComment (line 501) | public function getDocComment($prefix = "\t\t") method getPhpDocTemplates (line 527) | public function getPhpDocTemplates($prefix = "\t\t") method getTemplateNames (line 545) | public function getTemplateNames() method detectTemplateNames (line 557) | protected function detectTemplateNames() method removeDuplicateMethodsFromPhpDoc (line 590) | protected function removeDuplicateMethodsFromPhpDoc() method error (line 610) | protected function error($string) FILE: src/Console/EloquentCommand.php class EloquentCommand (line 23) | class EloquentCommand extends Command method __construct (line 47) | public function __construct(Filesystem $files) method handle (line 58) | public function handle() FILE: src/Console/GeneratorCommand.php class GeneratorCommand (line 28) | class GeneratorCommand extends Command method __construct (line 62) | public function __construct( method handle (line 78) | public function handle() method useMemoryDriver (line 135) | protected function useMemoryDriver() method getArguments (line 153) | protected function getArguments() method getOptions (line 169) | protected function getOptions() FILE: src/Console/MetaCommand.php class MetaCommand (line 30) | class MetaCommand extends Command method __construct (line 92) | public function __construct( method handle (line 108) | public function handle() method getAbstracts (line 171) | protected function getAbstracts() method registerClassAutoloadExceptions (line 188) | protected function registerClassAutoloadExceptions(): callable method getExpectedArgumentSets (line 218) | protected function getExpectedArgumentSets() method getExpectedArguments (line 233) | protected function getExpectedArguments() method loadTemplate (line 328) | protected function loadTemplate($name) method getOptions (line 353) | protected function getOptions() method getEnv (line 362) | protected function getEnv() method unregisterClassAutoloadExceptions (line 382) | private function unregisterClassAutoloadExceptions(callable $ourAutolo... FILE: src/Console/ModelsCommand.php class ModelsCommand (line 67) | class ModelsCommand extends Command method __construct (line 154) | public function __construct(Filesystem $files, Repository $config, Vie... method handle (line 167) | public function handle() method getArguments (line 243) | protected function getArguments() method getOptions (line 255) | protected function getOptions() method generateDocs (line 279) | protected function generateDocs($loadModels, $ignore = '') method loadModels (line 364) | protected function loadModels() method castPropertiesType (line 399) | public function castPropertiesType($model) method applyNullability (line 512) | protected function applyNullability(?string $type, bool $isNullable): ... method wrapIntersectionType (line 552) | protected function wrapIntersectionType(string $type): string method getTypeOverride (line 567) | protected function getTypeOverride($type) method getPropertiesFromTable (line 580) | public function getPropertiesFromTable($model) method getPropertiesFromMethods (line 647) | public function getPropertiesFromMethods($model) method isRelationNullable (line 918) | protected function isRelationNullable(string $relation, Relation $rela... method relatedModelUsesSoftDeletes (line 960) | protected function relatedModelUsesSoftDeletes(Relation $relationObj):... method isMorphToRelationNullable (line 978) | protected function isMorphToRelationNullable(Relation $relationObj): bool method setProperty (line 1005) | public function setProperty($name, $type = null, $read = null, $write ... method setMethod (line 1029) | public function setMethod($name, $type = '', $arguments = [], $comment... method unsetMethod (line 1041) | public function unsetMethod($name) method getMethodType (line 1051) | public function getMethodType(Model $model, string $classType) method createPhpDocs (line 1062) | protected function createPhpDocs($class) method getParameters (line 1245) | public function getParameters($method) method getCollectionClass (line 1288) | protected function getCollectionClass($className) method getCollectionTypeHint (line 1308) | protected function getCollectionTypeHint(string $collectionClassNameIn... method getRelationTypes (line 1324) | protected function getRelationTypes(): array method getRelationReturnTypes (line 1335) | protected function getRelationReturnTypes(): array method hasCamelCaseModelProperties (line 1343) | protected function hasCamelCaseModelProperties() method getAttributeTypes (line 1351) | protected function getAttributeTypes(Model $model, \ReflectionMethod $... method getReturnType (line 1393) | protected function getReturnType(\ReflectionMethod $reflection): ?string method getCommentFromDocBlock (line 1410) | protected function getCommentFromDocBlock(\ReflectionMethod $reflection) method getReturnTypeFromDocBlock (line 1431) | protected function getReturnTypeFromDocBlock(\ReflectionMethod $reflec... method getDocBlockContext (line 1451) | protected function getDocBlockContext(\Reflector $reflector): Context method getReturnTypeFromReflection (line 1476) | protected function getReturnTypeFromReflection(\ReflectionMethod $refl... method getSoftDeleteMethods (line 1499) | protected function getSoftDeleteMethods($model) method getFactoryMethods (line 1516) | protected function getFactoryMethods($model) method getCollectionMethods (line 1549) | protected function getCollectionMethods($model) method getClassKeyword (line 1566) | protected function getClassKeyword(ReflectionClass $reflection) method isInboundCast (line 1579) | protected function isInboundCast(string $type): bool method checkForCastableCasts (line 1584) | protected function checkForCastableCasts(string $type, array $params =... method checkForCustomLaravelCasts (line 1616) | protected function checkForCustomLaravelCasts(string $type): ?string method getTypeInModel (line 1643) | protected function getTypeInModel(object $model, ?string $type): ?string method getClassNameInDestinationFile (line 1656) | protected function getClassNameInDestinationFile(object $model, string... method getUsedClassNames (line 1679) | protected function getUsedClassNames(ReflectionClass $reflection): array method writeModelExternalBuilderMethods (line 1690) | protected function writeModelExternalBuilderMethods(Model $model): void method getParamType (line 1720) | protected function getParamType(\ReflectionMethod $method, \Reflection... method extractReflectionTypes (line 1802) | protected function extractReflectionTypes(ReflectionType $reflection_t... method extractUnionTypes (line 1820) | protected function extractUnionTypes(\ReflectionUnionType $union_type)... method formatIntersectionType (line 1839) | protected function formatIntersectionType(\ReflectionIntersectionType ... method getReflectionNamedType (line 1849) | protected function getReflectionNamedType(ReflectionNamedType $paramTy... method runModelHooks (line 1864) | protected function runModelHooks($model): void method setForeignKeys (line 1885) | protected function setForeignKeys($schema, $table) FILE: src/Contracts/ModelHookInterface.php type ModelHookInterface (line 8) | interface ModelHookInterface method run (line 10) | public function run(ModelsCommand $command, Model $model): void; FILE: src/Eloquent.php class Eloquent (line 18) | class Eloquent method writeEloquentModelHelper (line 29) | public static function writeEloquentModelHelper(Command $command, File... FILE: src/Generator.php class Generator (line 23) | class Generator method __construct (line 45) | public function __construct( method generate (line 79) | public function generate() method generateEloquent (line 91) | public function generateEloquent() method detectHelpers (line 117) | protected function detectHelpers() method detectDrivers (line 135) | protected function detectDrivers() method getValidAliases (line 195) | protected function getValidAliases() method getRealTimeFacades (line 226) | protected function getRealTimeFacades() method getFullyQualifiedClassNameInFile (line 244) | protected function getFullyQualifiedClassNameInFile(string $path) method getAliasesByExtendsNamespace (line 269) | protected function getAliasesByExtendsNamespace() method getAliasesByAliasNamespace (line 287) | protected function getAliasesByAliasNamespace() method getAliases (line 294) | protected function getAliases() method error (line 340) | protected function error($string) method addMacroableClasses (line 354) | protected function addMacroableClasses(Collection $aliases) method getMacroableClasses (line 375) | protected function getMacroableClasses(Collection $aliases) FILE: src/IdeHelperServiceProvider.php class IdeHelperServiceProvider (line 24) | class IdeHelperServiceProvider extends ServiceProvider implements Deferr... method boot (line 31) | public function boot() method register (line 59) | public function register() method provides (line 79) | public function provides() FILE: src/Listeners/GenerateModelHelper.php class GenerateModelHelper (line 9) | class GenerateModelHelper method __construct (line 29) | public function __construct(Artisan $artisan, Config $config) method handle (line 40) | public function handle(CommandFinished $event) FILE: src/Macro.php class Macro (line 10) | class Macro extends Method method __construct (line 24) | public function __construct( method setDefaultReturnTypes (line 35) | public static function setDefaultReturnTypes(array $map = []) method initPhpDoc (line 42) | protected function initPhpDoc($method) method concatReflectionTypes (line 92) | protected function concatReflectionTypes(?\ReflectionType $type): string method formatUnionType (line 110) | protected function formatUnionType(\ReflectionUnionType $type): string method formatIntersectionType (line 127) | protected function formatIntersectionType(\ReflectionIntersectionType ... method addLocationToPhpDoc (line 136) | protected function addLocationToPhpDoc() method initClassDefinedProperties (line 165) | protected function initClassDefinedProperties($method, \ReflectionClas... FILE: src/Method.php class Method (line 21) | class Method method __construct (line 54) | public function __construct($method, $class, $methodName = null, $inte... method initPhpDoc (line 89) | protected function initPhpDoc($method) method initClassDefinedProperties (line 98) | protected function initClassDefinedProperties($method, \ReflectionClas... method getDeclaringClass (line 110) | public function getDeclaringClass() method getRoot (line 120) | public function getRoot() method isInstanceCall (line 128) | public function isInstanceCall() method getRootMethodCall (line 136) | public function getRootMethodCall() method getDocComment (line 151) | public function getDocComment($prefix = "\t\t") method getName (line 162) | public function getName() method getRealName (line 172) | public function getRealName() method getParams (line 183) | public function getParams($implode = true) method getReturnTag (line 192) | public function getReturnTag($phpdoc = null) method getParamsWithDefault (line 213) | public function getParamsWithDefault($implode = true) method normalizeDescription (line 223) | protected function normalizeDescription(DocBlock $phpdoc) method normalizeParams (line 256) | protected function normalizeParams(DocBlock $phpdoc) method normalizeReturn (line 279) | protected function normalizeReturn(DocBlock $phpdoc) method convertKeywords (line 316) | protected function convertKeywords($string) method shouldReturn (line 330) | public function shouldReturn() method getParameters (line 345) | public function getParameters($method) method getInheritDoc (line 381) | protected function getInheritDoc($reflectionMethod) FILE: src/Parsers/PhpDocReturnTypeParser.php class PhpDocReturnTypeParser (line 7) | class PhpDocReturnTypeParser method __construct (line 23) | public function __construct(string $typeAlias, array $namespaceAliases) method parse (line 32) | public function parse(): string|null method parseTemplate (line 53) | private function parseTemplate(string|null $template): string FILE: tests/AliasTest.php class AliasTest (line 18) | class AliasTest extends TestCase method testDetectMethodsMacroableMacros (line 23) | public function testDetectMethodsMacroableMacros(): void method testDetectMethodsEloquentBuilderMacros (line 48) | public function testDetectMethodsEloquentBuilderMacros(): void method testNoExceptionOnRequiredFakeParameters (line 73) | public function testNoExceptionOnRequiredFakeParameters(): void method testTemplateNamesAreDetected (line 89) | public function testTemplateNamesAreDetected(): void method getAliasMacro (line 101) | protected function getAliasMacro(Alias $alias, string $class, string $... class AliasMock (line 119) | class AliasMock extends Alias method __construct (line 121) | public function __construct() method setClasses (line 129) | public function setClasses(array $classes) method detectMethods (line 134) | public function detectMethods() method detectFake (line 139) | public function detectFake() method setFacade (line 144) | public function setFacade(string $facade) class MockFacade (line 150) | class MockFacade extends Facade method getFacadeAccessor (line 152) | protected static function getFacadeAccessor() method fake (line 157) | public static function fake(string $test1, $test2 = null) FILE: tests/Console/EloquentCommandTest.php class EloquentCommandTest (line 14) | class EloquentCommandTest extends TestCase method testCommand (line 16) | public function testCommand() method getVendorModelFilename (line 61) | private function getVendorModelFilename(): string FILE: tests/Console/GeneratorCommand/AbstractGeneratorCommand.php class AbstractGeneratorCommand (line 10) | abstract class AbstractGeneratorCommand extends TestCase method setUp (line 12) | protected function setUp(): void method getPackageProviders (line 25) | protected function getPackageProviders($app) FILE: tests/Console/GeneratorCommand/GenerateEloquentOnly/Test.php class Test (line 10) | class Test extends AbstractGeneratorCommand method testGenerator (line 12) | public function testGenerator(): void FILE: tests/Console/GeneratorCommand/GenerateIdeHelper/Test.php class Test (line 12) | class Test extends AbstractGeneratorCommand method testGenerator (line 14) | public function testGenerator(): void method testFilename (line 35) | public function testFilename(): void FILE: tests/Console/MetaCommand/MetaCommandTest.php class MetaCommandTest (line 13) | class MetaCommandTest extends TestCase method setUp (line 15) | protected function setUp(): void method testCommand (line 22) | public function testCommand(): void method testUnregisterAutoloader (line 46) | public function testUnregisterAutoloader(): void method getPackageProviders (line 83) | protected function getPackageProviders($app) FILE: tests/Console/ModelsCommand/AbstractModelsCommand.php class AbstractModelsCommand (line 10) | abstract class AbstractModelsCommand extends TestCase method setUp (line 12) | protected function setUp(): void method getPackageProviders (line 28) | protected function getPackageProviders($app) method getEnvironmentSetUp (line 33) | protected function getEnvironmentSetUp($app) FILE: tests/Console/ModelsCommand/AdvancedCasts/Collections/AdvancedCastCollection.php class AdvancedCastCollection (line 9) | class AdvancedCastCollection extends Collection FILE: tests/Console/ModelsCommand/AdvancedCasts/Collections/AdvancedCastMap.php class AdvancedCastMap (line 10) | class AdvancedCastMap implements Arrayable, JsonSerializable method toArray (line 12) | public function toArray(): array method jsonSerialize (line 17) | public function jsonSerialize(): array FILE: tests/Console/ModelsCommand/AdvancedCasts/Models/AdvancedCast.php class AdvancedCast (line 15) | class AdvancedCast extends Model method casts (line 17) | protected function casts(): array FILE: tests/Console/ModelsCommand/AdvancedCasts/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/AdvancedCasts/__snapshots__/Test__test__1.php class AdvancedCast (line 55) | class AdvancedCast extends Model method casts (line 57) | protected function casts(): array FILE: tests/Console/ModelsCommand/AllowGlobDirectory/Services/Post/Models/Post.php class Post (line 9) | class Post extends Model FILE: tests/Console/ModelsCommand/AllowGlobDirectory/Test.php class Test (line 10) | final class Test extends AbstractModelsCommand method setUp (line 15) | protected function setUp(): void method tearDown (line 22) | protected function tearDown(): void method test (line 29) | public function test(): void FILE: tests/Console/ModelsCommand/AllowGlobDirectory/__snapshots__/Test__test__1.php class Post (line 157) | class Post extends Model FILE: tests/Console/ModelsCommand/ArrayCastsWithComment/Models/ArrayCastsWithComment.php class ArrayCastsWithComment (line 24) | class ArrayCastsWithComment extends Model FILE: tests/Console/ModelsCommand/ArrayCastsWithComment/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/ArrayCastsWithComment/__snapshots__/Test__test__1.php class ArrayCastsWithComment (line 73) | class ArrayCastsWithComment extends Model FILE: tests/Console/ModelsCommand/Attributes/Models/BackedAttribute.php class BackedAttribute (line 10) | class BackedAttribute extends Model method name (line 12) | protected function name(): Attribute method nameRead (line 24) | protected function nameRead(): Attribute method nameWrite (line 33) | protected function nameWrite(): Attribute method nonBackedSet (line 42) | protected function nonBackedSet(): Attribute method nonBackedGet (line 51) | protected function nonBackedGet(): Attribute FILE: tests/Console/ModelsCommand/Attributes/Models/Simple.php class Simple (line 10) | class Simple extends Model method name (line 13) | protected function name(): Attribute method typeHintedGetAndSet (line 27) | protected function typeHintedGetAndSet(): Attribute method divergingTypeHintedGetAndSet (line 39) | protected function divergingTypeHintedGetAndSet(): Attribute method typeHintedGet (line 51) | protected function typeHintedGet(): Attribute method typeHintedSet (line 58) | protected function typeHintedSet(): Attribute method nonTypeHintedGetAndSet (line 65) | protected function nonTypeHintedGetAndSet(): Attribute method nonTypeHintedGet (line 77) | protected function nonTypeHintedGet(): Attribute method nonTypeHintedSet (line 84) | protected function nonTypeHintedSet(): Attribute method parameterlessSet (line 91) | protected function parameterlessSet(): Attribute method notAnAttribute (line 106) | protected function notAnAttribute() FILE: tests/Console/ModelsCommand/Attributes/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/Attributes/__snapshots__/Test__test__1.php class BackedAttribute (line 26) | class BackedAttribute extends Model method name (line 28) | protected function name(): Attribute method nameRead (line 40) | protected function nameRead(): Attribute method nameWrite (line 49) | protected function nameWrite(): Attribute method nonBackedSet (line 58) | protected function nonBackedSet(): Attribute method nonBackedGet (line 67) | protected function nonBackedGet(): Attribute class Simple (line 102) | class Simple extends Model method name (line 105) | protected function name(): Attribute method typeHintedGetAndSet (line 119) | protected function typeHintedGetAndSet(): Attribute method divergingTypeHintedGetAndSet (line 131) | protected function divergingTypeHintedGetAndSet(): Attribute method typeHintedGet (line 143) | protected function typeHintedGet(): Attribute method typeHintedSet (line 150) | protected function typeHintedSet(): Attribute method nonTypeHintedGetAndSet (line 157) | protected function nonTypeHintedGetAndSet(): Attribute method nonTypeHintedGet (line 169) | protected function nonTypeHintedGet(): Attribute method nonTypeHintedSet (line 176) | protected function nonTypeHintedSet(): Attribute method parameterlessSet (line 183) | protected function parameterlessSet(): Attribute method notAnAttribute (line 198) | protected function notAnAttribute() FILE: tests/Console/ModelsCommand/Comment/Models/Simple.php class Simple (line 12) | class Simple extends Model method getNotCommentAttribute (line 19) | public function getNotCommentAttribute(): string method getFakerCommentAttribute (line 28) | public function getFakerCommentAttribute(): string method getFormatCommentAttribute (line 37) | public function getFormatCommentAttribute(): string method getFormatCommentLineTwoAttribute (line 47) | public function getFormatCommentLineTwoAttribute(): string method getManyFormatCommentAttribute (line 57) | public function getManyFormatCommentAttribute(): string method setFirstNameAttribute (line 65) | public function setFirstNameAttribute($value) method scopeActive (line 75) | public function scopeActive($query) method relationHasMany (line 85) | public function relationHasMany(): HasMany method relationMorphTo (line 94) | public function relationMorphTo(): MorphTo method relationHasOne (line 103) | public function relationHasOne(): HasOne method setBothSameNameAttribute (line 111) | public function setBothSameNameAttribute(): void method getBothSameNameAttribute (line 119) | public function getBothSameNameAttribute(): string method setBothWithoutGetterCommentAttribute (line 126) | public function setBothWithoutGetterCommentAttribute(): void method getBothWithoutGetterCommentAttribute (line 133) | public function getBothWithoutGetterCommentAttribute(): string FILE: tests/Console/ModelsCommand/Comment/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/Comment/__snapshots__/Test__test__1.php class Simple (line 35) | class Simple extends Model method getNotCommentAttribute (line 42) | public function getNotCommentAttribute(): string method getFakerCommentAttribute (line 51) | public function getFakerCommentAttribute(): string method getFormatCommentAttribute (line 60) | public function getFormatCommentAttribute(): string method getFormatCommentLineTwoAttribute (line 70) | public function getFormatCommentLineTwoAttribute(): string method getManyFormatCommentAttribute (line 80) | public function getManyFormatCommentAttribute(): string method setFirstNameAttribute (line 88) | public function setFirstNameAttribute($value) method scopeActive (line 98) | public function scopeActive($query) method relationHasMany (line 108) | public function relationHasMany(): HasMany method relationMorphTo (line 117) | public function relationMorphTo(): MorphTo method relationHasOne (line 126) | public function relationHasOne(): HasOne method setBothSameNameAttribute (line 134) | public function setBothSameNameAttribute(): void method getBothSameNameAttribute (line 142) | public function getBothSameNameAttribute(): string method setBothWithoutGetterCommentAttribute (line 149) | public function setBothWithoutGetterCommentAttribute(): void method getBothWithoutGetterCommentAttribute (line 156) | public function getBothWithoutGetterCommentAttribute(): string FILE: tests/Console/ModelsCommand/CustomCollection/Collections/SimpleCollection.php class SimpleCollection (line 9) | class SimpleCollection extends Collection FILE: tests/Console/ModelsCommand/CustomCollection/Models/Simple.php class Simple (line 11) | class Simple extends Model method newCollection (line 13) | public function newCollection(array $models = []) method relationHasMany (line 18) | public function relationHasMany(): HasMany FILE: tests/Console/ModelsCommand/CustomCollection/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/CustomCollection/__snapshots__/Test__test__1.php class Simple (line 24) | class Simple extends Model method newCollection (line 26) | public function newCollection(array $models = []) method relationHasMany (line 31) | public function relationHasMany(): HasMany FILE: tests/Console/ModelsCommand/CustomDate/Models/CustomDate.php class CustomDate (line 9) | class CustomDate extends Model FILE: tests/Console/ModelsCommand/CustomDate/Test.php class Test (line 13) | class Test extends AbstractModelsCommand method setUp (line 15) | protected function setUp(): void method tearDown (line 22) | protected function tearDown(): void method test (line 29) | public function test(): void FILE: tests/Console/ModelsCommand/CustomDate/__snapshots__/Test__test__1.php class CustomDate (line 19) | class CustomDate extends Model FILE: tests/Console/ModelsCommand/CustomPhpdocTags/Models/Simple.php class Simple (line 17) | class Simple extends Model FILE: tests/Console/ModelsCommand/CustomPhpdocTags/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method testNoSpaceAfterCustomPhpdocTag (line 18) | public function testNoSpaceAfterCustomPhpdocTag(): void FILE: tests/Console/ModelsCommand/CustomPhpdocTags/__snapshots__/Test__testNoSpaceAfterCustomPhpdocTag__1.php class Simple (line 22) | class Simple extends Model FILE: tests/Console/ModelsCommand/DnfTypes/Models/DnfTypeModel.php class DnfTypeModel (line 19) | class DnfTypeModel extends Model method getBasicDnfAttribute (line 28) | public function getBasicDnfAttribute(): (Countable&Iterator)|null method getIntersectionOrClassAttribute (line 40) | public function getIntersectionOrClassAttribute(): (Countable&Iterator... method getSingleOrIntersectionOrNullAttribute (line 52) | public function getSingleOrIntersectionOrNullAttribute(): \stdClass|(C... method getTripleIntersectionAttribute (line 64) | public function getTripleIntersectionAttribute(): (Countable&Iterator&... method getMultipleIntersectionsAttribute (line 76) | public function getMultipleIntersectionsAttribute(): (Countable&Iterat... method getMultipleIntersectionsNoNullAttribute (line 88) | public function getMultipleIntersectionsNoNullAttribute(): (Countable&... method getPureIntersectionAttribute (line 128) | public function getPureIntersectionAttribute(): Countable&Iterator method scopeWithBasicDnfParam (line 168) | public function scopeWithBasicDnfParam( method scopeWithComplexDnfParam (line 178) | public function scopeWithComplexDnfParam( method scopeWithMultipleIntersectionParam (line 188) | public function scopeWithMultipleIntersectionParam( method scopeWithIntersectionOrPrimitive (line 198) | public function scopeWithIntersectionOrPrimitive( method scopeWithDnfParamAndReturn (line 212) | public function scopeWithDnfParamAndReturn( FILE: tests/Console/ModelsCommand/DnfTypes/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/DnfTypes/__snapshots__/Test__test__1.php class DnfTypeModel (line 35) | class DnfTypeModel extends Model method getBasicDnfAttribute (line 44) | public function getBasicDnfAttribute(): (Countable&Iterator)|null method getIntersectionOrClassAttribute (line 56) | public function getIntersectionOrClassAttribute(): (Countable&Iterator... method getSingleOrIntersectionOrNullAttribute (line 68) | public function getSingleOrIntersectionOrNullAttribute(): \stdClass|(C... method getTripleIntersectionAttribute (line 80) | public function getTripleIntersectionAttribute(): (Countable&Iterator&... method getMultipleIntersectionsAttribute (line 92) | public function getMultipleIntersectionsAttribute(): (Countable&Iterat... method getMultipleIntersectionsNoNullAttribute (line 104) | public function getMultipleIntersectionsNoNullAttribute(): (Countable&... method getPureIntersectionAttribute (line 144) | public function getPureIntersectionAttribute(): Countable&Iterator method scopeWithBasicDnfParam (line 184) | public function scopeWithBasicDnfParam( method scopeWithComplexDnfParam (line 194) | public function scopeWithComplexDnfParam( method scopeWithMultipleIntersectionParam (line 204) | public function scopeWithMultipleIntersectionParam( method scopeWithIntersectionOrPrimitive (line 214) | public function scopeWithIntersectionOrPrimitive( method scopeWithDnfParamAndReturn (line 228) | public function scopeWithDnfParamAndReturn( FILE: tests/Console/ModelsCommand/DoesNotGeneratePhpdocWithExternalEloquentBuilder/Builders/PostExternalQueryBuilder.php class PostExternalQueryBuilder (line 9) | class PostExternalQueryBuilder extends Builder method isActive (line 11) | public function isActive(): self method isStatus (line 16) | public function isStatus(string $status): self FILE: tests/Console/ModelsCommand/DoesNotGeneratePhpdocWithExternalEloquentBuilder/Models/Post.php class Post (line 10) | class Post extends Model method newEloquentBuilder (line 12) | public function newEloquentBuilder($query): PostExternalQueryBuilder FILE: tests/Console/ModelsCommand/DoesNotGeneratePhpdocWithExternalEloquentBuilder/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method getEnvironmentSetUp (line 12) | protected function getEnvironmentSetUp($app) method test (line 19) | public function test(): void FILE: tests/Console/ModelsCommand/DoesNotGeneratePhpdocWithExternalEloquentBuilder/__snapshots__/Test__test__1.php class Post (line 162) | class Post extends \Eloquent {} FILE: tests/Console/ModelsCommand/DynamicRelations/Models/Dynamic.php class Dynamic (line 12) | class Dynamic extends Model method regularHasMany (line 18) | public function regularHasMany(): HasMany method dynamicHasMany (line 24) | public function dynamicHasMany(): HasMany method dynamicHasOne (line 29) | public function dynamicHasOne(): HasOne method dynamicBelongsTo (line 34) | public function dynamicBelongsTo(): BelongsTo FILE: tests/Console/ModelsCommand/DynamicRelations/OtherModels/Account.php class Account (line 9) | class Account extends Model FILE: tests/Console/ModelsCommand/DynamicRelations/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/DynamicRelations/__snapshots__/Test__test__1.php class Dynamic (line 21) | class Dynamic extends Model method regularHasMany (line 27) | public function regularHasMany(): HasMany method dynamicHasMany (line 33) | public function dynamicHasMany(): HasMany method dynamicHasOne (line 38) | public function dynamicHasOne(): HasOne method dynamicBelongsTo (line 43) | public function dynamicBelongsTo(): BelongsTo FILE: tests/Console/ModelsCommand/Factories/CustomSpace/ModelWithCustomNamespaceFactory.php class ModelWithCustomNamespaceFactory (line 10) | class ModelWithCustomNamespaceFactory extends Factory method definition (line 24) | public function definition() FILE: tests/Console/ModelsCommand/Factories/Factories/ModelWithFactoryFactory.php class ModelWithFactoryFactory (line 10) | class ModelWithFactoryFactory extends Factory method definition (line 24) | public function definition() FILE: tests/Console/ModelsCommand/Factories/Factories/ModelWithNestedFactoryFactory.php class ModelWithNestedFactoryFactory (line 10) | class ModelWithNestedFactoryFactory extends Factory method definition (line 24) | public function definition() FILE: tests/Console/ModelsCommand/Factories/Models/ModelWithCustomNamespace.php class ModelWithCustomNamespace (line 11) | class ModelWithCustomNamespace extends Model method newFactory (line 20) | protected static function newFactory() FILE: tests/Console/ModelsCommand/Factories/Models/ModelWithFactory.php class ModelWithFactory (line 10) | class ModelWithFactory extends Model FILE: tests/Console/ModelsCommand/Factories/Models/ModelWithNestedFactory.php class ModelWithNestedFactory (line 7) | class ModelWithNestedFactory extends ModelWithFactory FILE: tests/Console/ModelsCommand/Factories/Models/ModelWithoutFactory.php class ModelWithoutFactory (line 10) | class ModelWithoutFactory extends Model FILE: tests/Console/ModelsCommand/Factories/Test.php class Test (line 13) | class Test extends AbstractModelsCommand method testFactory (line 15) | public function testFactory(): void method getFactoryNameResolver (line 31) | public static function getFactoryNameResolver(): Closure FILE: tests/Console/ModelsCommand/Factories/__snapshots__/Test__testFactory__1.php class ModelWithCustomNamespace (line 18) | class ModelWithCustomNamespace extends Model method newFactory (line 27) | protected static function newFactory() class ModelWithFactory (line 48) | class ModelWithFactory extends Model class ModelWithNestedFactory (line 65) | class ModelWithNestedFactory extends ModelWithFactory class ModelWithoutFactory (line 83) | class ModelWithoutFactory extends Model FILE: tests/Console/ModelsCommand/GenerateBasicPhpDocWithEnumDefaults/Models/Post.php class Post (line 11) | class Post extends Model method scopeHasStatus (line 13) | public function scopeHasStatus(Builder $query, ?PostStatus $status = P... FILE: tests/Console/ModelsCommand/GenerateBasicPhpDocWithEnumDefaults/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GenerateBasicPhpDocWithEnumDefaults/__snapshots__/Test__test__1.php class Post (line 160) | class Post extends Model method scopeHasStatus (line 162) | public function scopeHasStatus(Builder $query, ?PostStatus $status = P... FILE: tests/Console/ModelsCommand/GenerateBasicPhpdoc/Models/Post.php class Post (line 9) | class Post extends Model FILE: tests/Console/ModelsCommand/GenerateBasicPhpdoc/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GenerateBasicPhpdoc/__snapshots__/Test__test__1.php class Post (line 157) | class Post extends Model FILE: tests/Console/ModelsCommand/GenerateBasicPhpdocCamel/Models/Post.php class Post (line 9) | class Post extends Model FILE: tests/Console/ModelsCommand/GenerateBasicPhpdocCamel/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method getEnvironmentSetUp (line 12) | protected function getEnvironmentSetUp($app) method test (line 19) | public function test(): void FILE: tests/Console/ModelsCommand/GenerateBasicPhpdocCamel/__snapshots__/Test__test__1.php class Post (line 157) | class Post extends Model FILE: tests/Console/ModelsCommand/GenerateBasicPhpdocFinal/Models/Post.php class Post (line 9) | final class Post extends Model FILE: tests/Console/ModelsCommand/GenerateBasicPhpdocFinal/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GenerateBasicPhpdocFinal/__snapshots__/Test__test__1.php class Post (line 157) | final class Post extends Model FILE: tests/Console/ModelsCommand/GenerateBasicPhpdocWithEloquentHelper/Models/Post.php class Post (line 9) | class Post extends Model FILE: tests/Console/ModelsCommand/GenerateBasicPhpdocWithEloquentHelper/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GenerateBasicPhpdocWithEloquentHelper/__snapshots__/Test__test__1.php class Post (line 159) | class Post extends Model FILE: tests/Console/ModelsCommand/GenerateMixinCollection/Models/WithCollection.php class WithCollection (line 13) | class WithCollection extends Model method getCollectionAttribute (line 18) | public function getCollectionAttribute(): Collection method getCollectionWithoutTemplateAttribute (line 26) | public function getCollectionWithoutTemplateAttribute(): Collection method getCollectionWithoutDocBlockAttribute (line 31) | public function getCollectionWithoutDocBlockAttribute(): Collection method getCollectionWithNonModelTemplateAttribute (line 39) | public function getCollectionWithNonModelTemplateAttribute(): Collection method getCollectionWithNestedTemplateAttribute (line 47) | public function getCollectionWithNestedTemplateAttribute(): Collection FILE: tests/Console/ModelsCommand/GenerateMixinCollection/NonModels/CollectionModel.php class CollectionModel (line 7) | class CollectionModel FILE: tests/Console/ModelsCommand/GenerateMixinCollection/NonModels/NonModel.php class NonModel (line 7) | class NonModel FILE: tests/Console/ModelsCommand/GenerateMixinCollection/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GenerateMixinCollection/__snapshots__/Test__test__1.php class WithCollection (line 16) | class WithCollection extends Model method getCollectionAttribute (line 21) | public function getCollectionAttribute(): Collection method getCollectionWithoutTemplateAttribute (line 29) | public function getCollectionWithoutTemplateAttribute(): Collection method getCollectionWithoutDocBlockAttribute (line 34) | public function getCollectionWithoutDocBlockAttribute(): Collection method getCollectionWithNonModelTemplateAttribute (line 42) | public function getCollectionWithNonModelTemplateAttribute(): Collection method getCollectionWithNestedTemplateAttribute (line 50) | public function getCollectionWithNestedTemplateAttribute(): Collection class IdeHelperWithCollection (line 80) | #[\AllowDynamicProperties] FILE: tests/Console/ModelsCommand/GeneratePhpDocWithTypedScopeParameter/Models/Comment.php class Comment (line 10) | class Comment extends Model method scopeTyped01 (line 15) | protected function scopeTyped01(Builder $query, bool $value) method scopeTyped02 (line 23) | protected function scopeTyped02(Builder $query, bool $value = true) method scopeTyped03 (line 31) | protected function scopeTyped03(Builder $query, bool $value = false) method scopeTyped04 (line 39) | protected function scopeTyped04(Builder $query, string $value) method scopeTyped05 (line 47) | protected function scopeTyped05(Builder $query, string $value = 'dummy... method scopeTyped06 (line 55) | protected function scopeTyped06(Builder $query, int $value) method scopeTyped07 (line 63) | protected function scopeTyped07(Builder $query, int $value = 123) method scopeTyped08 (line 71) | protected function scopeTyped08(Builder $query, int $value = -123) method scopeTyped09 (line 79) | protected function scopeTyped09(Builder $query, float $value) method scopeTyped10 (line 87) | protected function scopeTyped10(Builder $query, float $value = 123) method scopeTyped11 (line 95) | protected function scopeTyped11(Builder $query, float $value = -123) method scopeTyped12 (line 103) | protected function scopeTyped12(Builder $query, float $value = 1.23) method scopeTyped13 (line 111) | protected function scopeTyped13(Builder $query, float $value = -1.23) method scopeTyped14 (line 119) | protected function scopeTyped14(Builder $query, ?bool $value) method scopeTyped15 (line 127) | protected function scopeTyped15(Builder $query, ?bool $value = true) method scopeTyped16 (line 135) | protected function scopeTyped16(Builder $query, ?bool $value = false) method scopeTyped17 (line 143) | protected function scopeTyped17(Builder $query, ?bool $value = null) method scopeTyped18 (line 151) | protected function scopeTyped18(Builder $query, ?string $value) method scopeTyped19 (line 159) | protected function scopeTyped19(Builder $query, ?string $value = 'dumm... method scopeTyped20 (line 167) | protected function scopeTyped20(Builder $query, ?string $value = null) method scopeTyped21 (line 175) | protected function scopeTyped21(Builder $query, ?int $value) method scopeTyped22 (line 183) | protected function scopeTyped22(Builder $query, ?int $value = 123) method scopeTyped23 (line 191) | protected function scopeTyped23(Builder $query, ?int $value = -123) method scopeTyped24 (line 199) | protected function scopeTyped24(Builder $query, ?int $value = null) method scopeTyped25 (line 207) | protected function scopeTyped25(Builder $query, ?float $value) method scopeTyped26 (line 215) | protected function scopeTyped26(Builder $query, ?float $value = 123) method scopeTyped27 (line 223) | protected function scopeTyped27(Builder $query, ?float $value = -123) method scopeTyped28 (line 231) | protected function scopeTyped28(Builder $query, ?float $value = 1.23) method scopeTyped29 (line 239) | protected function scopeTyped29(Builder $query, ?float $value = -1.23) method scopeTyped30 (line 247) | protected function scopeTyped30(Builder $query, ?float $value = null) FILE: tests/Console/ModelsCommand/GeneratePhpDocWithTypedScopeParameter/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GeneratePhpDocWithTypedScopeParameter/__snapshots__/Test__test__1.php class Comment (line 46) | class Comment extends Model method scopeTyped01 (line 51) | protected function scopeTyped01(Builder $query, bool $value) method scopeTyped02 (line 59) | protected function scopeTyped02(Builder $query, bool $value = true) method scopeTyped03 (line 67) | protected function scopeTyped03(Builder $query, bool $value = false) method scopeTyped04 (line 75) | protected function scopeTyped04(Builder $query, string $value) method scopeTyped05 (line 83) | protected function scopeTyped05(Builder $query, string $value = 'dummy... method scopeTyped06 (line 91) | protected function scopeTyped06(Builder $query, int $value) method scopeTyped07 (line 99) | protected function scopeTyped07(Builder $query, int $value = 123) method scopeTyped08 (line 107) | protected function scopeTyped08(Builder $query, int $value = -123) method scopeTyped09 (line 115) | protected function scopeTyped09(Builder $query, float $value) method scopeTyped10 (line 123) | protected function scopeTyped10(Builder $query, float $value = 123) method scopeTyped11 (line 131) | protected function scopeTyped11(Builder $query, float $value = -123) method scopeTyped12 (line 139) | protected function scopeTyped12(Builder $query, float $value = 1.23) method scopeTyped13 (line 147) | protected function scopeTyped13(Builder $query, float $value = -1.23) method scopeTyped14 (line 155) | protected function scopeTyped14(Builder $query, ?bool $value) method scopeTyped15 (line 163) | protected function scopeTyped15(Builder $query, ?bool $value = true) method scopeTyped16 (line 171) | protected function scopeTyped16(Builder $query, ?bool $value = false) method scopeTyped17 (line 179) | protected function scopeTyped17(Builder $query, ?bool $value = null) method scopeTyped18 (line 187) | protected function scopeTyped18(Builder $query, ?string $value) method scopeTyped19 (line 195) | protected function scopeTyped19(Builder $query, ?string $value = 'dumm... method scopeTyped20 (line 203) | protected function scopeTyped20(Builder $query, ?string $value = null) method scopeTyped21 (line 211) | protected function scopeTyped21(Builder $query, ?int $value) method scopeTyped22 (line 219) | protected function scopeTyped22(Builder $query, ?int $value = 123) method scopeTyped23 (line 227) | protected function scopeTyped23(Builder $query, ?int $value = -123) method scopeTyped24 (line 235) | protected function scopeTyped24(Builder $query, ?int $value = null) method scopeTyped25 (line 243) | protected function scopeTyped25(Builder $query, ?float $value) method scopeTyped26 (line 251) | protected function scopeTyped26(Builder $query, ?float $value = 123) method scopeTyped27 (line 259) | protected function scopeTyped27(Builder $query, ?float $value = -123) method scopeTyped28 (line 267) | protected function scopeTyped28(Builder $query, ?float $value = 1.23) method scopeTyped29 (line 275) | protected function scopeTyped29(Builder $query, ?float $value = -1.23) method scopeTyped30 (line 283) | protected function scopeTyped30(Builder $query, ?float $value = null) FILE: tests/Console/ModelsCommand/GeneratePhpdocWithExternalEloquentBuilder/Builders/PostExternalQueryBuilder.php class PostExternalQueryBuilder (line 10) | class PostExternalQueryBuilder extends Builder method isActive (line 12) | public function isActive(): self method isStatus (line 17) | public function isStatus(string $status): self method isLoadingWith (line 22) | public function isLoadingWith(?string $with): self method withTheNumber (line 31) | public function withTheNumber($number): self method withTheNumberDifferently (line 40) | public function withTheNumberDifferently($number): self method withBool (line 49) | public function withBool($booleanVar): self method withBoolDifferently (line 58) | public function withBoolDifferently($booleanVar): self method withBoolTypeHinted (line 63) | public function withBoolTypeHinted(bool $booleanVar): self method withSomeone (line 72) | public function withSomeone($someone): self method withMixedOption (line 81) | public function withMixedOption($option): self method withTestCommand (line 86) | public function withTestCommand(ModelsCommand $testCommand): self method withNullTestCommand (line 91) | public function withNullTestCommand(?ModelsCommand $testCommand): self method withNullAndAssignmentTestCommand (line 96) | public function withNullAndAssignmentTestCommand(?ModelsCommand $testC... method withNullTestCommandInDocBlock (line 105) | public function withNullTestCommandInDocBlock($testCommand): self FILE: tests/Console/ModelsCommand/GeneratePhpdocWithExternalEloquentBuilder/Models/Post.php class Post (line 10) | class Post extends Model method newEloquentBuilder (line 12) | public function newEloquentBuilder($query): PostExternalQueryBuilder FILE: tests/Console/ModelsCommand/GeneratePhpdocWithExternalEloquentBuilder/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GeneratePhpdocWithExternalEloquentBuilder/__snapshots__/Test__test__1.php class Post (line 176) | class Post extends \Eloquent {} FILE: tests/Console/ModelsCommand/GeneratePhpdocWithExternalEloquentBuilderWithFqn/Builders/PostExternalQueryBuilder.php class PostExternalQueryBuilder (line 10) | class PostExternalQueryBuilder extends Builder method isActive (line 12) | public function isActive(): self method isStatus (line 17) | public function isStatus(string $status): self method isLoadingWith (line 22) | public function isLoadingWith(?string $with): self method withTheNumber (line 31) | public function withTheNumber($number): self method withTheNumberDifferently (line 40) | public function withTheNumberDifferently($number): self method withBool (line 49) | public function withBool($booleanVar): self method withBoolDifferently (line 58) | public function withBoolDifferently($booleanVar): self method withBoolTypeHinted (line 63) | public function withBoolTypeHinted(bool $booleanVar): self method withSomeone (line 72) | public function withSomeone($someone): self method withMixedOption (line 81) | public function withMixedOption($option): self method withTestCommand (line 86) | public function withTestCommand(ModelsCommand $testCommand): self method withNullTestCommand (line 91) | public function withNullTestCommand(?ModelsCommand $testCommand): self method withNullAndAssignmentTestCommand (line 96) | public function withNullAndAssignmentTestCommand(?ModelsCommand $testC... method withNullTestCommandInDocBlock (line 105) | public function withNullTestCommandInDocBlock($testCommand): self FILE: tests/Console/ModelsCommand/GeneratePhpdocWithExternalEloquentBuilderWithFqn/Models/Post.php class Post (line 10) | class Post extends Model method newEloquentBuilder (line 12) | public function newEloquentBuilder($query): PostExternalQueryBuilder FILE: tests/Console/ModelsCommand/GeneratePhpdocWithExternalEloquentBuilderWithFqn/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GeneratePhpdocWithExternalEloquentBuilderWithFqn/__snapshots__/Test__test__1.php class Post (line 172) | class Post extends Model method newEloquentBuilder (line 174) | public function newEloquentBuilder($query): PostExternalQueryBuilder FILE: tests/Console/ModelsCommand/GeneratePhpdocWithForcedFqn/Models/Post.php class Post (line 11) | class Post extends Model method posts (line 15) | public function posts(): HasMany method scopeNull (line 20) | public function scopeNull($query, string $unusedParam) FILE: tests/Console/ModelsCommand/GeneratePhpdocWithForcedFqn/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method getEnvironmentSetUp (line 12) | protected function getEnvironmentSetUp($app) method test (line 19) | public function test(): void FILE: tests/Console/ModelsCommand/GeneratePhpdocWithForcedFqn/__snapshots__/Test__test__1.php class Post (line 166) | class Post extends Model method posts (line 170) | public function posts(): HasMany method scopeNull (line 175) | public function scopeNull($query, string $unusedParam) FILE: tests/Console/ModelsCommand/GeneratePhpdocWithFqn/Casts/CastType.php class CastType (line 7) | final class CastType FILE: tests/Console/ModelsCommand/GeneratePhpdocWithFqn/Models/Post.php class Post (line 17) | class Post extends Model method posts (line 37) | public function posts(): HasMany method scopeNull (line 42) | public function scopeNull($query, string $unusedParam) FILE: tests/Console/ModelsCommand/GeneratePhpdocWithFqn/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GeneratePhpdocWithFqn/__snapshots__/Test__test__1.php class Post (line 172) | class Post extends Model method posts (line 192) | public function posts(): HasMany method scopeNull (line 197) | public function scopeNull($query, string $unusedParam) FILE: tests/Console/ModelsCommand/GeneratePhpdocWithFqnInExternalFile/Builders/EMaterialQueryBuilder.php class EMaterialQueryBuilder (line 9) | class EMaterialQueryBuilder extends Builder FILE: tests/Console/ModelsCommand/GeneratePhpdocWithFqnInExternalFile/Models/Post.php class Post (line 10) | class Post extends Model method newEloquentBuilder (line 12) | public function newEloquentBuilder($query): EMaterialQueryBuilder FILE: tests/Console/ModelsCommand/GeneratePhpdocWithFqnInExternalFile/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GeneratePhpdocWithFqnInExternalFile/__snapshots__/Test__test__1.php class Post (line 162) | class Post extends \Eloquent {} FILE: tests/Console/ModelsCommand/GeneratePhpdocWithMixin/Models/FinalPost.php class FinalPost (line 14) | final class FinalPost extends Model FILE: tests/Console/ModelsCommand/GeneratePhpdocWithMixin/Models/Post.php class Post (line 14) | class Post extends Model FILE: tests/Console/ModelsCommand/GeneratePhpdocWithMixin/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/GeneratePhpdocWithMixin/__snapshots__/Test__test__1.php class FinalPost (line 14) | final class FinalPost extends Model class Post (line 30) | class Post extends Model class IdeHelperFinalPost (line 55) | #[\AllowDynamicProperties] class IdeHelperPost (line 210) | #[\AllowDynamicProperties] FILE: tests/Console/ModelsCommand/GenericsSyntaxDisabled/Models/Simple.php class Simple (line 11) | class Simple extends Model method regularHasMany (line 14) | public function regularHasMany(): HasMany method regularBelongsToMany (line 19) | public function regularBelongsToMany(): BelongsToMany FILE: tests/Console/ModelsCommand/GenericsSyntaxDisabled/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method getEnvironmentSetUp (line 12) | protected function getEnvironmentSetUp($app) method test (line 19) | public function test(): void FILE: tests/Console/ModelsCommand/GenericsSyntaxDisabled/__snapshots__/Test__test__1.php class Simple (line 25) | class Simple extends Model method regularHasMany (line 28) | public function regularHasMany(): HasMany method regularBelongsToMany (line 33) | public function regularBelongsToMany(): BelongsToMany FILE: tests/Console/ModelsCommand/Getter/Models/Simple.php class Simple (line 10) | class Simple extends Model method getAttributeWithIntReturnPhpdocAttribute (line 15) | public function getAttributeWithIntReturnPhpdocAttribute() method getAttributeWithIntReturnTypeAttribute (line 19) | public function getAttributeWithIntReturnTypeAttribute(): int method getAttributeWithIntReturnTypeAndPhpdocAttribute (line 26) | public function getAttributeWithIntReturnTypeAndPhpdocAttribute(): int method getAttributeWithIntReturnTypeAndButPhpdocStringAttribute (line 33) | public function getAttributeWithIntReturnTypeAndButPhpdocStringAttribu... method getAttributeWithoutTypeAttribute (line 37) | public function getAttributeWithoutTypeAttribute() method getAttributeTakesPhpdocLiteralAttribute (line 44) | public function getAttributeTakesPhpdocLiteralAttribute() method getAttributeReturnTypeIntOrNullAttribute (line 48) | public function getAttributeReturnTypeIntOrNullAttribute(): ?int method getAttributeReturnsImportedClassAttribute (line 52) | public function getAttributeReturnsImportedClassAttribute(): DateTime method getAttributeReturnsFqnClassAttribute (line 56) | public function getAttributeReturnsFqnClassAttribute(): \Illuminate\Su... method getAttributeReturnsArrayAttribute (line 60) | public function getAttributeReturnsArrayAttribute(): array method getAttributeReturnsNullableArrayAttribute (line 64) | public function getAttributeReturnsNullableArrayAttribute(): ?array method getAttributeReturnsStdClassAttribute (line 68) | public function getAttributeReturnsStdClassAttribute(): \stdClass method getAttributeReturnsNullableStdClassAttribute (line 72) | public function getAttributeReturnsNullableStdClassAttribute(): ?\stdC... method getAttributeReturnsBoolAttribute (line 76) | public function getAttributeReturnsBoolAttribute(): bool method getAttributeReturnsNullableBoolAttribute (line 80) | public function getAttributeReturnsNullableBoolAttribute(): ?bool method getAttributeReturnsFloatAttribute (line 84) | public function getAttributeReturnsFloatAttribute(): bool method getAttributeReturnsNullableFloatAttribute (line 88) | public function getAttributeReturnsNullableFloatAttribute(): ?bool method getAttributeReturnsCallableAttribute (line 92) | public function getAttributeReturnsCallableAttribute(): callable method getAttributeReturnsNullableCallableAttribute (line 96) | public function getAttributeReturnsNullableCallableAttribute(): ?callable method getAttributeReturnsVoidAttribute (line 103) | public function getAttributeReturnsVoidAttribute(): void method getInvalidAccessModifierAttribute (line 107) | private function getInvalidAccessModifierAttribute() FILE: tests/Console/ModelsCommand/Getter/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/Getter/__snapshots__/Test__test__1.php class Simple (line 38) | class Simple extends Model method getAttributeWithIntReturnPhpdocAttribute (line 43) | public function getAttributeWithIntReturnPhpdocAttribute() method getAttributeWithIntReturnTypeAttribute (line 47) | public function getAttributeWithIntReturnTypeAttribute(): int method getAttributeWithIntReturnTypeAndPhpdocAttribute (line 54) | public function getAttributeWithIntReturnTypeAndPhpdocAttribute(): int method getAttributeWithIntReturnTypeAndButPhpdocStringAttribute (line 61) | public function getAttributeWithIntReturnTypeAndButPhpdocStringAttribu... method getAttributeWithoutTypeAttribute (line 65) | public function getAttributeWithoutTypeAttribute() method getAttributeTakesPhpdocLiteralAttribute (line 72) | public function getAttributeTakesPhpdocLiteralAttribute() method getAttributeReturnTypeIntOrNullAttribute (line 76) | public function getAttributeReturnTypeIntOrNullAttribute(): ?int method getAttributeReturnsImportedClassAttribute (line 80) | public function getAttributeReturnsImportedClassAttribute(): DateTime method getAttributeReturnsFqnClassAttribute (line 84) | public function getAttributeReturnsFqnClassAttribute(): \Illuminate\Su... method getAttributeReturnsArrayAttribute (line 88) | public function getAttributeReturnsArrayAttribute(): array method getAttributeReturnsNullableArrayAttribute (line 92) | public function getAttributeReturnsNullableArrayAttribute(): ?array method getAttributeReturnsStdClassAttribute (line 96) | public function getAttributeReturnsStdClassAttribute(): \stdClass method getAttributeReturnsNullableStdClassAttribute (line 100) | public function getAttributeReturnsNullableStdClassAttribute(): ?\stdC... method getAttributeReturnsBoolAttribute (line 104) | public function getAttributeReturnsBoolAttribute(): bool method getAttributeReturnsNullableBoolAttribute (line 108) | public function getAttributeReturnsNullableBoolAttribute(): ?bool method getAttributeReturnsFloatAttribute (line 112) | public function getAttributeReturnsFloatAttribute(): bool method getAttributeReturnsNullableFloatAttribute (line 116) | public function getAttributeReturnsNullableFloatAttribute(): ?bool method getAttributeReturnsCallableAttribute (line 120) | public function getAttributeReturnsCallableAttribute(): callable method getAttributeReturnsNullableCallableAttribute (line 124) | public function getAttributeReturnsNullableCallableAttribute(): ?callable method getAttributeReturnsVoidAttribute (line 131) | public function getAttributeReturnsVoidAttribute(): void method getInvalidAccessModifierAttribute (line 135) | private function getInvalidAccessModifierAttribute() FILE: tests/Console/ModelsCommand/Ignored/Models/Ignored.php class Ignored (line 9) | class Ignored extends Model FILE: tests/Console/ModelsCommand/Ignored/Models/NotIgnored.php class NotIgnored (line 9) | class NotIgnored extends Model FILE: tests/Console/ModelsCommand/Ignored/Test.php class Test (line 11) | class Test extends AbstractModelsCommand method getEnvironmentSetUp (line 13) | protected function getEnvironmentSetUp($app) method test (line 22) | public function test(): void FILE: tests/Console/ModelsCommand/Ignored/__snapshots__/Test__test__1.php class NotIgnored (line 15) | class NotIgnored extends Model FILE: tests/Console/ModelsCommand/Interfaces/Models/User.php class User (line 10) | class User extends Model implements Authenticatable method getAuthIdentifierName (line 12) | public function getAuthIdentifierName() method getAuthIdentifier (line 17) | public function getAuthIdentifier() method getAuthPasswordName (line 22) | public function getAuthPasswordName() method getAuthPassword (line 27) | public function getAuthPassword() method getRememberToken (line 32) | public function getRememberToken() method setRememberToken (line 37) | public function setRememberToken($value) method getRememberTokenName (line 42) | public function getRememberTokenName() FILE: tests/Console/ModelsCommand/Interfaces/Test.php class Test (line 10) | final class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/Interfaces/__snapshots__/Test__test__1.php class User (line 20) | class User extends \Eloquent implements \Illuminate\Contracts\Auth\Authe... FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CastableReturnsAnonymousCaster.php class CastableReturnsAnonymousCaster (line 10) | class CastableReturnsAnonymousCaster implements Castable method castUsing (line 12) | public static function castUsing(array $arguments) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CastableReturnsCustomCaster.php class CastableReturnsCustomCaster (line 9) | class CastableReturnsCustomCaster implements Castable method castUsing (line 11) | public static function castUsing(array $arguments) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CastableWithoutReturnType.php class CastableWithoutReturnType (line 10) | class CastableWithoutReturnType implements Castable method castUsing (line 12) | public static function castUsing(array $arguments) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CastedProperty.php class CastedProperty (line 7) | class CastedProperty FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithDocblockReturn.php class CustomCasterWithDocblockReturn (line 9) | class CustomCasterWithDocblockReturn implements CastsAttributes method get (line 15) | public function get($model, string $key, $value, array $attributes) method set (line 23) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithDocblockReturnFqn.php class CustomCasterWithDocblockReturnFqn (line 9) | class CustomCasterWithDocblockReturnFqn implements CastsAttributes method get (line 15) | public function get($model, string $key, $value, array $attributes) method set (line 23) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithNullablePrimitiveReturn.php class CustomCasterWithNullablePrimitiveReturn (line 9) | class CustomCasterWithNullablePrimitiveReturn implements CastsAttributes method get (line 15) | public function get($model, string $key, $value, array $attributes): ?... method set (line 23) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithParam.php class CustomCasterWithParam (line 9) | class CustomCasterWithParam implements CastsAttributes method __construct (line 11) | public function __construct(string $param) method get (line 15) | public function get($model, string $key, $value, array $attributes): C... method set (line 20) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithPrimitiveDocblockReturn.php class CustomCasterWithPrimitiveDocblockReturn (line 9) | class CustomCasterWithPrimitiveDocblockReturn implements CastsAttributes method get (line 15) | public function get($model, string $key, $value, array $attributes) method set (line 23) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithPrimitiveReturn.php class CustomCasterWithPrimitiveReturn (line 9) | class CustomCasterWithPrimitiveReturn implements CastsAttributes method get (line 15) | public function get($model, string $key, $value, array $attributes): a... method set (line 23) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithReturnType.php class CustomCasterWithReturnType (line 9) | class CustomCasterWithReturnType implements CastsAttributes method get (line 14) | public function get($model, string $key, $value, array $attributes): C... method set (line 22) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithStaticReturnType.php class CustomCasterWithStaticReturnType (line 10) | class CustomCasterWithStaticReturnType implements CastsAttributes method get (line 12) | public function get(Model $model, string $key, mixed $value, array $at... method set (line 17) | public function set(Model $model, string $key, mixed $value, array $at... FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithoutReturnType.php class CustomCasterWithoutReturnType (line 9) | class CustomCasterWithoutReturnType implements CastsAttributes method get (line 11) | public function get($model, string $key, $value, array $attributes) method set (line 19) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/ExtendedSelfCastingCasterWithStaticDocblockReturn.php class ExtendedSelfCastingCasterWithStaticDocblockReturn (line 7) | class ExtendedSelfCastingCasterWithStaticDocblockReturn extends SelfCast... FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/ExtendedSelfCastingCasterWithThisDocblockReturn.php class ExtendedSelfCastingCasterWithThisDocblockReturn (line 7) | class ExtendedSelfCastingCasterWithThisDocblockReturn extends SelfCastin... FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/InboundAttributeCaster.php class InboundAttributeCaster (line 9) | class InboundAttributeCaster implements CastsInboundAttributes method set (line 11) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/SelfCastingCasterWithStaticDocblockReturn.php class SelfCastingCasterWithStaticDocblockReturn (line 9) | class SelfCastingCasterWithStaticDocblockReturn implements CastsAttributes method get (line 14) | public function get($model, string $key, $value, array $attributes) method set (line 22) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Casts/SelfCastingCasterWithThisDocblockReturn.php class SelfCastingCasterWithThisDocblockReturn (line 9) | class SelfCastingCasterWithThisDocblockReturn implements CastsAttributes method get (line 14) | public function get($model, string $key, $value, array $attributes) method set (line 22) | public function set($model, string $key, $value, array $attributes) FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Models/CustomCast.php class CustomCast (line 26) | class CustomCast extends Model FILE: tests/Console/ModelsCommand/LaravelCustomCasts/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/LaravelCustomCasts/__snapshots__/Test__test__1.php class CustomCast (line 66) | class CustomCast extends Model FILE: tests/Console/ModelsCommand/MagicWhere/Models/Post.php class Post (line 9) | class Post extends Model FILE: tests/Console/ModelsCommand/MagicWhere/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method getEnvironmentSetUp (line 12) | protected function getEnvironmentSetUp($app) method test (line 19) | public function test(): void FILE: tests/Console/ModelsCommand/MagicWhere/__snapshots__/Test__test__1.php class Post (line 86) | class Post extends Model FILE: tests/Console/ModelsCommand/ModelHooks/Hooks/CustomMethod.php class CustomMethod (line 12) | class CustomMethod implements ModelHookInterface method run (line 14) | public function run(ModelsCommand $command, Model $model): void FILE: tests/Console/ModelsCommand/ModelHooks/Hooks/CustomProperty.php class CustomProperty (line 11) | class CustomProperty implements ModelHookInterface method run (line 13) | public function run(ModelsCommand $command, Model $model): void FILE: tests/Console/ModelsCommand/ModelHooks/Hooks/UnsetMethod.php class UnsetMethod (line 11) | class UnsetMethod implements ModelHookInterface method run (line 13) | public function run(ModelsCommand $command, Model $model): void FILE: tests/Console/ModelsCommand/ModelHooks/Models/Simple.php class Simple (line 9) | class Simple extends Model FILE: tests/Console/ModelsCommand/ModelHooks/Test.php class Test (line 13) | class Test extends AbstractModelsCommand method getEnvironmentSetUp (line 15) | protected function getEnvironmentSetUp($app) method test (line 33) | public function test(): void FILE: tests/Console/ModelsCommand/ModelHooks/__snapshots__/Test__test__1.php class Simple (line 18) | class Simple extends Model FILE: tests/Console/ModelsCommand/MorphToIntersection/Models/BaseModel.php class BaseModel (line 9) | abstract class BaseModel extends Model FILE: tests/Console/ModelsCommand/MorphToIntersection/Models/CanBeAssigned.php type CanBeAssigned (line 7) | interface CanBeAssigned FILE: tests/Console/ModelsCommand/MorphToIntersection/Models/MorphToIntersection.php class MorphToIntersection (line 10) | class MorphToIntersection extends Model method assigneeWithParens (line 15) | public function assigneeWithParens(): MorphTo method assigneeWithoutParens (line 21) | public function assigneeWithoutParens(): MorphTo method nonNullableAssignee (line 27) | public function nonNullableAssignee(): MorphTo FILE: tests/Console/ModelsCommand/MorphToIntersection/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/MorphToIntersection/__snapshots__/Test__test__1.php class MorphToIntersection (line 27) | class MorphToIntersection extends Model method assigneeWithParens (line 32) | public function assigneeWithParens(): MorphTo method assigneeWithoutParens (line 38) | public function assigneeWithoutParens(): MorphTo method nonNullableAssignee (line 44) | public function nonNullableAssignee(): MorphTo FILE: tests/Console/ModelsCommand/Morphs/Models/Morphs.php class Morphs (line 10) | class Morphs extends Model method relationMorphTo (line 12) | public function relationMorphTo(): MorphTo method nullableRelationMorphTo (line 17) | public function nullableRelationMorphTo(): MorphTo FILE: tests/Console/ModelsCommand/Morphs/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/Morphs/__snapshots__/Test__test__1.php class Morphs (line 26) | class Morphs extends Model method relationMorphTo (line 28) | public function relationMorphTo(): MorphTo method nullableRelationMorphTo (line 33) | public function nullableRelationMorphTo(): MorphTo FILE: tests/Console/ModelsCommand/PHPStormNoInspection/Models/Simple.php class Simple (line 9) | class Simple extends Model FILE: tests/Console/ModelsCommand/PHPStormNoInspection/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method testNoinspectionNotPresent (line 12) | public function testNoinspectionNotPresent(): void method testNoinspectionPresent (line 25) | public function testNoinspectionPresent(): void FILE: tests/Console/ModelsCommand/PHPStormNoInspection/__snapshots__/Test__testNoinspectionNotPresent__1.php class Simple (line 17) | class Simple extends Model FILE: tests/Console/ModelsCommand/PHPStormNoInspection/__snapshots__/Test__testNoinspectionPresent__1.php class Simple (line 19) | class Simple extends Model FILE: tests/Console/ModelsCommand/PhpAttributesBeforeClass/Models/FinalWithNested.php class FinalWithNested (line 10) | #[ObservedByStub([StubObserver::class])] FILE: tests/Console/ModelsCommand/PhpAttributesBeforeClass/Models/MultipleAttributes.php class MultipleAttributes (line 10) | #[\AllowDynamicProperties] FILE: tests/Console/ModelsCommand/PhpAttributesBeforeClass/Models/Simple.php class Simple (line 9) | #[\AllowDynamicProperties] FILE: tests/Console/ModelsCommand/PhpAttributesBeforeClass/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/PhpAttributesBeforeClass/__snapshots__/Test__test__1.php class FinalWithNested (line 18) | #[ObservedByStub([StubObserver::class])] class MultipleAttributes (line 40) | #[\AllowDynamicProperties] class Simple (line 62) | #[\AllowDynamicProperties] FILE: tests/Console/ModelsCommand/Pivot/Models/ModelWithPivot.php class ModelWithPivot (line 11) | class ModelWithPivot extends Model method relationWithCustomPivot (line 13) | public function relationWithCustomPivot() method relationWithDifferentCustomPivot (line 21) | public function relationWithDifferentCustomPivot() method relationCustomPivotUsingSameAccessor (line 30) | public function relationCustomPivotUsingSameAccessor() method relationCustomPivotUsingSameAccessorAndClass (line 36) | public function relationCustomPivotUsingSameAccessorAndClass() method relationWithDifferentCustomPivotUsingSameAccessor (line 42) | public function relationWithDifferentCustomPivotUsingSameAccessor() FILE: tests/Console/ModelsCommand/Pivot/Models/Pivots/CustomPivot.php class CustomPivot (line 9) | class CustomPivot extends Pivot FILE: tests/Console/ModelsCommand/Pivot/Models/Pivots/DifferentCustomPivot.php class DifferentCustomPivot (line 9) | class DifferentCustomPivot extends Pivot FILE: tests/Console/ModelsCommand/Pivot/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/Pivot/__snapshots__/Test__test__1.php class ModelWithPivot (line 35) | class ModelWithPivot extends Model method relationWithCustomPivot (line 37) | public function relationWithCustomPivot() method relationWithDifferentCustomPivot (line 45) | public function relationWithDifferentCustomPivot() method relationCustomPivotUsingSameAccessor (line 54) | public function relationCustomPivotUsingSameAccessor() method relationCustomPivotUsingSameAccessorAndClass (line 60) | public function relationCustomPivotUsingSameAccessorAndClass() method relationWithDifferentCustomPivotUsingSameAccessor (line 66) | public function relationWithDifferentCustomPivotUsingSameAccessor() class CustomPivot (line 86) | class CustomPivot extends Pivot class DifferentCustomPivot (line 103) | class DifferentCustomPivot extends Pivot FILE: tests/Console/ModelsCommand/QueryMethods/Models/Post.php class Post (line 9) | class Post extends Model FILE: tests/Console/ModelsCommand/QueryMethods/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method getEnvironmentSetUp (line 12) | protected function getEnvironmentSetUp($app) method test (line 19) | public function test(): void FILE: tests/Console/ModelsCommand/QueryMethods/__snapshots__/Test__test__1.php class Post (line 154) | class Post extends Model FILE: tests/Console/ModelsCommand/QueryScopes/Models/Comment.php class Comment (line 11) | class Comment extends Model method local (line 18) | #[Scope] method scopeSystem (line 29) | protected function scopeSystem(Builder $query): void FILE: tests/Console/ModelsCommand/QueryScopes/Models/Post.php class Post (line 7) | class Post extends PostParent method scopePublic (line 9) | public function scopePublic($query) FILE: tests/Console/ModelsCommand/QueryScopes/Models/PostParent.php class PostParent (line 9) | class PostParent extends Model method scopeActive (line 11) | public function scopeActive($query) FILE: tests/Console/ModelsCommand/QueryScopes/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/QueryScopes/__snapshots__/Test__test__1.php class Comment (line 19) | class Comment extends Model method local (line 26) | #[Scope] method scopeSystem (line 37) | protected function scopeSystem(Builder $query): void class Post (line 198) | class Post extends PostParent method scopePublic (line 200) | public function scopePublic($query) class PostParent (line 220) | class PostParent extends Model method scopeActive (line 222) | public function scopeActive($query) FILE: tests/Console/ModelsCommand/RelationCountProperties/Models/Post.php class Post (line 10) | class Post extends Model method relationHasMany (line 12) | public function relationHasMany(): HasMany FILE: tests/Console/ModelsCommand/RelationCountProperties/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method getEnvironmentSetUp (line 12) | protected function getEnvironmentSetUp($app) method test (line 20) | public function test(): void FILE: tests/Console/ModelsCommand/RelationCountProperties/__snapshots__/Test__test__1.php class Post (line 159) | class Post extends Model method relationHasMany (line 161) | public function relationHasMany(): HasMany FILE: tests/Console/ModelsCommand/Relations/Models/BelongsToVariation.php class BelongsToVariation (line 10) | class BelongsToVariation extends Model method notNullColumnWithForeignKeyConstraint (line 12) | public function notNullColumnWithForeignKeyConstraint(): BelongsTo method notNullColumnWithNoForeignKeyConstraint (line 17) | public function notNullColumnWithNoForeignKeyConstraint(): BelongsTo method nullableColumnWithForeignKeyConstraint (line 22) | public function nullableColumnWithForeignKeyConstraint(): BelongsTo method nullableColumnWithNoForeignKeyConstraint (line 27) | public function nullableColumnWithNoForeignKeyConstraint(): BelongsTo FILE: tests/Console/ModelsCommand/Relations/Models/CompositeBelongsToVariation.php class CompositeBelongsToVariation (line 10) | class CompositeBelongsToVariation extends Model method bothNonNullableWithForeignKeyConstraint (line 14) | public function bothNonNullableWithForeignKeyConstraint(): BelongsTo method nonNullableMixedWithoutForeignKeyConstraint (line 24) | public function nonNullableMixedWithoutForeignKeyConstraint(): BelongsTo method nullableMixedWithForeignKeyConstraint (line 33) | public function nullableMixedWithForeignKeyConstraint(): BelongsTo FILE: tests/Console/ModelsCommand/Relations/Models/Simple.php class Simple (line 19) | class Simple extends Model method relationHasMany (line 24) | public function relationHasMany(): HasMany method relationHasOne (line 29) | public function relationHasOne(): HasOne method relationHasOneWithDefault (line 34) | public function relationHasOneWithDefault(): HasOne method relationBelongsTo (line 39) | public function relationBelongsTo(): BelongsTo method relationBelongsToMany (line 44) | public function relationBelongsToMany(): BelongsToMany method relationBelongsToManyWithSub (line 49) | public function relationBelongsToManyWithSub(): BelongsToMany method relationBelongsToManyWithSubAnother (line 54) | public function relationBelongsToManyWithSubAnother(): BelongsToMany method relationMorphTo (line 59) | public function relationMorphTo(): MorphTo method relationMorphOne (line 64) | public function relationMorphOne(): MorphOne method relationMorphMany (line 69) | public function relationMorphMany(): MorphMany method relationMorphedByMany (line 74) | public function relationMorphedByMany(): MorphToMany method relationBelongsToInAnotherNamespace (line 81) | public function relationBelongsToInAnotherNamespace(): BelongsTo method relationBelongsToSameNameAsColumn (line 86) | public function relationBelongsToSameNameAsColumn(): BelongsTo method relationSampleToManyRelationType (line 91) | public function relationSampleToManyRelationType() method relationSampleRelationType (line 96) | public function relationSampleRelationType() method relationSampleToAnyRelationType (line 101) | public function relationSampleToAnyRelationType() method relationSampleToAnyMorphedRelationType (line 106) | public function relationSampleToAnyMorphedRelationType() method relationSampleToBadlyNamedNotManyRelation (line 111) | public function relationSampleToBadlyNamedNotManyRelation() FILE: tests/Console/ModelsCommand/Relations/ModelsOtherNamespace/AnotherModel.php class AnotherModel (line 9) | class AnotherModel extends Model FILE: tests/Console/ModelsCommand/Relations/Test.php class Test (line 16) | class Test extends AbstractModelsCommand method setUp (line 18) | protected function setUp(): void method test (line 37) | public function test(): void method testRelationNotNullable (line 50) | public function testRelationNotNullable(): void FILE: tests/Console/ModelsCommand/Relations/Traits/HasTestRelations.php type HasTestRelations (line 13) | trait HasTestRelations method testToOneRelation (line 15) | public function testToOneRelation($related) method testToManyRelation (line 21) | public function testToManyRelation($related) method testToAnyRelation (line 27) | public function testToAnyRelation($related) method testToAnyMorphedRelation (line 33) | public function testToAnyMorphedRelation($related) method testToBadlyNamedNotManyRelation (line 39) | public function testToBadlyNamedNotManyRelation($related) FILE: tests/Console/ModelsCommand/Relations/Types/SampleToAnyMorphedRelationType.php class SampleToAnyMorphedRelationType (line 10) | class SampleToAnyMorphedRelationType extends Relation method addConstraints (line 12) | public function addConstraints() method addEagerConstraints (line 17) | public function addEagerConstraints(array $models) method initRelation (line 22) | public function initRelation(array $models, $relation) method match (line 27) | public function match(array $models, Collection $results, $relation) method getResults (line 32) | public function getResults() FILE: tests/Console/ModelsCommand/Relations/Types/SampleToAnyRelationType.php class SampleToAnyRelationType (line 10) | class SampleToAnyRelationType extends Relation method addConstraints (line 12) | public function addConstraints() method addEagerConstraints (line 17) | public function addEagerConstraints(array $models) method initRelation (line 22) | public function initRelation(array $models, $relation) method match (line 27) | public function match(array $models, Collection $results, $relation) method getResults (line 32) | public function getResults() FILE: tests/Console/ModelsCommand/Relations/Types/SampleToBadlyNamedNotManyRelationType.php class SampleToBadlyNamedNotManyRelationType (line 19) | class SampleToBadlyNamedNotManyRelationType extends Relation method addConstraints (line 23) | public function addConstraints() method addEagerConstraints (line 28) | public function addEagerConstraints(array $models) method initRelation (line 33) | public function initRelation(array $models, $relation) method match (line 38) | public function match(array $models, Collection $results, $relation) method getResults (line 43) | public function getResults() method newRelatedInstanceFor (line 48) | protected function newRelatedInstanceFor(Model $parent) FILE: tests/Console/ModelsCommand/Relations/Types/SampleToManyRelationType.php class SampleToManyRelationType (line 10) | class SampleToManyRelationType extends Relation method addConstraints (line 12) | public function addConstraints() method addEagerConstraints (line 17) | public function addEagerConstraints(array $models) method initRelation (line 22) | public function initRelation(array $models, $relation) method match (line 27) | public function match(array $models, Collection $results, $relation) method getResults (line 32) | public function getResults() FILE: tests/Console/ModelsCommand/Relations/Types/SampleToOneRelationType.php class SampleToOneRelationType (line 19) | class SampleToOneRelationType extends Relation method addConstraints (line 23) | public function addConstraints() method addEagerConstraints (line 28) | public function addEagerConstraints(array $models) method initRelation (line 33) | public function initRelation(array $models, $relation) method match (line 38) | public function match(array $models, Collection $results, $relation) method getResults (line 43) | public function getResults() method newRelatedInstanceFor (line 48) | protected function newRelatedInstanceFor(Model $parent) FILE: tests/Console/ModelsCommand/Relations/__snapshots__/Test__testRelationNotNullable__1.php class BelongsToVariation (line 30) | class BelongsToVariation extends Model method notNullColumnWithForeignKeyConstraint (line 32) | public function notNullColumnWithForeignKeyConstraint(): BelongsTo method notNullColumnWithNoForeignKeyConstraint (line 37) | public function notNullColumnWithNoForeignKeyConstraint(): BelongsTo method nullableColumnWithForeignKeyConstraint (line 42) | public function nullableColumnWithForeignKeyConstraint(): BelongsTo method nullableColumnWithNoForeignKeyConstraint (line 47) | public function nullableColumnWithNoForeignKeyConstraint(): BelongsTo class CompositeBelongsToVariation (line 80) | class CompositeBelongsToVariation extends Model method bothNonNullableWithForeignKeyConstraint (line 84) | public function bothNonNullableWithForeignKeyConstraint(): BelongsTo method nonNullableMixedWithoutForeignKeyConstraint (line 94) | public function nonNullableMixedWithoutForeignKeyConstraint(): BelongsTo method nullableMixedWithForeignKeyConstraint (line 103) | public function nullableMixedWithForeignKeyConstraint(): BelongsTo class Simple (line 172) | class Simple extends Model method relationHasMany (line 177) | public function relationHasMany(): HasMany method relationHasOne (line 182) | public function relationHasOne(): HasOne method relationHasOneWithDefault (line 187) | public function relationHasOneWithDefault(): HasOne method relationBelongsTo (line 192) | public function relationBelongsTo(): BelongsTo method relationBelongsToMany (line 197) | public function relationBelongsToMany(): BelongsToMany method relationBelongsToManyWithSub (line 202) | public function relationBelongsToManyWithSub(): BelongsToMany method relationBelongsToManyWithSubAnother (line 207) | public function relationBelongsToManyWithSubAnother(): BelongsToMany method relationMorphTo (line 212) | public function relationMorphTo(): MorphTo method relationMorphOne (line 217) | public function relationMorphOne(): MorphOne method relationMorphMany (line 222) | public function relationMorphMany(): MorphMany method relationMorphedByMany (line 227) | public function relationMorphedByMany(): MorphToMany method relationBelongsToInAnotherNamespace (line 234) | public function relationBelongsToInAnotherNamespace(): BelongsTo method relationBelongsToSameNameAsColumn (line 239) | public function relationBelongsToSameNameAsColumn(): BelongsTo method relationSampleToManyRelationType (line 244) | public function relationSampleToManyRelationType() method relationSampleRelationType (line 249) | public function relationSampleRelationType() method relationSampleToAnyRelationType (line 254) | public function relationSampleToAnyRelationType() method relationSampleToAnyMorphedRelationType (line 259) | public function relationSampleToAnyMorphedRelationType() method relationSampleToBadlyNamedNotManyRelation (line 264) | public function relationSampleToBadlyNamedNotManyRelation() FILE: tests/Console/ModelsCommand/Relations/__snapshots__/Test__test__1.php class BelongsToVariation (line 30) | class BelongsToVariation extends Model method notNullColumnWithForeignKeyConstraint (line 32) | public function notNullColumnWithForeignKeyConstraint(): BelongsTo method notNullColumnWithNoForeignKeyConstraint (line 37) | public function notNullColumnWithNoForeignKeyConstraint(): BelongsTo method nullableColumnWithForeignKeyConstraint (line 42) | public function nullableColumnWithForeignKeyConstraint(): BelongsTo method nullableColumnWithNoForeignKeyConstraint (line 47) | public function nullableColumnWithNoForeignKeyConstraint(): BelongsTo class CompositeBelongsToVariation (line 80) | class CompositeBelongsToVariation extends Model method bothNonNullableWithForeignKeyConstraint (line 84) | public function bothNonNullableWithForeignKeyConstraint(): BelongsTo method nonNullableMixedWithoutForeignKeyConstraint (line 94) | public function nonNullableMixedWithoutForeignKeyConstraint(): BelongsTo method nullableMixedWithForeignKeyConstraint (line 103) | public function nullableMixedWithForeignKeyConstraint(): BelongsTo class Simple (line 172) | class Simple extends Model method relationHasMany (line 177) | public function relationHasMany(): HasMany method relationHasOne (line 182) | public function relationHasOne(): HasOne method relationHasOneWithDefault (line 187) | public function relationHasOneWithDefault(): HasOne method relationBelongsTo (line 192) | public function relationBelongsTo(): BelongsTo method relationBelongsToMany (line 197) | public function relationBelongsToMany(): BelongsToMany method relationBelongsToManyWithSub (line 202) | public function relationBelongsToManyWithSub(): BelongsToMany method relationBelongsToManyWithSubAnother (line 207) | public function relationBelongsToManyWithSubAnother(): BelongsToMany method relationMorphTo (line 212) | public function relationMorphTo(): MorphTo method relationMorphOne (line 217) | public function relationMorphOne(): MorphOne method relationMorphMany (line 222) | public function relationMorphMany(): MorphMany method relationMorphedByMany (line 227) | public function relationMorphedByMany(): MorphToMany method relationBelongsToInAnotherNamespace (line 234) | public function relationBelongsToInAnotherNamespace(): BelongsTo method relationBelongsToSameNameAsColumn (line 239) | public function relationBelongsToSameNameAsColumn(): BelongsTo method relationSampleToManyRelationType (line 244) | public function relationSampleToManyRelationType() method relationSampleRelationType (line 249) | public function relationSampleRelationType() method relationSampleToAnyRelationType (line 254) | public function relationSampleToAnyRelationType() method relationSampleToAnyMorphedRelationType (line 259) | public function relationSampleToAnyMorphedRelationType() method relationSampleToBadlyNamedNotManyRelation (line 264) | public function relationSampleToBadlyNamedNotManyRelation() FILE: tests/Console/ModelsCommand/ResetAndSmartReset/Models/Simple.php class Simple (line 20) | class Simple extends Model FILE: tests/Console/ModelsCommand/ResetAndSmartReset/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method testNoReset (line 12) | public function testNoReset(): void method testReset (line 25) | public function testReset(): void FILE: tests/Console/ModelsCommand/ResetAndSmartReset/__snapshots__/Test__testNoReset__1.php class Simple (line 25) | class Simple extends Model FILE: tests/Console/ModelsCommand/ResetAndSmartReset/__snapshots__/Test__testReset__1.php class Simple (line 21) | class Simple extends Model FILE: tests/Console/ModelsCommand/ResetAndSmartReset/__snapshots__/Test__testSmartReset__1.php class Simple (line 19) | class Simple extends Model FILE: tests/Console/ModelsCommand/SimpleCasts/Models/SimpleCast.php class SimpleCast (line 9) | class SimpleCast extends Model FILE: tests/Console/ModelsCommand/SimpleCasts/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/SimpleCasts/__snapshots__/Test__test__1.php class SimpleCast (line 73) | class SimpleCast extends Model FILE: tests/Console/ModelsCommand/SoftDeletes/Models/Simple.php class Simple (line 10) | class Simple extends Model FILE: tests/Console/ModelsCommand/SoftDeletes/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/SoftDeletes/__snapshots__/Test__test__1.php class Simple (line 21) | class Simple extends Model FILE: tests/Console/ModelsCommand/SoftDeletesRelations/Models/ModelWithRelations.php class ModelWithRelations (line 11) | class ModelWithRelations extends Model method softDeletable (line 15) | public function softDeletable(): BelongsTo method nonSoftDeletable (line 20) | public function nonSoftDeletable(): BelongsTo method softDeletableHasOne (line 25) | public function softDeletableHasOne(): HasOne method nonSoftDeletableHasOne (line 30) | public function nonSoftDeletableHasOne(): HasOne FILE: tests/Console/ModelsCommand/SoftDeletesRelations/Models/NonSoftDeletableModel.php class NonSoftDeletableModel (line 9) | class NonSoftDeletableModel extends Model FILE: tests/Console/ModelsCommand/SoftDeletesRelations/Models/SoftDeletableModel.php class SoftDeletableModel (line 10) | class SoftDeletableModel extends Model FILE: tests/Console/ModelsCommand/SoftDeletesRelations/Test.php class Test (line 11) | class Test extends AbstractModelsCommand method test (line 13) | public function test(): void method testSoftDeletesForceNullableDisabled (line 26) | public function testSoftDeletesForceNullableDisabled(): void FILE: tests/Console/ModelsCommand/SoftDeletesRelations/__snapshots__/Test__testSoftDeletesForceNullableDisabled__1.php class ModelWithRelations (line 27) | class ModelWithRelations extends Model method softDeletable (line 31) | public function softDeletable(): BelongsTo method nonSoftDeletable (line 36) | public function nonSoftDeletable(): BelongsTo method softDeletableHasOne (line 41) | public function softDeletableHasOne(): HasOne method nonSoftDeletableHasOne (line 46) | public function nonSoftDeletableHasOne(): HasOne class NonSoftDeletableModel (line 69) | class NonSoftDeletableModel extends Model class SoftDeletableModel (line 96) | class SoftDeletableModel extends Model FILE: tests/Console/ModelsCommand/SoftDeletesRelations/__snapshots__/Test__test__1.php class ModelWithRelations (line 27) | class ModelWithRelations extends Model method softDeletable (line 31) | public function softDeletable(): BelongsTo method nonSoftDeletable (line 36) | public function nonSoftDeletable(): BelongsTo method softDeletableHasOne (line 41) | public function softDeletableHasOne(): HasOne method nonSoftDeletableHasOne (line 46) | public function nonSoftDeletableHasOne(): HasOne class NonSoftDeletableModel (line 69) | class NonSoftDeletableModel extends Model class SoftDeletableModel (line 96) | class SoftDeletableModel extends Model FILE: tests/Console/ModelsCommand/UnionTypes/Models/UnionTypeModel.php class UnionTypeModel (line 11) | class UnionTypeModel extends Model method scopeWithUnionTypeParameter (line 13) | public function scopeWithUnionTypeParameter(Builder $query, string|int... method scopeWithNullableUnionTypeParameter (line 18) | public function scopeWithNullableUnionTypeParameter(Builder $query, nu... method withUnionTypeReturn (line 23) | public function withUnionTypeReturn(): HasMany|UnionTypeModel method getFooAttribute (line 28) | public function getFooAttribute(): string|int|null FILE: tests/Console/ModelsCommand/UnionTypes/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/UnionTypes/__snapshots__/Test__test__1.php class UnionTypeModel (line 23) | class UnionTypeModel extends Model method scopeWithUnionTypeParameter (line 25) | public function scopeWithUnionTypeParameter(Builder $query, string|int... method scopeWithNullableUnionTypeParameter (line 30) | public function scopeWithNullableUnionTypeParameter(Builder $query, nu... method withUnionTypeReturn (line 35) | public function withUnionTypeReturn(): HasMany|UnionTypeModel method getFooAttribute (line 40) | public function getFooAttribute(): string|int|null FILE: tests/Console/ModelsCommand/Variadic/Models/Simple.php class Simple (line 10) | class Simple extends Model method scopeWhereVariadic (line 12) | public function scopeWhereVariadic(Builder $query, ...$values): void method scopeWhereTypedVariadic (line 16) | public function scopeWhereTypedVariadic(Builder $query, int ...$values... FILE: tests/Console/ModelsCommand/Variadic/Test.php class Test (line 10) | class Test extends AbstractModelsCommand method test (line 12) | public function test(): void FILE: tests/Console/ModelsCommand/Variadic/__snapshots__/Test__test__1.php class Simple (line 20) | class Simple extends Model method scopeWhereVariadic (line 22) | public function scopeWhereVariadic(Builder $query, ...$values): void method scopeWhereTypedVariadic (line 26) | public function scopeWhereTypedVariadic(Builder $query, int ...$values... FILE: tests/Console/ModelsCommand/migrations/____advanced_casts_table.php class AdvancedCastsTable (line 9) | class AdvancedCastsTable extends Migration method up (line 11) | public function up(): void FILE: tests/Console/ModelsCommand/migrations/____backed_attribute_table.php class BackedAttributeTable (line 9) | class BackedAttributeTable extends Migration method up (line 11) | public function up(): void FILE: tests/Console/ModelsCommand/migrations/____belongs_to_variation_table.php class BelongsToVariationTable (line 9) | class BelongsToVariationTable extends Migration method up (line 11) | public function up(): void FILE: tests/Console/ModelsCommand/migrations/____custom_casts_table.php class CustomCastsTable (line 9) | class CustomCastsTable extends Migration method up (line 11) | public function up(): void FILE: tests/Console/ModelsCommand/migrations/____custom_dates_table.php class CustomDatesTable (line 9) | class CustomDatesTable extends Migration method up (line 11) | public function up(): void FILE: tests/Console/ModelsCommand/migrations/____morphs_table.php class MorphsTable (line 9) | class MorphsTable extends Migration method up (line 11) | public function up(): void FILE: tests/Console/ModelsCommand/migrations/____posts_table.php class PostsTable (line 9) | class PostsTable extends Migration method up (line 11) | public function up(): void FILE: tests/Console/ModelsCommand/migrations/____simple_casts_table.php class SimpleCastsTable (line 9) | class SimpleCastsTable extends Migration method up (line 11) | public function up(): void FILE: tests/Console/ModelsCommand/migrations/____simple_table.php class SimpleTable (line 9) | class SimpleTable extends Migration method up (line 11) | public function up(): void FILE: tests/Console/ModelsCommand/migrations/____soft_deletes_relations_table.php class SoftDeletesRelationsTable (line 9) | class SoftDeletesRelationsTable extends Migration method up (line 11) | public function up(): void FILE: tests/MacroTest.php class MacroTest (line 25) | class MacroTest extends TestCase method testInitPhpDocEloquentBuilderHasStaticInReturnType (line 31) | public function testInitPhpDocEloquentBuilderHasStaticInReturnType(): ... method testInitPhpDocClosureWithoutDocBlock (line 54) | public function testInitPhpDocClosureWithoutDocBlock(): void method testInitPhpDocClosureWithArgsAndReturnType (line 75) | public function testInitPhpDocClosureWithArgsAndReturnType(): void method testInitPhpDocClosureWithArgs (line 99) | public function testInitPhpDocClosureWithArgs(): void method testInitPhpDocClosureWithReturnType (line 123) | public function testInitPhpDocClosureWithReturnType(): void method testInitPhpDocParamsAddedOnlyNotPresent (line 146) | public function testInitPhpDocParamsAddedOnlyNotPresent(): void method testInitPhpDocReturnAddedOnlyNotPresent (line 170) | public function testInitPhpDocReturnAddedOnlyNotPresent(): void method testInitPhpDocParamsWithUnionTypes (line 191) | public function testInitPhpDocParamsWithUnionTypes(): void method testInitPhpDocParamsWithDnfTypes (line 210) | public function testInitPhpDocParamsWithDnfTypes(): void method testInitPhpDocParamsWithPureIntersectionType (line 229) | public function testInitPhpDocParamsWithPureIntersectionType(): void method testInitPhpDocParamsWithMultipleIntersections (line 248) | public function testInitPhpDocParamsWithMultipleIntersections(): void method tagsToString (line 267) | protected function tagsToString(DocBlock $docBlock, string $name) method testCanInstantiate (line 283) | public function testCanInstantiate() method testOutput (line 295) | public function testOutput() class MacroMock (line 325) | class MacroMock extends Macro method __construct (line 327) | public function __construct() method getPhpDoc (line 332) | public function getPhpDoc(ReflectionFunctionAbstract $method, ?Reflect... class UrlGeneratorMacroClass (line 341) | class UrlGeneratorMacroClass method __invoke (line 348) | public function __invoke(string $foo, int $bar = 0): string FILE: tests/MethodTest.php class MethodTest (line 12) | class MethodTest extends TestCase method testCanInstantiate (line 17) | public function testCanInstantiate() method testOutput (line 30) | public function testOutput() method testEloquentBuilderOutput (line 58) | public function testEloquentBuilderOutput() method testEloquentBuilderNormalizedReturnType (line 90) | public function testEloquentBuilderNormalizedReturnType() method testQueryBuilderNormalizedReturnType (line 121) | public function testQueryBuilderNormalizedReturnType() method testDefaultSpecialChars (line 152) | public function testDefaultSpecialChars() method testClassAliases (line 167) | public function testClassAliases() method testEloquentBuilderWithTemplates (line 193) | public function testEloquentBuilderWithTemplates() class ExampleClass (line 217) | class ExampleClass method setName (line 224) | public function setName($last, $first = 'Barry', ...$middle) method setSpecialChars (line 229) | public function setSpecialChars($chars = "\$'\\") method getApplication (line 237) | public function getApplication() FILE: tests/RealTimeFacadesTest.php class RealTimeFacadesTest (line 17) | class RealTimeFacadesTest extends TestCase method testRealTimeFacades (line 19) | public function testRealTimeFacades() method verifyNamespace (line 72) | private function verifyNamespace(Namespace_ $namespace, $target) method getPackageProviders (line 86) | protected function getPackageProviders($app) FILE: tests/SnapshotPhpDriver.php class SnapshotPhpDriver (line 10) | class SnapshotPhpDriver implements Driver method serialize (line 12) | public function serialize($data): string method extension (line 17) | public function extension(): string method match (line 22) | public function match($expected, $actual) FILE: tests/SnapshotTxtDriver.php class SnapshotTxtDriver (line 10) | class SnapshotTxtDriver implements Driver method serialize (line 12) | public function serialize($data): string method extension (line 17) | public function extension(): string method match (line 22) | public function match($expected, $actual) FILE: tests/TestCase.php class TestCase (line 14) | abstract class TestCase extends BaseTestCase method runCommand (line 34) | protected function runCommand(Command $command, array $arguments = [],... method assertMatchesPhpSnapshot (line 48) | protected function assertMatchesPhpSnapshot(?string $actualContent) method assertMatchesTxtSnapshot (line 53) | protected function assertMatchesTxtSnapshot(?string $actualContent) method assertMatchesMockedSnapshot (line 58) | protected function assertMatchesMockedSnapshot() method mockFilesystem (line 63) | protected function mockFilesystem() FILE: tests/stubs/facade-0e0385307adf5db34c7986ecbd11646061356ec8.php class Handler (line 12) | class Handler extends Facade method getFacadeAccessor (line 17) | protected static function getFacadeAccessor(): string FILE: tests/stubs/facade-9431b04ec1494fc71a1bc848f020044aba2af7b1.php class Handler (line 12) | class Handler extends Facade method getFacadeAccessor (line 17) | protected static function getFacadeAccessor(): string