Ruud Kamphuis

Results 117 issues of Ruud Kamphuis

This was introduced in https://github.com/doctrine/orm/pull/10878 and I think this should be configurable in the bundle's configuration.

Feature
Ready to work on

How can we silence this deprecation? We're not using the `ContainerAwareLoader`. We're using: ``` symfony/doctrine-bridge v6.4.0 doctrine/data-fixtures 1.7.0 doctrine/doctrine-fixtures-bundle 3.5.1 ``` I saw this problem being predicted in https://github.com/doctrine/DoctrineFixturesBundle/pull/395 but...

Fixes these deprecations on Symfony 6.3: ``` Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Enqueue\Doctrine\DoctrineSchemaCompilerPass" now to avoid...

## Description Add PHP 8.3 to CI matrix ## Motivation and context ## How has this been tested? ## Types of changes - [ ] Bug fix (non-breaking change which...

I have 1 project that uses GoReleaser to publish a nightly tag on every commit to main. When I run `git sync` on that repository, I get this error: ```command...

I have the same problem as described in: - https://github.com/git-town/git-town/issues/2223 I understand that Git Town never wants to loose data. But in my workflow, I only work on 1 machine,...

### Bug Report | Q | A |------------ | ------ | Version | 3.6.1 #### Summary I'm still experiencing issues related to custom charset/collations that break schema diffing. Already [reported...

## Feature request In our project, we want to enforce that everyone always uses `--path-mode=intersection`. PHP-CS-Fixer should only touch files that we want it to touch. If someone configures PHP-CS-Fixer...

status/to verify
kind/feature request

## Feature request Why does PHP-CS-Fixer require rules to have a name that follows a certain pattern? https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/a7bbaa14c75806d62c668a079abcaae3d7233729/src/FixerNameValidator.php#L22-L32 To me, the current approach of using rule names in the form...

kind/feature request
topic/core