Tomáš Ludvik

Results 26 issues of Tomáš Ludvik

| Q | A | ------------- | --- |Description, reason for the PR| This PR adds fixer to ensure empty line before: break, continue, declare, do, for, foreach, if, return,...

DX & Refactoring

## Describe the expected outcome of your requested feature These service definitions are removed: ` Shopsys\FrameworkBundle\Component\Elasticsearch\IndexDefinitionLoader: arguments: $indexDefinitionsDirectory: '%shopsys.elasticsearch.structure_dir%' $indexPrefix: 'test_%env(ELASTIC_SEARCH_INDEX_PREFIX)%' ` ### Is your feature request related to a...

DX & Refactoring
In Backlog

## Describe the bug Annotation fixer does not fix my extended class declared like this in services.yaml ``` Shopsys\FrameworkBundle\Model\Customer\User\CustomerUserDataFactoryInterface: alias: App\Model\Customer\User\CustomerUserDataFactory ``` but will fix when extended like this: ```...

Bug
Status: on hold

### What is happening Right now we have upgrade notes between each version so, if I am upgrading from version 7.3 to version 8.0 I have to do upgrades from...

Help wanted
In Backlog

## Describe the bug ``` query transports { transports { uuid name payments { uuid name } } } ``` This query will return payments not visible on current domain,...

Bug

| Q | A | ------------- | --- |Description, reason for the PR| ... |New feature| Yes/No |[BC breaks](https://docs.shopsys.com/en/latest/contributing/backward-compatibility-promise/)| Yes/No |Fixes issues| ... |Have you read and signed our [License...

### What is happening There is no description how to mark deprecated methods ... This has been unified in https://github.com/shopsys/shopsys/pull/1164 for setter injectors and would be nice to have documented....

Documentation

## Describe the bug We have not written rule, that find methods are used to check if entry exists and should return null if no result found. Get methods are...

DX & Refactoring
In Backlog

## Description This change fixes excessive spaces after line prefixes for unordered lists in Markdown. Closes #5019. ## Checklist - [x] I’ve added tests to confirm my change works. -...

| Q | A | ------------- | --- |Description, reason for the PR| This solves the problem when the same commit is supposed to be deployed with updated composer dependencies....

Bug
Infrastructure