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
+6
Original file line number
Diff line number
Diff line change
@@ -1854,6 +1854,12 @@ parameters:
1854
1854
count:1
1855
1855
path:src/Type/TypehintHelper.php
1856
1856
1857
+
-
1858
+
message:'#^Doing instanceof PHPStan\\Type\\TypeWithClassName is error\-prone and deprecated\. Use Type\:\:getObjectClassNames\(\) or Type\:\:getObjectClassReflections\(\) instead\.$#'
1859
+
identifier:phpstanApi.instanceofType
1860
+
count:1
1861
+
path:src/Type/TypehintHelper.php
1862
+
1857
1863
-
1858
1864
message:'#^Doing instanceof PHPStan\\Type\\CallableType is error\-prone and deprecated\. Use Type\:\:isCallable\(\) and Type\:\:getCallableParametersAcceptors\(\) instead\.$#'
0 commit comments