Headless open-source eCommerce platform on top of PHP/Symfony/API Platform
This report presents the forensic synthetic code analysis of Sylius/Sylius, a PHP project with 8,504 GitHub stars. SynthScan v2.0 examined 596,052 lines of code across 8711 source files, recording 10313 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 26.3 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 10313 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/Fixture/ProductOptionFixturesTest.php | 109 | private function assertValuesOfOptionWithCode(ProductInterface $product, string $code, string $locale, array $expect | CODE |
| LOW | tests/Fixture/ProductAttributeFixturesTest.php | 107 | private function assertValueOfAttributeWithCode(ProductInterface $product, string $code, $value): void | CODE |
| LOW | tests/Api/JsonApiTestCase.php | 119 | protected function setUpDefaultDeleteHeaders(): void | CODE |
| LOW | tests/Api/JsonApiTestCase.php | 225 | protected function assertJsonResponseContent(Response $response, string $filename): void | CODE |
| LOW | tests/Api/JsonApiTestCase.php | 333 | protected function assertResponseUnprocessableEntity(string $filename): void | CODE |
| LOW | tests/Api/JsonApiTestCase.php | 355 | protected function assertResponseErrorMessage(string $message, int $code = Response::HTTP_UNPROCESSABLE_ENTITY): voi | CODE |
| LOW | tests/Api/JsonApiTestCase.php | 435 | protected function assertResponseContainsViolations(array $expectedViolations): void | CODE |
| LOW | tests/Api/JsonApiTestCase.php | 457 | private function assertViolationResponseHeaders(): void | CODE |
| LOW | tests/Api/Shop/OrdersTest.php | 740 | private function setCompositePaymentConfigurationProvider(): void | CODE |
| LOW | tests/Api/Shop/CatalogPromotionsTest.php | 41 | private function loadFixturesAndGetCatalogPromotion(): CatalogPromotionInterface | CODE |
| LOW | tests/Api/Shop/PaymentRequestsTest.php | 633 | private function loadOrderCreatedAsGuestByRegisteredCustomer(): PaymentInterface | CODE |
| LOW | tests/Api/Shop/PaymentRequestsTest.php | 653 | private function loadPaymentRequestOwnedByOliver(): PaymentRequestInterface | CODE |
| LOW | tests/Api/Shop/PaymentRequestsTest.php | 669 | public static function createPaymentRequestProvider(): iterable | CODE |
| LOW | tests/Api/Shop/PaymentRequestsTest.php | 697 | public static function updatePaymentRequestProvider(): iterable | CODE |
| LOW | tests/Api/Shop/ShippingMethodsTest.php | 172 | private function getCartAndPutItemForCustomer(string $tokenValue, string $customerEmail): void | CODE |
| LOW | tests/Api/Admin/CatalogPromotionsTest.php | 592 | private function loadFixturesAndGetCatalogPromotion(): CatalogPromotionInterface | CODE |
| LOW | tests/Api/Admin/ProductReviewsTest.php | 165 | public static function invalidRatingRangeDataProvider(): iterable | CODE |
| LOW | tests/Api/Admin/ShipmentsTest.php | 165 | private function buildHeadersWithMergePatchJson(string $adminEmail): array | CODE |
| LOW | tests/Api/Utils/OrderPlacerTrait.php | 113 | private function dispatchShippingMethodChooseCommand( | CODE |
| LOW | tests/Api/Utils/OrderPlacerTrait.php | 129 | private function dispatchPaymentMethodChooseCommand( | CODE |
| LOW | tests/Api/Utils/OrderPlacerTrait.php | 145 | protected function dispatchCompleteOrderCommand( | CODE |
| LOW | tests/Api/Utils/OrderPlacerTrait.php | 235 | protected function updateCartWithAddressAndCouponCode( | CODE |
| LOW | tests/Api/Utils/OrderPlacerTrait.php | 275 | private function dispatchWithShopUserToken(?string $email, object $command): void | CODE |
| LOW | tests/Api/Utils/OrderPlacerTrait.php | 302 | private function checkSetUpOrderPlacerCalled(): void | CODE |
| LOW | tests/Api/Utils/HeadersBuilder.php | 53 | public function withMergePatchJsonContentType(): self | CODE |
| LOW | tests/Api/Utils/HeadersBuilder.php | 60 | public function withMultipartFormDataContentType(): self | CODE |
| LOW | tests/Api/Utils/HeadersBuilder.php | 81 | public function withShopUserAuthorization(string $email): self | CODE |
| LOW | tests/Api/Utils/HeadersBuilder.php | 94 | public function withAdminUserAuthorization(string $email): self | CODE |
| LOW | tests/Functional/AdminSectionNotFoundPageTest.php | 76 | public static function getSyliusResourcesUrlPart(): iterable | CODE |
| LOW | …/Functional/Encryption/GatewayConfigEncryptionTest.php | 170 | private function getDatabaseConfigDataForGateway(string $gatewayName): array | CODE |
| LOW | …Functional/Encryption/PaymentRequestEncryptionTest.php | 175 | private function getDatabaseColumnDataForHash(string $column): mixed | CODE |
| LOW | tests/Functional/app/AppKernel.php | 31 | public function registerContainerConfiguration(LoaderInterface $loader): void | CODE |
| LOW⚡ | tests/Functional/Doctrine/Mock/DatabasePlatformMock.php | 26 | public function getBooleanTypeDeclarationSQL(array $field): string | CODE |
| LOW⚡ | tests/Functional/Doctrine/Mock/DatabasePlatformMock.php | 31 | public function getIntegerTypeDeclarationSQL(array $field): string | CODE |
| LOW⚡ | tests/Functional/Doctrine/Mock/DatabasePlatformMock.php | 36 | public function getBigIntTypeDeclarationSQL(array $field): string | CODE |
| LOW⚡ | tests/Functional/Doctrine/Mock/DatabasePlatformMock.php | 41 | public function getSmallIntTypeDeclarationSQL(array $field): string | CODE |
| LOW⚡ | tests/Functional/Doctrine/Mock/DatabasePlatformMock.php | 51 | public function getVarcharTypeDeclarationSQL(array $field): string | CODE |
| LOW⚡ | tests/Functional/Doctrine/Mock/DatabasePlatformMock.php | 56 | public function getClobTypeDeclarationSQL(array $field): string | CODE |
| LOW⚡ | tests/Functional/Doctrine/Mock/DatabasePlatformMock.php | 66 | protected function initializeDoctrineTypeMappings() | CODE |
| LOW⚡ | tests/Functional/Doctrine/Mock/DatabasePlatformMock.php | 70 | public function getBlobTypeDeclarationSQL(array $field) | CODE |
| LOW⚡ | tests/Functional/Doctrine/Mock/DatabasePlatformMock.php | 75 | public function getCurrentDatabaseExpression(): string | CODE |
| LOW | tests/Grid/OverridenGridsTest.php | 28 | public function testPhpGridsHavingTheSameConfigurationAsYAMLGrids(string $gridName): void | CODE |
| LOW | tests/Grid/OverridenGridsTest.php | 216 | private function assertSameWithIgnoredOrder(array $expected, array $actual): void | CODE |
| LOW | …teMachine/tests/Unit/WinzouStateMachineAdapterTest.php | 62 | public function testItReturnWhetherTransitionCanBeApplied(): void | CODE |
| LOW | …teMachine/tests/Unit/WinzouStateMachineAdapterTest.php | 84 | public function testItReturnsEnabledTransitions(): void | CODE |
| LOW | …teMachine/tests/Unit/WinzouStateMachineAdapterTest.php | 102 | public function testItConvertsWorkflowExceptionsToCustomOnesOnCan(): void | CODE |
| LOW | …teMachine/tests/Unit/WinzouStateMachineAdapterTest.php | 115 | public function testItConvertsWorkflowExceptionsToCustomOnApply(): void | CODE |
| LOW | …teMachine/tests/Unit/WinzouStateMachineAdapterTest.php | 128 | public function testItConvertsWorkflowExceptionsToCustomOnGetEnabledTransitions(): void | CODE |
| LOW | …teMachine/tests/Unit/WinzouStateMachineAdapterTest.php | 140 | public function testItReturnsTransitionsToForGivenTransition(): void | CODE |
| LOW | …teMachine/tests/Unit/WinzouStateMachineAdapterTest.php | 164 | public function testItReturnsTransitionsFromForGivenTransition(): void | CODE |
| LOW | …StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php | 38 | public function testItReturnWhetherTransitionCanBeApplied(): void | CODE |
| LOW | …StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php | 87 | public function testItReturnsEnabledTransitions(): void | CODE |
| LOW | …StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php | 115 | public function testItConvertsWorkflowExceptionsToCustomOnesOnCan(): void | CODE |
| LOW | …StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php | 128 | public function testItConvertsWorkflowExceptionsToCustomOnApply(): void | CODE |
| LOW | …StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php | 141 | public function testItConvertsWorkflowExceptionsToCustomOnGetEnabledTransitions(): void | CODE |
| LOW | …StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php | 154 | public function testItReturnsTransitionsToForGivenTransition(?string $expectedToStateTransition, string $requestedTr | CODE |
| LOW | …StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php | 186 | public static function itReturnsTransitionsToForGivenTransitionProvider(): iterable | CODE |
| LOW | …StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php | 203 | public function testItReturnsTransitionsFromForGivenTransition(?string $expectedFromStateTransition, string $request | CODE |
| LOW | …StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php | 235 | public static function itReturnsTransitionsFromForGivenTransitionProvider(): iterable | CODE |
| LOW⚡ | …/StateMachine/tests/Unit/CompositeStateMachineTest.php | 38 | public function testItThrowsAnExceptionIfNoStateMachineAdapterIsProvided(): void | CODE |
| 7873 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …us/Bundle/PayumBundle/Resources/config/app/config.yaml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …Resources/config/routing/integrations/sylius_shop.yaml | 1 | # This file is a part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.et.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.ru.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.hr.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.he.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.pt.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …ayumBundle/Resources/translations/validators.zh_TW.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.it.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.fr.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …Bundle/Resources/translations/messages+intl-icu.nl.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.de.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.sl.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.fi.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.da.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.hu.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.fa.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.pl.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.sv.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.ko.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.es.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.ro.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.sk.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.ja.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.id.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.is.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …ayumBundle/Resources/translations/validators.zh_CN.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.mk.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.no.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …ayumBundle/Resources/translations/validators.en_GB.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.be.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.ca.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …/PayumBundle/Resources/translations/messages.de_AT.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.th.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.bg.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …Bundle/Resources/translations/messages+intl-icu.fr.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …/PayumBundle/Resources/translations/messages.pt_BR.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.nl.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …/PayumBundle/Resources/translations/messages.fr_BE.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …/PayumBundle/Resources/translations/messages.fr_CA.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …/PayumBundle/Resources/translations/messages.de_CH.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.uk.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …/PayumBundle/Resources/translations/messages.sr_CS.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.mn.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.ar.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.tr.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.lt.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …Bundle/Resources/translations/messages+intl-icu.hi.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.cs.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.no.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.vi.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …Bundle/Resources/translations/messages+intl-icu.it.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …/PayumBundle/Resources/translations/messages.zh_CN.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.bg.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.nl.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …Bundle/Resources/translations/messages+intl-icu.de.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.ms.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …e/PayumBundle/Resources/translations/validators.uk.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.lv.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| MEDIUM | …dle/PayumBundle/Resources/translations/messages.af.yml | 1 | # This file is part of the Sylius package. | COMMENT |
| 2109 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/DataFixtures/ORM/resources/orders.yml | 29 | description: "Lorem ipsum" | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 28 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 28 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 34 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 34 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 40 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 40 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 46 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 46 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 52 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 52 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 58 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 58 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 64 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 64 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 70 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 70 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 81 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 81 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 87 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 87 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 93 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 93 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 99 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/DataFixtures/ORM/resources/taxons.yml | 99 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW | tests/DataFixtures/ORM/resources/admin_users.yml | 6 | email: "user@example.com" | CODE |
| LOW | tests/DataFixtures/ORM/resources/year_sales.yml | 186 | description: "Lorem ipsum" | CODE |
| LOW | tests/DataFixtures/ORM/resources/year_sales.yml | 197 | description: "Lorem ipsum" | CODE |
| LOW | tests/DataFixtures/ORM/resources/cart_with_items.yml | 108 | description: "Lorem ipsum" | CODE |
| LOW | tests/DataFixtures/ORM/resources/channels.yml | 6 | description: "Lorem ipsum" | CODE |
| LOW | tests/DataFixtures/ORM/resources/channels.yml | 17 | description: "Lorem ipsum psore" | CODE |
| LOW | tests/DataFixtures/ORM/resources/checkout.yml | 6 | description: "Lorem ipsum" | CODE |
| LOW | tests/DataFixtures/ORM/resources/cart.yml | 14 | description: "Lorem ipsum" | CODE |
| LOW | tests/DataFixtures/ORM/resources/order.yml | 14 | description: "Lorem ipsum" | CODE |
| LOW | tests/Api/Shop/ProductReviewsTest.php | 105 | 'email' => 'test@test.com', | CODE |
| LOW | tests/Api/Shop/ProductReviewsTest.php | 162 | 'email' => 'test@test.com', | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 41 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 41 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 47 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 47 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 53 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 53 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 59 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 59 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 65 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 65 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 71 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 71 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 77 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 77 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 82 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 82 | description: "Some description Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 88 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 88 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 99 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 99 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 105 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 105 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 111 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| LOW⚡ | tests/Api/DataFixtures/ORM/taxonomy.yaml | 111 | description: "Einige Beschreibung Lorem ipsum dolor sit amet." | CODE |
| 149 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/Context/Api/Shop/Checkout/CheckoutShippingContext.php | 81 | ); | COMMENT |
| LOW | src/Sylius/Behat/Context/Transform/TaxonContext.php | 21 | COMMENT |