Laravel is a web application framework with expressive, elegant syntax.
This report presents the forensic synthetic code analysis of laravel/framework, a PHP project with 34,796 GitHub stars. SynthScan v2.0 examined 548,695 lines of code across 3089 source files, recording 8874 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 15.1 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 8874 distinct pattern matches across 4 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/Encryption/EncrypterTest.php | 184 | public function testWithBadKeyLengthAlternativeCipher() | CODE |
| LOW⚡ | tests/Encryption/EncrypterTest.php | 192 | public function testWithUnsupportedCipher() | CODE |
| LOW⚡ | tests/Encryption/EncrypterTest.php | 200 | public function testExceptionThrownWhenPayloadIsInvalid() | CODE |
| LOW⚡ | tests/Encryption/EncrypterTest.php | 275 | public function testTamperedPayloadWillGetRejected($payload) | CODE |
| LOW⚡ | tests/Encryption/EncrypterTest.php | 284 | public function testEncryptedReturnsTrueForEncryptedValue() | CODE |
| LOW⚡ | tests/Encryption/EncrypterTest.php | 292 | public function testEncryptedReturnsTrueForEncryptedArray() | CODE |
| LOW⚡ | tests/Encryption/EncrypterTest.php | 300 | public function testEncryptedReturnsFalseForPlainText() | CODE |
| LOW⚡ | tests/Encryption/EncrypterTest.php | 307 | public function testEncryptedReturnsFalseForNonString() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 41 | public function testRawStringEncryptionWithPreviousKeys() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 53 | public function testItValidatesMacOnPerKeyBasis() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 65 | public function testItDecryptsUsingTheFirstMacValidatedKey() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 84 | public function testEncryptedLengthIsFixed() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 107 | public function testCipherNamesCanBeMixedCase() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 120 | public function testThatAnAeadCipherIncludesTag() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 130 | public function testThatAnAeadTagMustBeProvidedInFullLength() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 144 | public function testThatAnAeadTagCantBeModified() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 158 | public function testThatANonAeadCipherIncludesMac() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 211 | public function testDecryptionExceptionIsThrownWhenUnexpectedTagIsAdded() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 223 | public function testExceptionThrownWithDifferentKey() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 233 | public function testExceptionThrownWhenIvIsTooLong() | CODE |
| LOW | tests/Encryption/EncrypterTest.php | 247 | public function testSupportedMethodAcceptsAnyCasing() | CODE |
| LOW | …atabase/DatabaseEloquentBelongsToManyChunkByIdTest.php | 68 | public function testBelongsToChunkByIdDesc() | CODE |
| LOW | tests/Database/DatabasePostgresSchemaStateTest.php | 13 | public function testBaseVariablesUseConfiguredConnectionByDefault() | CODE |
| LOW | tests/Database/DatabasePostgresSchemaStateTest.php | 36 | public function testBaseVariablesUseDirectConnectionConfigurationWhenAvailable() | CODE |
| LOW | tests/Database/DatabasePostgresSchemaStateTest.php | 69 | public function testBaseVariablesDoNotExportEmptySslMode() | CODE |
| LOW | tests/Database/DatabaseEloquentMorphToManyTest.php | 17 | public function testEagerConstraintsAreProperlyAdded(): void | CODE |
| LOW | tests/Database/DatabaseEloquentMorphToManyTest.php | 31 | public function testAttachInsertsPivotTableRecord(): void | CODE |
| LOW | tests/Database/DatabaseEloquentMorphToManyTest.php | 43 | public function testDetachRemovesPivotTableRecord(): void | CODE |
| LOW | tests/Database/DatabaseEloquentMorphToManyTest.php | 58 | public function testDetachMethodClearsAllPivotRecordsWhenNoIDsAreGiven(): void | CODE |
| LOW | tests/Database/DatabaseEloquentMorphToManyTest.php | 73 | public function testQueryExpressionCanBePassedToDifferentPivotQueryBuilderClauses(): void | CODE |
| LOW | tests/Database/DatabaseEloquentPivotTest.php | 17 | public function testPropertiesAreSetCorrectly() | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentPivotTest.php | 36 | public function testMutatorsAreCalledFromConstructor() | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentPivotTest.php | 46 | public function testFromRawAttributesDoesNotDoubleMutate() | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentPivotTest.php | 56 | public function testFromRawAttributesDoesNotMutate() | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentPivotTest.php | 66 | public function testPropertiesUnchangedAreNotDirty() | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentPivotTest.php | 75 | public function testPropertiesChangedAreDirty() | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentPivotTest.php | 85 | public function testTimestampPropertyIsSetIfCreatedAtInAttributes() | CODE |
| LOW | tests/Database/DatabaseEloquentPivotTest.php | 97 | public function testTimestampPropertyIsTrueWhenCreatingFromRawAttributes() | CODE |
| LOW | tests/Database/DatabaseEloquentPivotTest.php | 116 | public function testDeleteMethodDeletesModelByKeys() | CODE |
| LOW | tests/Database/DatabaseEloquentPivotTest.php | 131 | public function testPivotModelTableNameIsSingular() | CODE |
| LOW | tests/Database/DatabaseEloquentPivotTest.php | 138 | public function testPivotModelWithParentReturnsParentsTimestampColumns() | CODE |
| LOW | tests/Database/DatabaseEloquentPivotTest.php | 151 | public function testPivotModelWithoutParentReturnsModelTimestampColumns() | CODE |
| LOW | tests/Database/DatabaseConcernsHasAttributesTest.php | 21 | public function testWithConstructorArguments() | CODE |
| LOW | tests/Database/DatabaseConcernsHasAttributesTest.php | 46 | public function testCastingEmptyStringToArrayDoesNotError() | CODE |
| LOW | tests/Database/DatabaseConcernsHasAttributesTest.php | 54 | public function testUnsettingCachedAttribute() | CODE |
| LOW | tests/Database/DatabaseMigrationResetCommandTest.php | 23 | public function testResetCommandCallsMigratorWithProperArguments() | CODE |
| LOW | tests/Database/DatabaseMigrationResetCommandTest.php | 40 | public function testResetCommandCanBePretended() | CODE |
| LOW | tests/Database/DatabaseMigrationResetCommandTest.php | 57 | public function testRefreshCommandExitsWhenProhibited() | CODE |
| LOW⚡ | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 98 | public function testItLoadsARelationWithCustomIntermediateAndLocalKey() | CODE |
| LOW⚡ | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 107 | public function testEagerLoadingARelationWithCustomIntermediateAndLocalKey() | CODE |
| LOW⚡ | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 116 | public function testWhereHasOnARelationWithCustomIntermediateAndLocalKey() | CODE |
| LOW⚡ | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 126 | public function testWithWhereHasOnARelationWithCustomIntermediateAndLocalKey() | CODE |
| LOW | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 77 | public function testItLoadsAHasManyThroughRelationWithCustomKeys() | CODE |
| LOW | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 86 | public function testItLoadsADefaultHasManyThroughRelation() | CODE |
| LOW | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 172 | public function testFirstOrFailThrowsAnException() | CODE |
| LOW | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 183 | public function testFindOrFailThrowsAnException() | CODE |
| LOW | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 194 | public function testFindOrFailWithManyThrowsAnException() | CODE |
| LOW | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 206 | public function testFindOrFailWithManyUsingCollectionThrowsAnException() | CODE |
| LOW | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 265 | public function testFindOrMethodWithManyUsingCollection() | CODE |
| LOW | …base/DatabaseEloquentHasManyThroughIntegrationTest.php | 292 | public function testFirstRetrievesFirstRecord() | CODE |
| 8691 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/Database/DatabaseEloquentIntegrationTest.php | 1971 | $john = EloquentTestUserWithCustomFriendPivot::create(['id' => 1, 'name' => 'John Doe', 'email' => 'johndoe@exam | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentIntegrationTest.php | 1972 | $jane = EloquentTestUserWithCustomFriendPivot::create(['id' => 2, 'name' => 'Jane Doe', 'email' => 'janedoe@exam | CODE |
| LOW⚡ | tests/Database/DatabaseSchemaBlueprintTest.php | 234 | "alter table `users` change `id` `key` bigint unsigned not null auto_increment comment 'lorem ipsum'", | CODE |
| LOW⚡ | tests/Database/DatabaseSchemaBlueprintTest.php | 246 | ['name' => 'id', 'type' => 'bigint unsigned', 'type_name' => 'bigint', 'nullable' => false, 'collation' => n | CODE |
| LOW | tests/Database/DatabaseSchemaBlueprintTest.php | 222 | ['name' => 'id', 'type' => 'bigint unsigned', 'type_name' => 'bigint', 'nullable' => false, 'collation' => n | CODE |
| LOW | tests/Database/DatabaseSchemaBlueprintTest.php | 260 | "alter table `users` change `id` `key` bigint unsigned not null auto_increment comment 'lorem ipsum'", | CODE |
| LOW | tests/Database/DatabaseEloquentTimestampsTest.php | 79 | 'email' => 'test@test.com', | CODE |
| LOW | tests/Database/DatabaseEloquentTimestampsTest.php | 91 | 'email' => 'test@test.com', | CODE |
| LOW | tests/Database/DatabaseEloquentTimestampsTest.php | 102 | 'email' => 'test@test.com', | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentModelTest.php | 3779 | $model->address_line_one = '123 Main Street'; | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentModelTest.php | 3781 | $this->assertSame('123 Main Street', $model->address->lineOne); | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentModelTest.php | 3835 | $model->fill(['id' => 1, 'full_name' => 'John Doe', 'full_address' => '123 Main Street, Anytown']); | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentModelTest.php | 3840 | $this->assertSame('123 Main Street', $model->address_line_one); | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentModelTest.php | 3848 | $model->fill(['id' => 1, 'full_name' => 'John Doe', 'full_address' => '123 Main Street, Anytown']); | CODE |
| LOW⚡ | tests/Database/DatabaseEloquentModelTest.php | 3853 | $this->assertSame('123 Main Street', $model->address_line_one); | CODE |
| LOW⚡ | tests/Database/DatabaseQueryBuilderTest.php | 5755 | $builder->select('*')->from('users')->where('name', 'sounds like', 'John Doe'); | CODE |
| LOW⚡ | tests/Database/DatabaseQueryBuilderTest.php | 5757 | $this->assertEquals(['John Doe'], $builder->getBindings()); | CODE |
| LOW⚡ | …atabase/DatabaseEloquentSoftDeletesIntegrationTest.php | 432 | $result = SoftDeletesTestUser::createOrFirst(['email' => 'foo@bar.com']); | CODE |
| LOW⚡ | …atabase/DatabaseEloquentSoftDeletesIntegrationTest.php | 433 | $this->assertSame('foo@bar.com', $result->email); | CODE |
| LOW⚡ | …atabase/DatabaseEloquentSoftDeletesIntegrationTest.php | 493 | $userModel->email = 'foo@bar.com'; | CODE |
| LOW⚡ | …atabase/DatabaseEloquentSoftDeletesIntegrationTest.php | 498 | $this->assertSame('foo@bar.com', SoftDeletesTestUser::find(2)->email); | CODE |
| LOW⚡ | …atabase/DatabaseEloquentSoftDeletesIntegrationTest.php | 505 | $result = SoftDeletesTestUser::updateOrCreate(['email' => 'foo@bar.com'], ['email' => 'bar@baz.com']); | CODE |
| LOW⚡ | …atabase/DatabaseEloquentSoftDeletesIntegrationTest.php | 509 | $result = SoftDeletesTestUser::withTrashed()->updateOrCreate(['email' => 'taylorotwell@gmail.com'], ['email' => | CODE |
| LOW⚡ | …atabase/DatabaseEloquentSoftDeletesIntegrationTest.php | 510 | $this->assertSame('foo@bar.com', $result->email); | CODE |
| LOW | …atabase/DatabaseEloquentSoftDeletesIntegrationTest.php | 418 | $result = SoftDeletesTestUser::firstOrCreate(['email' => 'foo@bar.com']); | CODE |
| LOW | …atabase/DatabaseEloquentSoftDeletesIntegrationTest.php | 419 | $this->assertSame('foo@bar.com', $result->email); | CODE |
| LOW⚡ | tests/Auth/AuthGuardTest.php | 33 | $guard->shouldReceive('attempt')->once()->with(['email' => 'foo@bar.com', 'password' => 'secret'])->andReturn(tr | CODE |
| LOW⚡ | tests/Auth/AuthGuardTest.php | 34 | $request = Request::create('/', 'GET', [], [], [], ['PHP_AUTH_USER' => 'foo@bar.com', 'PHP_AUTH_PW' => 'secret'] | CODE |
| LOW⚡ | tests/Auth/AuthGuardTest.php | 46 | $request = Request::create('/', 'GET', [], [], [], ['PHP_AUTH_USER' => 'foo@bar.com', 'PHP_AUTH_PW' => 'secret'] | CODE |
| LOW⚡ | tests/Auth/AuthGuardTest.php | 59 | $guard->shouldReceive('attempt')->once()->with(['email' => 'foo@bar.com', 'password' => 'secret'])->andReturn(fa | CODE |
| LOW⚡ | tests/Auth/AuthGuardTest.php | 60 | $request = Request::create('/', 'GET', [], [], [], ['PHP_AUTH_USER' => 'foo@bar.com', 'PHP_AUTH_PW' => 'secret'] | CODE |
| LOW⚡ | tests/Auth/AuthGuardTest.php | 70 | $guard->shouldReceive('attempt')->once()->with(['email' => 'foo@bar.com', 'password' => 'secret', 'active' => 1] | CODE |
| LOW⚡ | tests/Auth/AuthGuardTest.php | 71 | $request = Request::create('/', 'GET', [], [], [], ['PHP_AUTH_USER' => 'foo@bar.com', 'PHP_AUTH_PW' => 'secret'] | CODE |
| LOW⚡ | tests/Auth/AuthGuardTest.php | 82 | $guard->shouldReceive('attempt')->once()->with(['email' => 'foo@bar.com', 'password' => 'secret', 'active' => 1, | CODE |
| LOW⚡ | tests/Auth/AuthGuardTest.php | 83 | $request = Request::create('/', 'GET', [], [], [], ['PHP_AUTH_USER' => 'foo@bar.com', 'PHP_AUTH_PW' => 'secret'] | CODE |
| LOW | tests/Mail/MailableQueuedTest.php | 255 | ->subject('lorem ipsum') | CODE |
| LOW | tests/Mail/MailableQueuedTest.php | 270 | ->subject('lorem ipsum') | CODE |
| LOW | tests/Mail/MailableQueuedTest.php | 291 | ->subject('lorem ipsum') | CODE |
| LOW | tests/Mail/MailableQueuedTest.php | 306 | ->subject('lorem ipsum') | CODE |
| LOW⚡ | tests/Integration/Database/QueryBuilderTest.php | 204 | ['id' => '1', 'title' => 'Foo Post', 'foo' => 'Lorem Ipsum.'], | CODE |
| LOW⚡ | tests/Integration/Database/QueryBuilderTest.php | 213 | $expected = ['id' => '1', 'title' => 'Foo Post', 'content' => 'Lorem Ipsum.']; | CODE |
| LOW⚡ | tests/Integration/Database/QueryBuilderTest.php | 226 | ['id' => '1', 'title' => 'Foo Post', 'foo' => 'Lorem Ipsum.'], | CODE |
| LOW⚡ | tests/Integration/Database/QueryBuilderTest.php | 570 | $results = DB::table('posts')->where('content', 'Lorem Ipsum.')->whereNested(function ($query) { | CODE |
| LOW⚡ | tests/Integration/Database/QueryBuilderTest.php | 583 | (object) ['title' => 'Foo Post', 'content' => 'Lorem Ipsum.'], | CODE |
| LOW⚡ | tests/Integration/Database/QueryBuilderTest.php | 584 | (object) ['title' => 'Bar Post', 'content' => 'Lorem Ipsum.'], | CODE |
| LOW | tests/Integration/Database/QueryBuilderTest.php | 29 | ['title' => 'Foo Post', 'content' => 'Lorem Ipsum.', 'created_at' => new Carbon('2017-11-12 13:14:15')], | CODE |
| LOW | tests/Integration/Database/QueryBuilderTest.php | 30 | ['title' => 'Bar Post', 'content' => 'Lorem Ipsum.', 'created_at' => new Carbon('2018-01-02 03:04:05')], | CODE |
| LOW | tests/Integration/Database/QueryBuilderTest.php | 168 | ['title' => 'Foo Post', 'content' => 'Lorem Ipsum.', 'created_at' => new Carbon('2017-11-12 13:14:15')], | CODE |
| LOW | tests/Integration/Database/QueryBuilderTest.php | 290 | ['title' => 'Baz Post', 'content' => 'Lorem Ipsum.', 'created_at' => new Carbon('2017-11-12 13:14:15')], | CODE |
| LOW | tests/Integration/Database/QueryBuilderTest.php | 636 | 'Lorem Ipsum.' => 'Bar Post', | CODE |
| LOW | tests/Integration/Database/QueryBuilderTest.php | 659 | 'Lorem Ipsum.', | CODE |
| LOW | tests/Integration/Database/QueryBuilderTest.php | 660 | 'Lorem Ipsum.', | CODE |
| LOW | …ts/Integration/Database/EloquentHasManyThroughTest.php | 232 | ['name' => 'John Doe'], | CODE |
| LOW⚡ | …sts/Integration/Database/QueryBuilderWhereLikeTest.php | 30 | ['name' => 'John Doe', 'email' => 'John.Doe@example.com'], | CODE |
| LOW⚡ | …sts/Integration/Database/QueryBuilderWhereLikeTest.php | 31 | ['name' => 'Jane Doe', 'email' => 'janedoe@example.com'], | CODE |
| LOW | tests/Integration/Http/ThrottleRequestsTest.php | 350 | 'email' => 'mateus@example.org', | CODE |
| LOW⚡ | tests/Integration/Http/ResourceTest.php | 1833 | 'user@example.com' => 'John', | CODE |
| LOW⚡ | tests/Integration/Http/ResourceTest.php | 1834 | 'admin@example.com' => 'Hank', | CODE |
| LOW⚡ | tests/Integration/Http/ResourceTest.php | 1837 | 'user@example.com' => 'John', | CODE |
| LOW⚡ | tests/Integration/Http/ResourceTest.php | 1838 | 'admin@example.com' => 'Hank', | CODE |
| 41 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker-compose.yml | 21 | - "3306:3306" | COMMENT |
| LOW | docker-compose.yml | 41 | # mssql: | COMMENT |
| LOW | docker-compose.yml | 61 | # image: redis:7.0-alpine | COMMENT |
| LOW | tests/Database/DatabaseEloquentModelTest.php | 341 | // ->with('{"foo":"bar"}') | COMMENT |
| LOW | tests/Database/DatabaseEloquentModelTest.php | 361 | // $model->setRawAttributes([ | COMMENT |
| LOW | tests/Database/DatabaseEloquentModelTest.php | 381 | COMMENT | |
| LOW | tests/Database/DatabaseEloquentModelTest.php | 401 | // ->andReturn('{"foo":"baz"}'); | COMMENT |
| LOW | tests/Database/DatabaseEloquentModelTest.php | 421 | // $this->encrypter = m::mock(Encrypter::class); | COMMENT |
| LOW | tests/Database/DatabaseEloquentModelTest.php | 441 | COMMENT | |
| LOW | tests/Database/DatabaseEloquentModelTest.php | 461 | COMMENT | |
| LOW | tests/Database/DatabaseEloquentModelTest.php | 481 | // $this->encrypter->expects('decrypt') | COMMENT |
| LOW | tests/Integration/Queue/RedisQueueTest.php | 121 | $this->queue->push(new RedisQueueIntegrationTestJob(12)); | COMMENT |
| LOW | tests/Foundation/FoundationFormRequestTest.php | 541 | // $container->instance( | COMMENT |
| LOW | tests/Filesystem/FilesystemManagerTest.php | 261 | $creator = new CustomFilesystemDriver($driver); | COMMENT |
| LOW | tests/Validation/ValidationEmailRuleTest.php | 401 | ); | COMMENT |
| LOW | tests/Validation/ValidationEmailRuleTest.php | 461 | ); | COMMENT |
| LOW | tests/Validation/ValidationEmailRuleTest.php | 541 | COMMENT | |
| LOW | tests/Validation/ValidationEmailRuleTest.php | 581 | #[TestWith(['john-doe@some-domain.com'])] // Hyphen in domain | COMMENT |
| LOW | tests/Validation/ValidationEmailRuleTest.php | 701 | } | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …lluminate/Database/Eloquent/Concerns/HasAttributes.php | 857 | // the value and update the cast type so we may leverage the following | COMMENT |
| MEDIUM | src/Illuminate/Database/Query/Grammars/Grammar.php | 1237 | // Essentially we will force every insert to be treated as a batch insert which | COMMENT |
| MEDIUM | src/Illuminate/Database/Query/Grammars/Grammar.php | 1238 | // simply makes creating the SQL easier for us since we can utilize the same | COMMENT |