Repository Analysis

symfony/symfony

The Symfony PHP framework

7.1 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of symfony/symfony, a PHP project with 31,100 GitHub stars. SynthScan v2.0 examined 2,081,773 lines of code across 12613 source files, recording 14756 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 7.1 places this repository in the Low 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).

7.1
Adjusted Score
7.1
Raw Score
100%
Time Factor
2026-07-13
Last Push
31.1K
Stars
PHP
Language
2.1M
Lines of Code
12.6K
Files
14.8K
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 1HIGH 1MEDIUM 19LOW 14735

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 14756 distinct pattern matches across 9 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.

Hyper-Verbose Identifiers13886 hits · 13657 pts
SeverityFileLineSnippetContext
LOWsrc/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php86 public function getQueryBuilderPartsForCachingHash(object $queryBuilder): ?arrayCODE
LOWsrc/Symfony/Bridge/Doctrine/Form/Type/EntityType.php74 public function getQueryBuilderPartsForCachingHash(object $queryBuilder): ?arrayCODE
LOW…idge/Doctrine/Tests/ContainerAwareEventManagerTest.php30 public function testDispatchEventRespectOrder()CODE
LOW…idge/Doctrine/Tests/ContainerAwareEventManagerTest.php40 public function testUsingDoctrineSubscribersThrows()CODE
LOW…idge/Doctrine/Tests/ContainerAwareEventManagerTest.php76 public function testAddEventListenerAfterDispatchEvent()CODE
LOW…idge/Doctrine/Tests/ContainerAwareEventManagerTest.php158 public function testRemoveAllEventListener()CODE
LOW…idge/Doctrine/Tests/ContainerAwareEventManagerTest.php173 public function testRemoveEventListenerAfterDispatchEvent()CODE
LOW…/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php54 public function testResetServiceWithNativeLazyObjects(string $class)CODE
LOW…/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php81 public static function provideResetServiceWithNativeLazyObjectsCases(): iterableCODE
LOW…/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php115 public function testResetServiceWillNotNestFurtherLazyServicesWithinEachOther()CODE
LOW…/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php152 private function dumpLazyServiceDoctrineBridgeContainerAsFiles()CODE
LOW…c/Symfony/Bridge/Doctrine/Tests/DoctrineTestHelper.php64 public static function createTestConfigurationWithXmlLoader(): ConfigurationCODE
LOW…rine/Tests/DataCollector/DoctrineDataCollectorTest.php94 public function testCollectTimeWithFloatExecutionMS()CODE
LOW…rine/Tests/DataCollector/DoctrineDataCollectorTest.php124 public function testCollectQueryWithNoTypes()CODE
LOW…rine/Tests/DataCollector/DoctrineDataCollectorTest.php180 public function testCollectQueryWithNoParams()CODE
LOW…trine/Tests/Middleware/IdleConnection/ListenerTest.php41 public function testOnKernelRequestShouldSkipSubrequests()CODE
LOW…dge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php162 public static function provideEndTransactionMethod(): arrayCODE
LOW…dge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php204 public static function provideExecuteAndEndTransactionMethods(): arrayCODE
LOW…dge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php223 public function testGlobalDoctrineDuration(callable $sqlMethod, callable $endTransactionMethod)CODE
LOW…dge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php53 public function testRequiredGuesserSimpleFieldNotNullable()CODE
LOW…dge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php62 public function testRequiredGuesserSimpleFieldNullable()CODE
LOW…dge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php71 public function testRequiredGuesserOneToOneNullable()CODE
LOW…dge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php82 public function testRequiredGuesserOneToOneExplicitNullable()CODE
LOW…dge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php95 public function testRequiredGuesserOneToOneNotNullable()CODE
LOW…dge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php108 public function testRequiredGuesserOneToMany()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php91 public function testLoadChoiceListUsesObjectLoaderIfAvailable()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php138 public function testLoadValuesForChoicesDoesNotLoadIfEmptyChoices()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php152 public function testLoadValuesForChoicesDoesNotLoadIfSingleIntId()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php175 public function testLoadValuesForChoicesDoesNotLoadIfSingleIntIdAndValueGiven()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php196 public function testLoadValuesForChoicesDoesNotLoadIfValueIsIdReader()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php243 public function testLoadChoicesForValuesDoesNotLoadIfEmptyValues()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php257 public function testLegacyLoadChoicesForValuesLoadsOnlyChoicesIfValueUseIdReader()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php283 public function testLoadChoicesForValuesLoadsOnlyChoicesIfValueUseIdReader()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php320 public function testLoadChoicesForValuesLoadsAllIfSingleIntIdAndValueGiven()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php341 public function testLoadChoicesForValuesLoadsOnlyChoicesIfValueIsIdReader()CODE
LOW…ine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php376 public function testPassingIdReaderWithoutSingleIdEntity()CODE
LOW…ne/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php44 public function testIdentifierTypeIsStringArray()CODE
LOW…ne/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php49 public function testIdentifierTypeIsIntegerArray()CODE
LOW…ne/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php85 public function testFilterNonIntegerValues()CODE
LOW…ne/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php193 public function testUidThrowProperException(string $entityClass)CODE
LOW…ne/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php228 public function testEmbeddedIdentifierName()CODE
LOW…m/DataTransformer/CollectionToArrayTransformerTest.php64 public function testTransformExpectsArrayOrCollection()CODE
LOW…m/DataTransformer/CollectionToArrayTransformerTest.php70 public function testTransformReadableCollection()CODE
LOW…m/DataTransformer/CollectionToArrayTransformerTest.php191 public function testReverseTransformEmpty()CODE
LOW…Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php105 public function testCollapsedEntityFieldWithChoices()CODE
LOW…Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php122 public function testCollapsedEntityFieldWithPreferredChoices()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php229 public function testConfigureQueryBuilderWithNonQueryBuilderAndNonClosure()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php239 public function testConfigureQueryBuilderWithClosureReturningNonQueryBuilder()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php249 public function testConfigureQueryBuilderWithClosureReturningNullUseDefault()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php130 public function testClassOptionIsRequired()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php145 public function testChoiceTranslationDomainIsDisabledByDefault($expanded)CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php167 public static function choiceTranslationDomainProvider(): arrayCODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php175 public function testSetDataToUninitializedEntityWithNonRequired()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php192 public function testSetDataToUninitializedEntityWithNonRequiredToString()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php209 public function testSetDataToUninitializedEntityWithNonRequiredQueryBuilder()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php279 public function testSetDataMultipleExpandedNull()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php293 public function testSetDataMultipleNonExpandedNull()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php307 public function testSubmitSingleNonExpandedSingleIdentifier()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php329 public function testSubmitSingleNonExpandedSingleAssocIdentifier()CODE
LOW…ony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php354 public function testSubmitSingleNonExpandedCompositeIdentifier()CODE
13826 more matches not shown…
Fake / Example Data820 hits · 931 pts
SeverityFileLineSnippetContext
LOW…tension/AbstractBootstrap5HorizontalLayoutTestCase.php321 'placeholder' => 'name',CODE
LOW…ig/Tests/Extension/FormExtensionDaisyUi5LayoutTest.php155 'placeholder' => 'Placeholder&Not&Translated',CODE
LOW…ig/Tests/Extension/FormExtensionDaisyUi5LayoutTest.php207 'placeholder' => 'Test&Me',CODE
LOW…ig/Tests/Extension/FormExtensionDaisyUi5LayoutTest.php239 'placeholder' => 'Placeholder&Not&Translated',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php2535 ->add('lastName', 'Symfony\Component\Form\Extension\Core\Type\TextType', ['attr' => ['placeholder' => 'Bar']CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php2551 ->add('lastName', 'Symfony\Component\Form\Extension\Core\Type\TextType', ['attr' => ['placeholder' => 'Bar']CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php589 'placeholder' => 'Placeholder&Not&Translated',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php815 'placeholder' => 'Select&Anything&Not&Me',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php839 'placeholder' => 'Test&Me',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php871 $this->assertWidgetMatchesXpath($form->createView(), ['placeholder' => ''],CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php968 'placeholder' => 'Test&Me',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php1035 'placeholder' => 'Placeholder&Not&Translated',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php1081 'placeholder' => 'Test&Me',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php1109 'placeholder' => 'Placeholder&Not&Translated',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php1243 'placeholder' => 'Select&Country',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php1301 'placeholder' => 'Change&Me',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php1497 'placeholder' => 'Change&Me',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php1525 'placeholder' => ['year' => 'Change&Me'],CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php1631 'placeholder' => '',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php2163 'placeholder' => 'Change&Me',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php2190 'placeholder' => ['hour' => 'Change&Me'],CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php2240 'placeholder' => 'Select&Timezone',CODE
LOW…Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php2681 'placeholder' => 'Enter a message to %company%',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php513 'placeholder' => 'Placeholder&Not&Translated',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php750 'placeholder' => 'Select&Anything&Not&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php775 'placeholder' => 'Test&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php802 $this->assertWidgetMatchesXpath($form->createView(), ['placeholder' => '', 'attr' => ['class' => 'my&class']],CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php903 'placeholder' => 'Test&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php1174 'placeholder' => 'Test&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php1222 'placeholder' => 'Placeholder&Not&Translated',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php1568 'placeholder' => 'Select&Country',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php1624 'placeholder' => 'Change&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php1828 'placeholder' => 'Change&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php1860 'placeholder' => ['year' => 'Change&Me'],CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php1967 'placeholder' => '',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php2612 'placeholder' => 'Change&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php2641 'placeholder' => ['hour' => 'Change&Me'],CODE
LOW…g/Tests/Extension/AbstractBootstrap3LayoutTestCase.php2682 'placeholder' => 'Select&Timezone',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php451 'placeholder' => 'Test&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php521 'placeholder' => 'Placeholder&Not&Translated',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php758 'placeholder' => 'Select&Anything&Not&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php783 'placeholder' => 'Test&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php810 $this->assertWidgetMatchesXpath($form->createView(), ['placeholder' => '', 'attr' => ['class' => 'my&class']],CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php1014 'placeholder' => 'Select&Country',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php1086 'placeholder' => 'Change&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php1314 'placeholder' => 'Change&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php1350 'placeholder' => ['year' => 'Change&Me'],CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php1452 'placeholder' => '',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php1748 'placeholder' => 'Change&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php1783 'placeholder' => ['hour' => 'Change&Me'],CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php1830 'placeholder' => 'Select&Timezone',CODE
LOW…g/Tests/Extension/AbstractBootstrap5LayoutTestCase.php1873 'placeholder' => 'name',CODE
LOW…g/Tests/Extension/AbstractBootstrap4LayoutTestCase.php677 'placeholder' => 'Test&Me',CODE
LOW…g/Tests/Extension/AbstractBootstrap4LayoutTestCase.php719 'placeholder' => 'Placeholder&Not&Translated',CODE
LOW…g/Tests/Extension/AbstractBootstrap4LayoutTestCase.php1140 $this->assertWidgetMatchesXpath($form->createView(), ['id' => 'n/a', 'attr' => ['class' => 'my&class form-controCODE
LOW…ent/Form/Extension/Core/DataMapper/RadioListMapper.php50 if ('placeholder' === $radio->getName()) {CODE
LOW…ymfony/Component/Form/Extension/Core/Type/DateType.php135 $yearOptions['placeholder'] = $options['placeholder']['year'];CODE
LOW…ymfony/Component/Form/Extension/Core/Type/DateType.php138 $monthOptions['placeholder'] = $options['placeholder']['month'];CODE
LOW…ymfony/Component/Form/Extension/Core/Type/DateType.php141 $dayOptions['placeholder'] = $options['placeholder']['day'];CODE
LOW…ymfony/Component/Form/Extension/Core/Type/DateType.php293 'placeholder' => $placeholderDefault,CODE
760 more matches not shown…
Decorative Section Separators12 hits · 54 pts
SeverityFileLineSnippetContext
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php735 // ┌──────┐ ┌──────────────────────┐ ┌───┐ ┌─────────────┐ ┌───┐COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php737 // └──────┘ └──────────────────────┘ └───┘ └─────────────┘ └───┘COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php741 // ┌───────────────────────────────┐COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php743 // └───────────────────────────────┘COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php913 // ┌───────────────────┐ ┌─────────────┐ ┌─────────────┐ 4COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php914 // │ prepare_leg │ ──▶ │ build_leg │ ──▶ │ leg_created │ ───────────────────────────┐COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php915 // └───────────────────┘ └─────────────┘ └─────────────┘ │COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php919 // ┌──────┐ ┌───────────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌──────┐ COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php921 // └──────┘ └───────────────────┘ └─────────────┘ └─────────────┘ └─────────────┘ └──────┘ COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php925 // ┌───────────────────┐ │COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php926 // │ stopwatch_running │ ───────────────────────────────────────────────────────────────────┘COMMENT
MEDIUMsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php927 // └───────────────────┘COMMENT
Over-Commented Block28 hits · 27 pts
SeverityFileLineSnippetContext
LOW.github/sync-maintained-versions.php1<?phpCOMMENT
LOW.github/workflows/scorecards.yml41 # To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authenticCOMMENT
LOW…c/Symfony/Contracts/HttpClient/HttpClientInterface.php41 // mixed - if set, implementations MUST set the "body" option to the JSON-encodedCOMMENT
LOW…c/Symfony/Contracts/HttpClient/HttpClientInterface.php61 // request; it MUST be called on connection, on headers and on completion; it SHOULD beCOMMENT
LOWsrc/Symfony/Component/Form/FormRenderer.php121COMMENT
LOWsrc/Symfony/Component/Form/FormRenderer.php141 // functions to fall back from the custom to the parent implementation.COMMENT
LOWsrc/Symfony/Component/Form/FormRenderer.php221COMMENT
LOW…DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php81 public function finishView(FormView $view, FormInterface $form, array $options): voidCOMMENT
LOW…xtension/Validator/ViolationMapper/ViolationMapper.php61 // This case happens if the violation path is empty and thusCOMMENT
LOWsrc/Symfony/Component/Form/Tests/FormConfigTest.php41 ['a:'],COMMENT
LOW…fony/Component/Validator/Constraints/LuhnValidator.php61 $length = \strlen($value);COMMENT
LOW…fony/Component/Validator/Constraints/IbanValidator.php241 return;COMMENT
LOW…/Validator/Tests/Constraints/FileValidatorTestCase.php101 // 1001 bytes | "Size of 1001 bytes exceeded limit of 1000 bytes"COMMENT
LOWsrc/Symfony/Component/Intl/Util/IntlTestHelper.php41 // * the intl extension is not loadedCOMMENT
LOW…y/Component/Config/Tests/Definition/StringNodeTest.php21 #[TestWith([''])]COMMENT
LOW…fony/Component/Workflow/Tests/WorkflowBuilderTrait.php181COMMENT
LOW…fony/Component/Workflow/Tests/WorkflowBuilderTrait.php221 // | | c | <-----+ | b |COMMENT
LOWsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php921 // └──────┘ └───────────────────┘ └─────────────┘ └─────────────┘ └─────────────┘ └──────┘ COMMENT
LOWsrc/Symfony/Component/Workflow/Tests/WorkflowTest.php941 // from: prepare_legCOMMENT
LOW…Workflow/Tests/Validator/StateMachineValidatorTest.php101COMMENT
LOW…omponent/Routing/Tests/Requirement/RequirementTest.php21{COMMENT
LOW…omponent/Routing/Tests/Requirement/RequirementTest.php301 #[TestWith(['61c86569-e477-3ed9-9e3b-1562edb03277'])]COMMENT
LOW…nent/DependencyInjection/Tests/EnvVarProcessorTest.php961 #[TestWith(["a\rb"])]COMMENT
LOWsrc/Symfony/Component/Console/Resources/completion.zsh1#compdef {{ COMMAND_NAME }}COMMENT
LOW…ymfony/Component/Console/Tests/Input/ArgvInputTest.php461COMMENT
LOW…Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt1COMMENT
LOW…mponent/Console/Tests/Command/InvokableCommandTest.php361 $command = new Command('foo');COMMENT
LOW…ny/Bundle/FrameworkBundle/Routing/DelegatingLoader.php41 public function load(mixed $resource, ?string $type = null): RouteCollectionCOMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICAL…urces/views/Script/Mermaid/mermaid-flowchart-v2.min.js155`+o.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=a.text):r.push(o);continue}if(e){let a="Infinite loop on bytCODE
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM.github/sync-maintained-versions.php40// Identify the checked-out branch from the source tree itself (robust to detachedCOMMENT
MEDIUM…onent/Messenger/Command/FailedMessagesRetryCommand.php177 // this avoids using get(), which for some less-robustCOMMENT
MEDIUM…mponent/PasswordHasher/Hasher/SodiumPasswordHasher.php87 // Accept validating non-argon passwords for seamless migrationsCOMMENT
Self-Referential Comments3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM…/Symfony/Component/OptionsResolver/OptionsResolver.php1192 # Define a recursive subroutine for matching balanced parenthesesCOMMENT
MEDIUMsrc/Symfony/Component/Console/Resources/completion.bash1# This file is part of the Symfony package.COMMENT
MEDIUMsrc/Symfony/Component/Console/Resources/completion.zsh3# This file is part of the Symfony package.COMMENT
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHsrc/Symfony/Component/Notifier/Bridge/Prelude/README.md19 PRELUDE_DSN=prelude://YOUR_API_KEY@default?sender=YOUR_SENDER_IDCODE
Slop Phrases2 hits · 4 pts
SeverityFileLineSnippetContext
LOW…Symfony/Component/Console/Tester/ApplicationTester.php20 * When testing an application, don't forget to disable the auto exit flag:COMMENT
MEDIUM…dle/FrameworkBundle/Command/DebugAutowiringCommand.php32#[AsCommand(name: 'debug:autowiring', description: 'List classes/interfaces you can use for autowiring')]COMMENT