deprecations icon indicating copy to clipboard operation
deprecations copied to clipboard

Thin library around different deprecation strategies

Results 6 deprecations issues
Sort by recently updated
recently updated
newest added

Initial value in `ignoredLinks` must be set to 1, same as https://github.com/doctrine/deprecations/blob/master/lib/Doctrine/Deprecations/Deprecation.php#L143 Otherwise the error is not ignored.

In reaction to a comment from @morozov on a PR adding deprecations to the DBAL [1], here are my thoughts on unfixable deprecations. # Definition An unfixable deprecation is a...

On `Deprecation#L129` it assumes vendor dir is always `/vendor` `[1]`. As per composer config `[2]` that behaviour can be changed. In a project i'm working on it happen to be...

The `VerifyDeprecations` trait exists to add assertions about deprecations which is a deprecation-producer task. For deprecation consumers we still need to check how to integrate with PHPUnit.

Instead of complicated in file approaches, we could provide a deprecation class loader that just checks and triggers deprecations and then delegates autoloading further to Composer. This could hook into...

### Bug Report | Q | A |-------------------------------------------- | ------ | Version | 1.1.3 #### Summary I've configured the deprecation logging against a PHP 8.1 project and am noticing that...