You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add test that fails
* Fix for PSR-4
* Update phpstan-baseline
* Distinguish separators
* Allow using also default namespace separator for PSR0
* Drop support for PHP 7.3
* Trailing comma, property type
* fixup! Trailing comma, property type
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
-35Lines changed: 0 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -95,41 +95,6 @@ parameters:
95
95
count:1
96
96
path:lib/Domain/ChainFileToClass.php
97
97
98
-
-
99
-
message:"#^Method Phpactor\\\\ClassFileConverter\\\\Domain\\\\ClassName\\:\\:beginsWith\\(\\) has no return typehint specified\\.$#"
100
-
count:1
101
-
path:lib/Domain/ClassName.php
102
-
103
-
-
104
-
message:"#^Method Phpactor\\\\ClassFileConverter\\\\Domain\\\\ClassName\\:\\:beginsWith\\(\\) has parameter \\$prefix with no typehint specified\\.$#"
105
-
count:1
106
-
path:lib/Domain/ClassName.php
107
-
108
-
-
109
-
message:"#^Method Phpactor\\\\ClassFileConverter\\\\Domain\\\\ClassName\\:\\:fromString\\(\\) has no return typehint specified\\.$#"
110
-
count:1
111
-
path:lib/Domain/ClassName.php
112
-
113
-
-
114
-
message:"#^Method Phpactor\\\\ClassFileConverter\\\\Domain\\\\ClassName\\:\\:fromString\\(\\) has parameter \\$string with no typehint specified\\.$#"
115
-
count:1
116
-
path:lib/Domain/ClassName.php
117
-
118
-
-
119
-
message:"#^Method Phpactor\\\\ClassFileConverter\\\\Domain\\\\ClassName\\:\\:name\\(\\) has no return typehint specified\\.$#"
120
-
count:1
121
-
path:lib/Domain/ClassName.php
122
-
123
-
-
124
-
message:"#^Method Phpactor\\\\ClassFileConverter\\\\Domain\\\\ClassName\\:\\:namespace\\(\\) has no return typehint specified\\.$#"
125
-
count:1
126
-
path:lib/Domain/ClassName.php
127
-
128
-
-
129
-
message:"#^Property Phpactor\\\\ClassFileConverter\\\\Domain\\\\ClassName\\:\\:\\$fullyQualifiedName has no typehint specified\\.$#"
130
-
count:1
131
-
path:lib/Domain/ClassName.php
132
-
133
98
-
134
99
message:"#^Class Phpactor\\\\ClassFileConverter\\\\Domain\\\\ClassNameCandidates implements generic interface IteratorAggregate but does not specify its types\\: TKey, TValue$#"
0 commit comments