Repository Analysis

Sylius/Sylius

Headless open-source eCommerce platform on top of PHP/Symfony/API Platform

26.4 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Sylius/Sylius, a PHP project with 8,516 GitHub stars. SynthScan v2.0 examined 609,264 lines of code across 8857 source files, recording 10602 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 26.4 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).

26.4
Adjusted Score
26.4
Raw Score
100%
Time Factor
2026-08-29
Last Push
8.5K
Stars
PHP
Language
609.3K
Lines of Code
8.9K
Files
10.6K
Pattern Hits
2026-08-29
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 0HIGH 0MEDIUM 2219LOW 8383

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 10602 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.

Hyper-Verbose Identifiers8172 hits · 9172 pts
SeverityFileLineSnippetContext
LOWUPGRADE-2.3.md557 public function countByGatewayFactoryName(string $factoryName): int;CODE
LOWUPGRADE-2.3.md584 public function getOrderAndItemPromotionTotal(): int;CODE
LOWtests/Fixture/ProductOptionFixturesTest.php109 private function assertValuesOfOptionWithCode(ProductInterface $product, string $code, string $locale, array $expectCODE
LOWtests/Fixture/ProductAttributeFixturesTest.php107 private function assertValueOfAttributeWithCode(ProductInterface $product, string $code, $value): voidCODE
LOWtests/Api/JsonApiTestCase.php116 protected function setUpDefaultDeleteHeaders(): voidCODE
LOWtests/Api/JsonApiTestCase.php222 protected function assertJsonResponseContent(Response $response, string $filename): voidCODE
LOWtests/Api/JsonApiTestCase.php330 protected function assertResponseUnprocessableEntity(string $filename): voidCODE
LOWtests/Api/JsonApiTestCase.php352 protected function assertResponseErrorMessage(string $message, int $code = Response::HTTP_UNPROCESSABLE_ENTITY): voiCODE
LOWtests/Api/JsonApiTestCase.php432 protected function assertResponseContainsViolations(array $expectedViolations): voidCODE
LOWtests/Api/JsonApiTestCase.php454 private function assertViolationResponseHeaders(): voidCODE
LOWtests/Api/Shop/OrdersTest.php742 private function setCompositePaymentConfigurationProvider(): voidCODE
LOWtests/Api/Shop/CatalogPromotionsTest.php41 private function loadFixturesAndGetCatalogPromotion(): CatalogPromotionInterfaceCODE
LOWtests/Api/Shop/PaymentRequestsTest.php685 private function loadOrderCreatedAsGuestByRegisteredCustomer(): PaymentInterfaceCODE
LOWtests/Api/Shop/PaymentRequestsTest.php705 private function loadPaymentRequestOwnedByOliver(): PaymentRequestInterfaceCODE
LOWtests/Api/Shop/PaymentRequestsTest.php721 public static function createPaymentRequestProvider(): iterableCODE
LOWtests/Api/Shop/PaymentRequestsTest.php749 public static function updatePaymentRequestProvider(): iterableCODE
LOWtests/Api/Shop/ShippingMethodsTest.php172 private function getCartAndPutItemForCustomer(string $tokenValue, string $customerEmail): voidCODE
LOWtests/Api/Admin/CatalogPromotionsTest.php592 private function loadFixturesAndGetCatalogPromotion(): CatalogPromotionInterfaceCODE
LOWtests/Api/Admin/ProductReviewsTest.php165 public static function invalidRatingRangeDataProvider(): iterableCODE
LOWtests/Api/Admin/ShipmentsTest.php165 private function buildHeadersWithMergePatchJson(string $adminEmail): arrayCODE
LOWtests/Api/Utils/OrderPlacerTrait.php113 private function dispatchShippingMethodChooseCommand(CODE
LOWtests/Api/Utils/OrderPlacerTrait.php129 private function dispatchPaymentMethodChooseCommand(CODE
LOWtests/Api/Utils/OrderPlacerTrait.php145 protected function dispatchCompleteOrderCommand(CODE
LOWtests/Api/Utils/OrderPlacerTrait.php235 protected function updateCartWithAddressAndCouponCode(CODE
LOWtests/Api/Utils/OrderPlacerTrait.php275 private function dispatchWithShopUserToken(?string $email, object $command): voidCODE
LOWtests/Api/Utils/OrderPlacerTrait.php302 private function checkSetUpOrderPlacerCalled(): voidCODE
LOWtests/Api/Utils/HeadersBuilder.php53 public function withMergePatchJsonContentType(): selfCODE
LOWtests/Api/Utils/HeadersBuilder.php60 public function withMultipartFormDataContentType(): selfCODE
LOWtests/Api/Utils/HeadersBuilder.php81 public function withShopUserAuthorization(string $email): selfCODE
LOWtests/Api/Utils/HeadersBuilder.php94 public function withAdminUserAuthorization(string $email): selfCODE
LOWtests/Functional/AdminSectionNotFoundPageTest.php76 public static function getSyliusResourcesUrlPart(): iterableCODE
LOW…/Functional/Encryption/GatewayConfigEncryptionTest.php170 private function getDatabaseConfigDataForGateway(string $gatewayName): arrayCODE
LOW…Functional/Encryption/PaymentRequestEncryptionTest.php175 private function getDatabaseColumnDataForHash(string $column): mixedCODE
LOWtests/Functional/app/AppKernel.php31 public function registerContainerConfiguration(LoaderInterface $loader): voidCODE
LOWtests/Functional/Doctrine/Mock/DatabasePlatformMock.php26 public function getBooleanTypeDeclarationSQL(array $field): stringCODE
LOWtests/Functional/Doctrine/Mock/DatabasePlatformMock.php31 public function getIntegerTypeDeclarationSQL(array $field): stringCODE
LOWtests/Functional/Doctrine/Mock/DatabasePlatformMock.php36 public function getBigIntTypeDeclarationSQL(array $field): stringCODE
LOWtests/Functional/Doctrine/Mock/DatabasePlatformMock.php41 public function getSmallIntTypeDeclarationSQL(array $field): stringCODE
LOWtests/Functional/Doctrine/Mock/DatabasePlatformMock.php51 public function getVarcharTypeDeclarationSQL(array $field): stringCODE
LOWtests/Functional/Doctrine/Mock/DatabasePlatformMock.php56 public function getClobTypeDeclarationSQL(array $field): stringCODE
LOWtests/Functional/Doctrine/Mock/DatabasePlatformMock.php66 protected function initializeDoctrineTypeMappings()CODE
LOWtests/Functional/Doctrine/Mock/DatabasePlatformMock.php70 public function getBlobTypeDeclarationSQL(array $field)CODE
LOWtests/Functional/Doctrine/Mock/DatabasePlatformMock.php75 public function getCurrentDatabaseExpression(): stringCODE
LOWtests/Grid/OverridenGridsTest.php28 public function testPhpGridsHavingTheSameConfigurationAsYAMLGrids(string $gridName): voidCODE
LOWtests/Grid/OverridenGridsTest.php216 private function assertSameWithIgnoredOrder(array $expected, array $actual): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php64 public function testItReturnWhetherTransitionCanBeApplied(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php86 public function testItReturnsEnabledTransitions(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php104 public function testItConvertsWorkflowExceptionsToCustomOnesOnCan(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php117 public function testItConvertsWorkflowExceptionsToCustomOnApply(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php130 public function testItConvertsWorkflowExceptionsToCustomOnGetEnabledTransitions(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php142 public function testItReturnsTransitionsToForGivenTransition(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php166 public function testItReturnsTransitionsFromForGivenTransition(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php40 public function testItReturnWhetherTransitionCanBeApplied(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php89 public function testItReturnsEnabledTransitions(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php117 public function testItConvertsWorkflowExceptionsToCustomOnesOnCan(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php130 public function testItConvertsWorkflowExceptionsToCustomOnApply(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php143 public function testItConvertsWorkflowExceptionsToCustomOnGetEnabledTransitions(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php156 public function testItReturnsTransitionsToForGivenTransition(?string $expectedToStateTransition, string $requestedTrCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php188 public static function itReturnsTransitionsToForGivenTransitionProvider(): iterableCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php205 public function testItReturnsTransitionsFromForGivenTransition(?string $expectedFromStateTransition, string $requestCODE
8112 more matches not shown…
Self-Referential Comments2219 hits · 6657 pts
SeverityFileLineSnippetContext
MEDIUM…us/Bundle/PayumBundle/Resources/config/app/config.yaml1# This file is part of the Sylius package.COMMENT
MEDIUM…Resources/config/routing/integrations/sylius_shop.yaml1# This file is a part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.et.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.ru.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.hr.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.he.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.pt.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…ayumBundle/Resources/translations/validators.zh_TW.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.it.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.fr.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…Bundle/Resources/translations/messages+intl-icu.nl.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.de.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.sl.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.fi.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.da.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.hu.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.fa.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.pl.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.sv.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.ko.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.es.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.ro.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.sk.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.ja.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.id.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.is.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…ayumBundle/Resources/translations/validators.zh_CN.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.mk.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.no.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…ayumBundle/Resources/translations/validators.en_GB.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.be.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.ca.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…/PayumBundle/Resources/translations/messages.de_AT.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.th.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.bg.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…Bundle/Resources/translations/messages+intl-icu.fr.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…/PayumBundle/Resources/translations/messages.pt_BR.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.nl.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…/PayumBundle/Resources/translations/messages.fr_BE.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…/PayumBundle/Resources/translations/messages.fr_CA.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…/PayumBundle/Resources/translations/messages.de_CH.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.uk.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…/PayumBundle/Resources/translations/messages.sr_CS.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.mn.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.ar.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.tr.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.lt.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…Bundle/Resources/translations/messages+intl-icu.hi.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.cs.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.no.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.vi.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…Bundle/Resources/translations/messages+intl-icu.it.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…/PayumBundle/Resources/translations/messages.zh_CN.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.bg.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.nl.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…Bundle/Resources/translations/messages+intl-icu.de.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.ms.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…e/PayumBundle/Resources/translations/validators.uk.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.lv.yml1# This file is part of the Sylius package.COMMENT
MEDIUM…dle/PayumBundle/Resources/translations/messages.af.yml1# This file is part of the Sylius package.COMMENT
2159 more matches not shown…
Fake / Example Data209 hits · 252 pts
SeverityFileLineSnippetContext
LOWtests/DataFixtures/ORM/resources/orders.yml29 description: "Lorem ipsum"CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml28 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml28 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml34 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml34 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml40 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml40 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml46 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml46 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml52 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml52 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml58 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml58 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml64 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml64 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml70 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml70 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml81 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml81 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml87 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml87 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml93 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml93 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml99 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/taxons.yml99 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/DataFixtures/ORM/resources/admin_users.yml6 email: "user@example.com"CODE
LOWtests/DataFixtures/ORM/resources/year_sales.yml186 description: "Lorem ipsum"CODE
LOWtests/DataFixtures/ORM/resources/year_sales.yml197 description: "Lorem ipsum"CODE
LOWtests/DataFixtures/ORM/resources/cart_with_items.yml108 description: "Lorem ipsum"CODE
LOWtests/DataFixtures/ORM/resources/channels.yml6 description: "Lorem ipsum"CODE
LOWtests/DataFixtures/ORM/resources/channels.yml17 description: "Lorem ipsum psore"CODE
LOWtests/DataFixtures/ORM/resources/checkout.yml6 description: "Lorem ipsum"CODE
LOWtests/DataFixtures/ORM/resources/cart.yml14 description: "Lorem ipsum"CODE
LOWtests/DataFixtures/ORM/resources/order.yml14 description: "Lorem ipsum"CODE
LOWtests/Api/Shop/ProductReviewsTest.php105 'email' => 'test@test.com',CODE
LOWtests/Api/Shop/ProductReviewsTest.php162 'email' => 'test@test.com',CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml41 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml41 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml47 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml47 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml53 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml53 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml59 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml59 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml65 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml65 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml71 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml71 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml77 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml77 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml82 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml82 description: "Some description Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml88 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml88 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml99 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml99 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml105 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml105 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml111 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
LOWtests/Api/DataFixtures/ORM/taxonomy.yaml111 description: "Einige Beschreibung Lorem ipsum dolor sit amet."CODE
149 more matches not shown…
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…/Context/Api/Shop/Checkout/CheckoutShippingContext.php81 );COMMENT
LOWsrc/Sylius/Behat/Context/Transform/TaxonContext.php21COMMENT