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
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+11-21Lines changed: 11 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ parameters:
261
261
path:src/Parser/NodeVisitor.php
262
262
263
263
-
264
-
message:"#^Method Doctum\\\\Parser\\\\NodeVisitor\\:\\:findParameterInTags\\(\\) return type has no value type specified in iterable type array\\.$#"
264
+
message:"#^Method Doctum\\\\Parser\\\\NodeVisitor\\:\\:findParameterInTags\\(\\) should return array\\{array\\{string, bool\\}, string, string\\}\\|null but returns non\\-empty\\-array\\.$#"
265
265
count:1
266
266
path:src/Parser/NodeVisitor.php
267
267
@@ -665,11 +665,6 @@ parameters:
665
665
count:1
666
666
path:src/Project.php
667
667
668
-
-
669
-
message:"#^Property Doctum\\\\Project\\:\\:\\$functions \\(array\\<string, array\\<string, Doctum\\\\Reflection\\\\FunctionReflection\\>\\>\\) does not accept array\\<int\\|string, array\\<string, Doctum\\\\Reflection\\\\FunctionReflection\\>\\>\\.$#"
670
-
count:1
671
-
path:src/Project.php
672
-
673
668
-
674
669
message:"#^Property Doctum\\\\Project\\:\\:\\$interfaces has no type specified\\.$#"
675
670
count:1
@@ -1655,16 +1650,6 @@ parameters:
1655
1650
count:1
1656
1651
path:src/Renderer/Renderer.php
1657
1652
1658
-
-
1659
-
message:"#^Property Doctum\\\\Renderer\\\\Renderer\\:\\:\\$cachedSearchIndex \\(array\\<string, array\\<string, mixed\\>\\>\\) does not accept array\\<int\\|string, array\\<string, mixed\\>\\>\\.$#"
1660
-
count:1
1661
-
path:src/Renderer/Renderer.php
1662
-
1663
-
-
1664
-
message:"#^Property Doctum\\\\Renderer\\\\Renderer\\:\\:\\$cachedTree \\(array\\<string, array\\<string, Doctum\\\\TreeNode\\|int\\>\\>\\) does not accept array\\<int\\|string, array\\<string, mixed\\>\\>\\.$#"
1665
-
count:1
1666
-
path:src/Renderer/Renderer.php
1667
-
1668
1653
-
1669
1654
message:"#^Property Doctum\\\\Renderer\\\\Renderer\\:\\:\\$filesystem has no type specified\\.$#"
1670
1655
count:1
@@ -1845,6 +1830,11 @@ parameters:
1845
1830
count:1
1846
1831
path:src/Renderer/TwigExtension.php
1847
1832
1833
+
-
1834
+
message:"#^Offset 1 on array\\{string, non\\-empty\\-string\\} on left side of \\?\\? always exists and is not nullable\\.$#"
1835
+
count:1
1836
+
path:src/Renderer/TwigExtension.php
1837
+
1848
1838
-
1849
1839
message:"#^Property Doctum\\\\Renderer\\\\TwigExtension\\:\\:\\$project has no type specified\\.$#"
1850
1840
count:1
@@ -1885,11 +1875,6 @@ parameters:
1885
1875
count:1
1886
1876
path:src/Store/ArrayStore.php
1887
1877
1888
-
-
1889
-
message:"#^Property Doctum\\\\Store\\\\ArrayStore\\:\\:\\$classes \\(array\\<string, Doctum\\\\Reflection\\\\ClassReflection\\>\\) does not accept array\\<int\\|string, mixed\\>\\.$#"
1890
-
count:1
1891
-
path:src/Store/ArrayStore.php
1892
-
1893
1878
-
1894
1879
message:"#^Method Doctum\\\\Store\\\\JsonStore\\:\\:readClass\\(\\) has parameter \\$name with no type specified\\.$#"
1895
1880
count:1
@@ -2080,6 +2065,11 @@ parameters:
2080
2065
count:1
2081
2066
path:tests/ProjectTest.php
2082
2067
2068
+
-
2069
+
message:"#^Call to an undefined method Doctum\\\\Tests\\\\Renderer\\\\DiffTest\\:\\:assertFileDoesNotExist\\(\\)\\.$#"
2070
+
count:1
2071
+
path:tests/Renderer/DiffTest.php
2072
+
2083
2073
-
2084
2074
message:"#^Method Doctum\\\\Tests\\\\Renderer\\\\TwigExtensionTest\\:\\:dataProviderParseDesc\\(\\) return type has no value type specified in iterable type array\\.$#"
0 commit comments