Michele Locati

Results 74 issues of Michele Locati

Consider this code: ```php function foo(): Bar { static $baz; return $baz ??= new Bar(); } ``` PDT signals that `$baz` is never used: ![immagine](https://github.com/eclipse-pdt/pdt/assets/928116/99067402-cda5-40a7-a71b-5bcc87590857)

bug

**Describe the bug** I'm trying to start an Xdebug session of a local PHP script, but it fails and I have the following entry in the log file: ``` !ENTRY...

bug

Let's assume you have this code: ```php

bug

Let's assume we are in this situation: ![immagine](https://github.com/eclipse-pdt/pdt/assets/928116/3334b148-228d-48f9-ac04-fba447e26557) If we choose one of the suggested classes, PDT inserts the `use` statement before `declare(strict_types=1);`: ![immagine](https://github.com/eclipse-pdt/pdt/assets/928116/d84f894a-ce04-47b0-b17e-9b832b776342) So, when PHP parses this file,...

bug
language support

In concrete5 v8 we are using a rather old league/oauth2-server version, and we can't upgrade to a newer one. In this old version, API keys on Windows are stored in...

### Description They plan to [drop support for CKEditor 4 in June 2023](https://ckeditor.com/blog/ckeditor-4-end-of-life/). So, what about switching to CKEditor 5? PS: they also published a short guide for the v4...

Type:Enhancement
Status:Proposal
Product Areas:In-Page Editing
Enhancement:Level Of Effort:3
Enhancement:Quality of Life:2

(ref. #3077) What about implementing a way to specify fixer sets that depend on the path of the file currently being fixed? For instance, we could have the following `.php_cs`...

kind/feature request
topic/I/O
status/stale

## Bug report ### Description Two passes may be required if we use both `NoSuperfluousPhpdocTagsFixer` and `PhpdocAddMissingParamAnnotationFixer`. ### Runtime version ``` PHP CS Fixer 3.26.1 Crank Cake by Fabien Potencier...

kind/bug
status/stale
topic/priority

concrete5 has been rebranded to ConcreteCMS: what about adding support for it?

In addition to a couple of typos in the settings page, with this PR we make sure we won't create `og:url` meta tags with invalid values (this may occur if...