Jacob Dreesen

Results 63 issues of Jacob Dreesen

Hello, the PhpStorm plugin suggests me to change "an http-equiv" with "a http-equiv", while according to its explanation "an" is correct. ![grafik](https://user-images.githubusercontent.com/424602/189091007-1246f6e6-87d8-4146-9976-7f6603eb3ce1.png)

English

This introduces three configuration options for the link edit panel: 1. `allowedTypes`, which may contain the values `asset`, `document` and/or `object`. This allows you to restrict a link editable to...

Improvement

> **Warning** > This is breaking Since Symfony 4 there's no more `AppBundle`, thus I think the default template location in `AbstractTemplateAreabrick::getTemplateLocation()` should be `TEMPLATE_LOCATION_GLOBAL`, so you don't have to...

Improvement
BC-BREAK

The exception handling in `Area(Block)::buildInfoObject()` was rather useless. In `Area`, `$info` was set to `null` in case of an error, but later `$info->setParams(...)` gets called, which would crash. In `Areablock`,...

Task

In one of my PHP projects I have a dev dependency with a language server that I would like to use. But if I switch to another project the configured...

enhancement

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Ultimate) 2023.1 | | Language level | PHP 8.1 | Current behaviour -- EA...

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Ultimate) 2023.1 | | Language level | PHP 7.3 | Current behaviour -- EA...

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Ultimate) 2023.1 | | Language level | PHP 8.1 | Current behaviour -- EA...

It would be great to be able to disable the check if a class implements only certain interfaces. For example, classes that implement Symfony's [`EventSubscriberInterface`](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php) are always reported to have...

You don't need two `dirname()` call because there's a second parameter for the level.