File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 2929 */
3030final class ExecutableLinesFindingVisitor extends NodeVisitorAbstract
3131{
32- /**
33- * @var int
34- */
35- private $ nextBranch = 0 ;
32+ private int $ nextBranch = 0 ;
3633
37- /**
38- * @var string
39- */
40- private $ source ;
34+ private string $ source ;
4135
4236 /**
43- * @var array<int, int>
37+ * @psalm- var array<int, int>
4438 */
45- private $ executableLinesGroupedByBranch = [];
39+ private array $ executableLinesGroupedByBranch = [];
4640
4741 /**
48- * @var array<int, bool>
42+ * @psalm- var array<int, bool>
4943 */
50- private $ unsets = [];
44+ private array $ unsets = [];
5145
5246 /**
53- * @var array<int, string>
47+ * @psalm- var array<int, string>
5448 */
55- private $ commentsToCheckForUnset = [];
49+ private array $ commentsToCheckForUnset = [];
5650
5751 public function __construct (string $ source )
5852 {
You can’t perform that action at this time.
0 commit comments