Alexander M. Turek

Results 39 issues of Alexander M. Turek

## Feature request In `readonly` classes, I can still flag individual properties as `readonly`, for example: ```php readonly class MyService { private readonly Foo $foo; public function __construct( FooFactory $fooFactory,...

kind/feature request
topic/PHP8.2
contribution welcome

Leverages doctrine/dbal#6686.

New Feature

The filesystem component comes with a safe way to read the contents of a file. Let's use that. This means, I will drop support for Symfony 6.

### Symfony version(s) affected 7.3.0 ### Description I tried to upgrade a codebase to Symfony 7.3 that contains classes that serve merely as a namespace for utility functions, e.g.: ```php...

DependencyInjection
Bug
Status: Needs Review

Monolog 1 is more or less unmaintained these days. Dropping support for that old branch allows us to clean up the bundle a bit and reduce the size of our...

| Q | A |------------- | ----------- | Type | bug | Fixed issues | N/A #### Summary This PR fixes all current compatibility issues with Symfony 8.

Bug
Dependencies

| Q | A |------------- | ----------- | Type | feature | Fixed issues | #6703 #### Summary Draft: I'm working together with @rickogden on implementing a VECTOR type for...

The ORM makes use of the `AbstractPlatform::getColumnDeclarationListSQL()` method. This method requires a list of column definitions. The structure of that array has been changed in 5.0: 4.3.x: https://github.com/doctrine/dbal/blob/7669f131d43b880de168b2d2df9687d152d6c762/src/Schema/Column.php#L23-L24 5.0.x: https://github.com/doctrine/dbal/blob/711dcecfb36bcc03fa588206b189f1a152e0afaa/src/Schema/Column.php#L22-L23...