We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78158f commit 8456488Copy full SHA for 8456488
src/Dependency/TagDependency.php
@@ -28,7 +28,7 @@
28
*/
29
class TagDependency extends Dependency
30
{
31
- /** @var string[] $tags */
+ /** @var string[] */
32
public array $tags;
33
34
public function __construct(
0 commit comments