Théo FIDRY

Results 277 issues of Théo FIDRY

If I understand right right now running `check script ruleset`, it check any usage of deprecated call inside script based on the `@deprecated` annotations defined by the ruleset (usually `vendor`...

enhancement

On some occasions, in order to provide a helpful error message, more processing is required to provide a helpful message: ```php $message = $createMessage(...); // heavy stuff happening there Assert::smth(...,...

enhancement

Please double check the resulting PHAR. Indeed I migrated the Box configuration to leverage the newly introduced features in Box3, namely figuring out which files to include in the PHAR....

### Description The `trigger_deprecation` provided by `symfony/deprecation-contracts` is registered in the global namespace. I really don't think it's a good practice to register functions in the global namespace for a...

RFC
Contracts

Add NPM package.

I wanted to try it out on [Infection](https://github.com/infection/infection) but looks like its choking on the `anyOf` type: ```json "type": { "anyOf": [ { "type": "boolean" }, { "type": "object", "additionalProperties":...

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | PHP Inspections (EA Extended) 5.0.0.0 | | Language level | 8.1 | Current behaviour -- When adding...

Currently blocked by PHPUnit Bridge and Prophecy.

I have the project https://github.com/box-project/box which publishes an artifact `box.phar` that is uploaded to each release. I also have the homebrew formula living in https://github.com/box-project/homebrew-box, which requires the tap `humbug/box`....