We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e440a8f commit ad5a9f2Copy full SHA for ad5a9f2
src/ClassBuilder/BuildContext.php
@@ -7,6 +7,7 @@
7
use Exception;
8
9
/**
10
+ * @psalm-suppress PossiblyUnusedProperty
11
* Class BuildOutput
12
*
13
* This class encapsulates the output of a build process for handling methods and properties
@@ -24,9 +25,7 @@ class BuildContext {
24
25
26
27
* Constructor for the BuildOutput class.
- *
28
- * @psalm-suppress PossiblyUnusedProperty
29
+ **
30
* @param Kmap $methods List of methods in the output.
31
* @param Kmap $properties List of class properties in the output.
32
*/
0 commit comments