Repository Analysis

Sylius/Sylius

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

26.3 Moderate AI signal View on GitHub

Analysis Overview

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

26.3
Adjusted Score
26.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
8.5K
Stars
PHP
Language
596.1K
Lines of Code
8.7K
Files
10.3K
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

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.

No multi-scan history yet — run the scanner again to build trend data.

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 2169LOW 8144

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

Hyper-Verbose Identifiers7933 hits · 8906 pts
SeverityFileLineSnippetContext
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.php119 protected function setUpDefaultDeleteHeaders(): voidCODE
LOWtests/Api/JsonApiTestCase.php225 protected function assertJsonResponseContent(Response $response, string $filename): voidCODE
LOWtests/Api/JsonApiTestCase.php333 protected function assertResponseUnprocessableEntity(string $filename): voidCODE
LOWtests/Api/JsonApiTestCase.php355 protected function assertResponseErrorMessage(string $message, int $code = Response::HTTP_UNPROCESSABLE_ENTITY): voiCODE
LOWtests/Api/JsonApiTestCase.php435 protected function assertResponseContainsViolations(array $expectedViolations): voidCODE
LOWtests/Api/JsonApiTestCase.php457 private function assertViolationResponseHeaders(): voidCODE
LOWtests/Api/Shop/OrdersTest.php740 private function setCompositePaymentConfigurationProvider(): voidCODE
LOWtests/Api/Shop/CatalogPromotionsTest.php41 private function loadFixturesAndGetCatalogPromotion(): CatalogPromotionInterfaceCODE
LOWtests/Api/Shop/PaymentRequestsTest.php633 private function loadOrderCreatedAsGuestByRegisteredCustomer(): PaymentInterfaceCODE
LOWtests/Api/Shop/PaymentRequestsTest.php653 private function loadPaymentRequestOwnedByOliver(): PaymentRequestInterfaceCODE
LOWtests/Api/Shop/PaymentRequestsTest.php669 public static function createPaymentRequestProvider(): iterableCODE
LOWtests/Api/Shop/PaymentRequestsTest.php697 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.php62 public function testItReturnWhetherTransitionCanBeApplied(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php84 public function testItReturnsEnabledTransitions(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php102 public function testItConvertsWorkflowExceptionsToCustomOnesOnCan(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php115 public function testItConvertsWorkflowExceptionsToCustomOnApply(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php128 public function testItConvertsWorkflowExceptionsToCustomOnGetEnabledTransitions(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php140 public function testItReturnsTransitionsToForGivenTransition(): voidCODE
LOW…teMachine/tests/Unit/WinzouStateMachineAdapterTest.php164 public function testItReturnsTransitionsFromForGivenTransition(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php38 public function testItReturnWhetherTransitionCanBeApplied(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php87 public function testItReturnsEnabledTransitions(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php115 public function testItConvertsWorkflowExceptionsToCustomOnesOnCan(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php128 public function testItConvertsWorkflowExceptionsToCustomOnApply(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php141 public function testItConvertsWorkflowExceptionsToCustomOnGetEnabledTransitions(): voidCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php154 public function testItReturnsTransitionsToForGivenTransition(?string $expectedToStateTransition, string $requestedTrCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php186 public static function itReturnsTransitionsToForGivenTransitionProvider(): iterableCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php203 public function testItReturnsTransitionsFromForGivenTransition(?string $expectedFromStateTransition, string $requestCODE
LOW…StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php235 public static function itReturnsTransitionsFromForGivenTransitionProvider(): iterableCODE
LOW…/StateMachine/tests/Unit/CompositeStateMachineTest.php38 public function testItThrowsAnExceptionIfNoStateMachineAdapterIsProvided(): voidCODE
7873 more matches not shown…
Self-Referential Comments2169 hits · 6507 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
2109 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