Josh Parkinson

Results 11 comments of Josh Parkinson

Can confirm this is still an issue **PHPStorm**: 2020.3 **Plugin**: 0.22.206 **symfony/dependency-injection:** 3.4.18

Can confirm this is still an issue **PHPStorm**: 2020.3 **Plugin**: 0.22.206 **symfony/dependency-injection:** 3.4.18

Can confirm that this is not working for me either, even when installing perl via homebrew prior to installation.

Also interested in this. Really liking the path method `/// @group shared/theme/colors` As suggested above param definition structure could be followed resulting in something like `/// @group {shared | theme...

@Nasller Can confirm highlighting of inspections can be disabled in PHPStorm 2022.2.3 using package version 1.5.3. | Before | After | | - | - | | | | Setting...

I see, I didn't realise they came from the SDK, in that case I wouldn't recommend changing them. Maybe just include somewhere the 'including' like you've listed above. Regardless, main...

@AndreKR download the zip, 'Install Plugin from Disk' in the IDE and select the downloaded zip.

Same issue. Also @fietserwin your [colon workaround](https://github.com/kalessil/phpinspectionsea/issues/1901#issuecomment-1732552204) is not viable, as it actually disables the `noinspection` and phpstorm will lint/highlight the things you're trying to suppress. ``` PhpStorm 2023.2.2 Build...

Pull request created https://github.com/drupal-composer/drupal-paranoia/pull/20 Catches core `Exception` due to different exceptions that can be thrown by the Symfony Finder component.

@jkribeiro I tend to usually framework my Drupal stacks manually, so i dont use the `drupal-project` template. When im building my project i like to test that all scaffolding and...