Skip to content

Commit 849b604

Browse files
Update phpstan-baseline.neon
1 parent 5cfeb3e commit 849b604

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

phpstan-baseline.neon

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,18 @@ parameters:
6565
count: 1
6666
path: lib/Gitlab/ResultPager.php
6767

68+
-
69+
message: "#^Method Gitlab\\\\ResultPager\\:\\:postFetch\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
70+
count: 1
71+
path: lib/Gitlab/ResultPager.php
72+
73+
-
74+
message: "#^Method Gitlab\\\\ResultPager\\:\\:has\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
75+
count: 1
76+
path: lib/Gitlab/ResultPager.php
77+
78+
-
79+
message: "#^Method Gitlab\\\\ResultPager\\:\\:get\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
80+
count: 1
81+
path: lib/Gitlab/ResultPager.php
82+

0 commit comments

Comments
 (0)