Skip to content
Snippets Groups Projects

Issue #3330481: Fix PHPStan L2 error "PHPDoc tag @foo has invalid value (Bar)"

Closed Issue #3330481: Fix PHPStan L2 error "PHPDoc tag @foo has invalid value (Bar)"
1 unresolved thread
Closed spokje requested to merge issue/drupal-3330481:3330481-fix-phpstan-l2 into 11.x
1 unresolved thread
Files
15
@@ -47,7 +47,7 @@ class Plugin implements PluginInterface, EventSubscriberInterface, Capable {
/**
* Record whether the 'require' command was called.
*
* @param bool
* @var bool
*/
protected $requireWasCalled;
Loading