Skip to content

Commit

Permalink
Issue #3330481 by spokje, quietone, mstrelan, smustgrave: Fix PHPStan…
Browse files Browse the repository at this point in the history
… L2 error "PHPDoc tag @foo has invalid value (Bar)"

(cherry picked from commit 5a87e35f8fa50354ed0336e3bb16b4e14c1db531)
  • Loading branch information
longwave committed Nov 2, 2024
1 parent 393d19c commit 30e2dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Plugin implements PluginInterface, EventSubscriberInterface, Capable {
/**
* Record whether the 'require' command was called.
*
* @param bool
* @var bool
*/
protected $requireWasCalled;

Expand Down

0 comments on commit 30e2dce

Please sign in to comment.