Skip to content

Commit ad5a9f2

Browse files
committed
Fixed Psalm error 2nd try
1 parent e440a8f commit ad5a9f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ClassBuilder/BuildContext.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Exception;
88

99
/**
10+
* @psalm-suppress PossiblyUnusedProperty
1011
* Class BuildOutput
1112
*
1213
* This class encapsulates the output of a build process for handling methods and properties
@@ -24,9 +25,7 @@ class BuildContext {
2425

2526
/**
2627
* Constructor for the BuildOutput class.
27-
*
28-
* @psalm-suppress PossiblyUnusedProperty
29-
*
28+
**
3029
* @param Kmap $methods List of methods in the output.
3130
* @param Kmap $properties List of class properties in the output.
3231
*/

0 commit comments

Comments
 (0)