phpstan-baseline.neon 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. parameters:
  2. ignoreErrors:
  3. -
  4. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider\:\:provides\(\) return type has no value type specified in iterable type array\.$#'
  5. identifier: missingType.iterableValue
  6. count: 1
  7. path: src/Adapters/Laravel/CollisionServiceProvider.php
  8. -
  9. message: '#^Parameter \#1 \$container of class NunoMaduro\\Collision\\Adapters\\Laravel\\ExceptionHandler constructor expects Illuminate\\Contracts\\Container\\Container, mixed given\.$#'
  10. identifier: argument.type
  11. count: 1
  12. path: src/Adapters/Laravel/CollisionServiceProvider.php
  13. -
  14. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Commands\\TestCommand\:\:binary\(\) return type has no value type specified in iterable type array\.$#'
  15. identifier: missingType.iterableValue
  16. count: 1
  17. path: src/Adapters/Laravel/Commands/TestCommand.php
  18. -
  19. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Commands\\TestCommand\:\:commonArguments\(\) return type has no value type specified in iterable type array\.$#'
  20. identifier: missingType.iterableValue
  21. count: 1
  22. path: src/Adapters/Laravel/Commands/TestCommand.php
  23. -
  24. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Commands\\TestCommand\:\:getEnvironmentVariables\(\) return type has no value type specified in iterable type array\.$#'
  25. identifier: missingType.iterableValue
  26. count: 1
  27. path: src/Adapters/Laravel/Commands/TestCommand.php
  28. -
  29. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Commands\\TestCommand\:\:paratestArguments\(\) has parameter \$options with no value type specified in iterable type array\.$#'
  30. identifier: missingType.iterableValue
  31. count: 1
  32. path: src/Adapters/Laravel/Commands/TestCommand.php
  33. -
  34. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Commands\\TestCommand\:\:paratestArguments\(\) return type has no value type specified in iterable type array\.$#'
  35. identifier: missingType.iterableValue
  36. count: 1
  37. path: src/Adapters/Laravel/Commands/TestCommand.php
  38. -
  39. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Commands\\TestCommand\:\:paratestEnvironmentVariables\(\) return type has no value type specified in iterable type array\.$#'
  40. identifier: missingType.iterableValue
  41. count: 1
  42. path: src/Adapters/Laravel/Commands/TestCommand.php
  43. -
  44. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Commands\\TestCommand\:\:phpunitArguments\(\) has parameter \$options with no value type specified in iterable type array\.$#'
  45. identifier: missingType.iterableValue
  46. count: 1
  47. path: src/Adapters/Laravel/Commands/TestCommand.php
  48. -
  49. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Commands\\TestCommand\:\:phpunitArguments\(\) return type has no value type specified in iterable type array\.$#'
  50. identifier: missingType.iterableValue
  51. count: 1
  52. path: src/Adapters/Laravel/Commands/TestCommand.php
  53. -
  54. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Commands\\TestCommand\:\:phpunitEnvironmentVariables\(\) return type has no value type specified in iterable type array\.$#'
  55. identifier: missingType.iterableValue
  56. count: 1
  57. path: src/Adapters/Laravel/Commands/TestCommand.php
  58. -
  59. message: '#^Parameter \#1 \$argv of class Symfony\\Component\\Console\\Input\\ArgvInput constructor expects list\<string\>\|null, non\-empty\-array given\.$#'
  60. identifier: argument.type
  61. count: 1
  62. path: src/Adapters/Laravel/Commands/TestCommand.php
  63. -
  64. message: '#^Parameter \#1 \$array of function array_slice expects array, mixed given\.$#'
  65. identifier: argument.type
  66. count: 1
  67. path: src/Adapters/Laravel/Commands/TestCommand.php
  68. -
  69. message: '#^Parameter \#1 \$haystack of static method Illuminate\\Support\\Str\:\:startsWith\(\) expects string, mixed given\.$#'
  70. identifier: argument.type
  71. count: 10
  72. path: src/Adapters/Laravel/Commands/TestCommand.php
  73. -
  74. message: '#^Parameter \#1 \$messages of method Illuminate\\Console\\OutputStyle\:\:write\(\) expects iterable\|string, mixed given\.$#'
  75. identifier: argument.type
  76. count: 1
  77. path: src/Adapters/Laravel/Commands/TestCommand.php
  78. -
  79. message: '#^Parameter \#1 \$name of method Dotenv\\Repository\\RepositoryInterface\:\:clear\(\) expects string, mixed given\.$#'
  80. identifier: argument.type
  81. count: 1
  82. path: src/Adapters/Laravel/Commands/TestCommand.php
  83. -
  84. message: '#^Method NunoMaduro\\Collision\\Adapters\\Laravel\\Inspector\:\:getTrace\(\) return type has no value type specified in iterable type array\.$#'
  85. identifier: missingType.iterableValue
  86. count: 1
  87. path: src/Adapters/Laravel/Inspector.php
  88. -
  89. message: '#^Parameter \#1 \$slowTests of method NunoMaduro\\Collision\\Adapters\\Phpunit\\Style\:\:writeSlowTests\(\) expects array\<int, NunoMaduro\\Collision\\Adapters\\Phpunit\\TestResult\>, array given\.$#'
  90. identifier: argument.type
  91. count: 1
  92. path: src/Adapters/Phpunit/Printers/DefaultPrinter.php
  93. -
  94. message: '#^Parameter \#2 \$callback of function uasort expects callable\(mixed, mixed\)\: int, Closure\(NunoMaduro\\Collision\\Adapters\\Phpunit\\TestResult, NunoMaduro\\Collision\\Adapters\\Phpunit\\TestResult\)\: int\<\-1, 1\> given\.$#'
  95. identifier: argument.type
  96. count: 1
  97. path: src/Adapters/Phpunit/Printers/DefaultPrinter.php
  98. -
  99. message: '#^Property NunoMaduro\\Collision\\Adapters\\Phpunit\\Printers\\DefaultPrinter\:\:\$profileSlowTests type has no value type specified in iterable type array\.$#'
  100. identifier: missingType.iterableValue
  101. count: 1
  102. path: src/Adapters/Phpunit/Printers/DefaultPrinter.php
  103. -
  104. message: '#^Method NunoMaduro\\Collision\\Adapters\\Phpunit\\Printers\\ReportablePrinter\:\:__call\(\) has parameter \$arguments with no value type specified in iterable type array\.$#'
  105. identifier: missingType.iterableValue
  106. count: 1
  107. path: src/Adapters/Phpunit/Printers/ReportablePrinter.php
  108. -
  109. message: '#^PHPDoc tag @var with type Throwable is not subtype of native type NunoMaduro\\Collision\\Exceptions\\TestException\.$#'
  110. identifier: varTag.nativeType
  111. count: 1
  112. path: src/Adapters/Phpunit/Style.php
  113. -
  114. message: '#^Method NunoMaduro\\Collision\\Adapters\\Phpunit\\Support\\ResultReflection\:\:numberOfTests\(\) should return int but returns mixed\.$#'
  115. identifier: return.type
  116. count: 1
  117. path: src/Adapters/Phpunit/Support/ResultReflection.php
  118. -
  119. message: '#^Method NunoMaduro\\Collision\\Adapters\\Phpunit\\TestResult\:\:__construct\(\) has parameter \$context with no value type specified in iterable type array\.$#'
  120. identifier: missingType.iterableValue
  121. count: 1
  122. path: src/Adapters/Phpunit/TestResult.php
  123. -
  124. message: '#^Parameter \#9 \$context of class NunoMaduro\\Collision\\Adapters\\Phpunit\\TestResult constructor expects array, mixed given\.$#'
  125. identifier: argument.type
  126. count: 1
  127. path: src/Adapters/Phpunit/TestResult.php
  128. -
  129. message: '#^Property NunoMaduro\\Collision\\Adapters\\Phpunit\\TestResult\:\:\$context type has no value type specified in iterable type array\.$#'
  130. identifier: missingType.iterableValue
  131. count: 1
  132. path: src/Adapters/Phpunit/TestResult.php
  133. -
  134. message: '#^Method NunoMaduro\\Collision\\ArgumentFormatter\:\:format\(\) has parameter \$arguments with no value type specified in iterable type array\.$#'
  135. identifier: missingType.iterableValue
  136. count: 1
  137. path: src/ArgumentFormatter.php
  138. -
  139. message: '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$#'
  140. identifier: foreach.nonIterable
  141. count: 1
  142. path: src/ConsoleColor.php
  143. -
  144. message: '#^Call to function is_array\(\) with array will always evaluate to true\.$#'
  145. identifier: function.alreadyNarrowedType
  146. count: 2
  147. path: src/ConsoleColor.php
  148. -
  149. message: '#^Constant NunoMaduro\\Collision\\ConsoleColor\:\:STYLES type has no value type specified in iterable type array\.$#'
  150. identifier: missingType.iterableValue
  151. count: 1
  152. path: src/ConsoleColor.php
  153. -
  154. message: '#^Method NunoMaduro\\Collision\\ConsoleColor\:\:addTheme\(\) has parameter \$styles with no value type specified in iterable type array\.$#'
  155. identifier: missingType.iterableValue
  156. count: 1
  157. path: src/ConsoleColor.php
  158. -
  159. message: '#^Method NunoMaduro\\Collision\\ConsoleColor\:\:apply\(\) has parameter \$style with no value type specified in iterable type array\.$#'
  160. identifier: missingType.iterableValue
  161. count: 1
  162. path: src/ConsoleColor.php
  163. -
  164. message: '#^Method NunoMaduro\\Collision\\ConsoleColor\:\:getPossibleStyles\(\) return type has no value type specified in iterable type array\.$#'
  165. identifier: missingType.iterableValue
  166. count: 1
  167. path: src/ConsoleColor.php
  168. -
  169. message: '#^Method NunoMaduro\\Collision\\ConsoleColor\:\:getThemes\(\) return type has no value type specified in iterable type array\.$#'
  170. identifier: missingType.iterableValue
  171. count: 1
  172. path: src/ConsoleColor.php
  173. -
  174. message: '#^Method NunoMaduro\\Collision\\ConsoleColor\:\:setThemes\(\) has parameter \$themes with no value type specified in iterable type array\.$#'
  175. identifier: missingType.iterableValue
  176. count: 1
  177. path: src/ConsoleColor.php
  178. -
  179. message: '#^Method NunoMaduro\\Collision\\ConsoleColor\:\:themeSequence\(\) return type has no value type specified in iterable type array\.$#'
  180. identifier: missingType.iterableValue
  181. count: 1
  182. path: src/ConsoleColor.php
  183. -
  184. message: '#^Parameter \#1 \$message of class NunoMaduro\\Collision\\Exceptions\\InvalidStyleException constructor expects string, mixed given\.$#'
  185. identifier: argument.type
  186. count: 1
  187. path: src/ConsoleColor.php
  188. -
  189. message: '#^Parameter \#1 \$name of method NunoMaduro\\Collision\\ConsoleColor\:\:themeSequence\(\) expects string, mixed given\.$#'
  190. identifier: argument.type
  191. count: 1
  192. path: src/ConsoleColor.php
  193. -
  194. message: '#^Parameter \#1 \$style of method NunoMaduro\\Collision\\ConsoleColor\:\:isValidStyle\(\) expects string, mixed given\.$#'
  195. identifier: argument.type
  196. count: 2
  197. path: src/ConsoleColor.php
  198. -
  199. message: '#^Parameter \#1 \$style of method NunoMaduro\\Collision\\ConsoleColor\:\:styleSequence\(\) expects string, mixed given\.$#'
  200. identifier: argument.type
  201. count: 2
  202. path: src/ConsoleColor.php
  203. -
  204. message: '#^Parameter \#2 \$styles of method NunoMaduro\\Collision\\ConsoleColor\:\:addTheme\(\) expects array\|string, mixed given\.$#'
  205. identifier: argument.type
  206. count: 1
  207. path: src/ConsoleColor.php
  208. -
  209. message: '#^Property NunoMaduro\\Collision\\ConsoleColor\:\:\$themes type has no value type specified in iterable type array\.$#'
  210. identifier: missingType.iterableValue
  211. count: 1
  212. path: src/ConsoleColor.php
  213. -
  214. message: '#^Cannot cast mixed to string\.$#'
  215. identifier: cast.string
  216. count: 2
  217. path: src/Coverage.php
  218. -
  219. message: '#^Method NunoMaduro\\Collision\\Coverage\:\:getMissingCoverage\(\) should return array\<int, string\> but returns array\.$#'
  220. identifier: return.type
  221. count: 1
  222. path: src/Coverage.php
  223. -
  224. message: '#^Parameter \#2 \.\.\.\$values of function sprintf expects bool\|float\|int\|string\|null, mixed given\.$#'
  225. identifier: argument.type
  226. count: 1
  227. path: src/Coverage.php
  228. -
  229. message: '#^Cannot access offset ''file'' on mixed\.$#'
  230. identifier: offsetAccess.nonOffsetAccessible
  231. count: 1
  232. path: src/Exceptions/TestException.php
  233. -
  234. message: '#^Cannot access offset ''line'' on mixed\.$#'
  235. identifier: offsetAccess.nonOffsetAccessible
  236. count: 1
  237. path: src/Exceptions/TestException.php
  238. -
  239. message: '#^Cannot access offset 0 on mixed\.$#'
  240. identifier: offsetAccess.nonOffsetAccessible
  241. count: 2
  242. path: src/Exceptions/TestException.php
  243. -
  244. message: '#^Cannot cast mixed to int\.$#'
  245. identifier: cast.int
  246. count: 1
  247. path: src/Exceptions/TestException.php
  248. -
  249. message: '#^Method NunoMaduro\\Collision\\Exceptions\\TestException\:\:getFile\(\) should return string but returns mixed\.$#'
  250. identifier: return.type
  251. count: 1
  252. path: src/Exceptions/TestException.php
  253. -
  254. message: '#^Method NunoMaduro\\Collision\\Exceptions\\TestException\:\:getTrace\(\) return type has no value type specified in iterable type array\.$#'
  255. identifier: missingType.iterableValue
  256. count: 1
  257. path: src/Exceptions/TestException.php
  258. -
  259. message: '#^Method NunoMaduro\\Collision\\Exceptions\\TestException\:\:shortenMessage\(\) has parameter \$matches with no value type specified in iterable type array\.$#'
  260. identifier: missingType.iterableValue
  261. count: 1
  262. path: src/Exceptions/TestException.php
  263. -
  264. message: '#^Parameter \#2 \$string of function explode expects string, mixed given\.$#'
  265. identifier: argument.type
  266. count: 2
  267. path: src/Exceptions/TestException.php
  268. -
  269. message: '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$#'
  270. identifier: foreach.nonIterable
  271. count: 1
  272. path: src/Highlighter.php
  273. -
  274. message: '#^Binary operation "\." between mixed and "\\n"\|"\\r\\n" results in an error\.$#'
  275. identifier: binaryOp.invalid
  276. count: 1
  277. path: src/Highlighter.php
  278. -
  279. message: '#^Binary operation "\.\=" between string and mixed results in an error\.$#'
  280. identifier: assignOp.invalid
  281. count: 1
  282. path: src/Highlighter.php
  283. -
  284. message: '#^Cannot access offset 0 on mixed\.$#'
  285. identifier: offsetAccess.nonOffsetAccessible
  286. count: 1
  287. path: src/Highlighter.php
  288. -
  289. message: '#^Cannot access offset 1 on mixed\.$#'
  290. identifier: offsetAccess.nonOffsetAccessible
  291. count: 1
  292. path: src/Highlighter.php
  293. -
  294. message: '#^Cannot use array destructuring on mixed\.$#'
  295. identifier: offsetAccess.nonArray
  296. count: 1
  297. path: src/Highlighter.php
  298. -
  299. message: '#^Method NunoMaduro\\Collision\\Highlighter\:\:colorLines\(\) has parameter \$tokenLines with no value type specified in iterable type array\.$#'
  300. identifier: missingType.iterableValue
  301. count: 1
  302. path: src/Highlighter.php
  303. -
  304. message: '#^Method NunoMaduro\\Collision\\Highlighter\:\:colorLines\(\) return type has no value type specified in iterable type array\.$#'
  305. identifier: missingType.iterableValue
  306. count: 1
  307. path: src/Highlighter.php
  308. -
  309. message: '#^Method NunoMaduro\\Collision\\Highlighter\:\:getHighlightedLines\(\) return type has no value type specified in iterable type array\.$#'
  310. identifier: missingType.iterableValue
  311. count: 1
  312. path: src/Highlighter.php
  313. -
  314. message: '#^Method NunoMaduro\\Collision\\Highlighter\:\:lineNumbers\(\) has parameter \$lines with no value type specified in iterable type array\.$#'
  315. identifier: missingType.iterableValue
  316. count: 1
  317. path: src/Highlighter.php
  318. -
  319. message: '#^Method NunoMaduro\\Collision\\Highlighter\:\:splitToLines\(\) has parameter \$tokens with no value type specified in iterable type array\.$#'
  320. identifier: missingType.iterableValue
  321. count: 1
  322. path: src/Highlighter.php
  323. -
  324. message: '#^Method NunoMaduro\\Collision\\Highlighter\:\:splitToLines\(\) return type has no value type specified in iterable type array\.$#'
  325. identifier: missingType.iterableValue
  326. count: 1
  327. path: src/Highlighter.php
  328. -
  329. message: '#^Method NunoMaduro\\Collision\\Highlighter\:\:tokenize\(\) return type has no value type specified in iterable type array\.$#'
  330. identifier: missingType.iterableValue
  331. count: 1
  332. path: src/Highlighter.php
  333. -
  334. message: '#^Parameter \#1 \$name of method NunoMaduro\\Collision\\ConsoleColor\:\:hasTheme\(\) expects string, mixed given\.$#'
  335. identifier: argument.type
  336. count: 1
  337. path: src/Highlighter.php
  338. -
  339. message: '#^Parameter \#1 \$style of method NunoMaduro\\Collision\\ConsoleColor\:\:apply\(\) expects array\|string, mixed given\.$#'
  340. identifier: argument.type
  341. count: 1
  342. path: src/Highlighter.php
  343. -
  344. message: '#^Parameter \#2 \$string of function explode expects string, mixed given\.$#'
  345. identifier: argument.type
  346. count: 1
  347. path: src/Highlighter.php
  348. -
  349. message: '#^Parameter \#2 \$text of method NunoMaduro\\Collision\\ConsoleColor\:\:apply\(\) expects string, mixed given\.$#'
  350. identifier: argument.type
  351. count: 1
  352. path: src/Highlighter.php
  353. -
  354. message: '#^Binary operation "\." between mixed and ''\:\:'' results in an error\.$#'
  355. identifier: binaryOp.invalid
  356. count: 1
  357. path: src/Writer.php
  358. -
  359. message: '#^Cannot call method getArgs\(\) on mixed\.$#'
  360. identifier: method.nonObject
  361. count: 1
  362. path: src/Writer.php
  363. -
  364. message: '#^Cannot call method getClass\(\) on mixed\.$#'
  365. identifier: method.nonObject
  366. count: 2
  367. path: src/Writer.php
  368. -
  369. message: '#^Cannot call method getFile\(\) on mixed\.$#'
  370. identifier: method.nonObject
  371. count: 3
  372. path: src/Writer.php
  373. -
  374. message: '#^Cannot call method getFunction\(\) on mixed\.$#'
  375. identifier: method.nonObject
  376. count: 1
  377. path: src/Writer.php
  378. -
  379. message: '#^Cannot call method getLine\(\) on mixed\.$#'
  380. identifier: method.nonObject
  381. count: 1
  382. path: src/Writer.php
  383. -
  384. message: '#^Instanceof between Throwable and Throwable will always evaluate to true\.$#'
  385. identifier: instanceof.alwaysTrue
  386. count: 1
  387. path: src/Writer.php
  388. -
  389. message: '#^Method NunoMaduro\\Collision\\Writer\:\:getFrames\(\) should return array\<int, Whoops\\Exception\\Frame\> but returns array\.$#'
  390. identifier: return.type
  391. count: 1
  392. path: src/Writer.php
  393. -
  394. message: '#^Method NunoMaduro\\Collision\\Writer\:\:ignoreFilesIn\(\) has parameter \$ignore with no value type specified in iterable type array\.$#'
  395. identifier: missingType.iterableValue
  396. count: 1
  397. path: src/Writer.php
  398. -
  399. message: '#^Method NunoMaduro\\Collision\\Writer\:\:renderTrace\(\) has parameter \$frames with no value type specified in iterable type array\.$#'
  400. identifier: missingType.iterableValue
  401. count: 1
  402. path: src/Writer.php
  403. -
  404. message: '#^Parameter \#1 \$arguments of method NunoMaduro\\Collision\\ArgumentFormatter\:\:format\(\) expects array, mixed given\.$#'
  405. identifier: argument.type
  406. count: 1
  407. path: src/Writer.php
  408. -
  409. message: '#^Parameter \#1 \$callback of function array_map expects \(callable\(mixed\)\: mixed\)\|null, Closure\(string\)\: non\-falsy\-string given\.$#'
  410. identifier: argument.type
  411. count: 1
  412. path: src/Writer.php
  413. -
  414. message: '#^Parameter \#1 \$filePath of method NunoMaduro\\Collision\\Writer\:\:getFileRelativePath\(\) expects string, mixed given\.$#'
  415. identifier: argument.type
  416. count: 1
  417. path: src/Writer.php
  418. -
  419. message: '#^Parameter \#1 \$haystack of function strpos expects string, mixed given\.$#'
  420. identifier: argument.type
  421. count: 1
  422. path: src/Writer.php
  423. -
  424. message: '#^Parameter \#1 \$string of function rtrim expects string, mixed given\.$#'
  425. identifier: argument.type
  426. count: 1
  427. path: src/Writer.php
  428. -
  429. message: '#^Parameter \#2 \$array of function array_map expects array, mixed given\.$#'
  430. identifier: argument.type
  431. count: 1
  432. path: src/Writer.php
  433. -
  434. message: '#^Parameter \#3 \$subject of function preg_replace expects array\<float\|int\|string\>\|string, mixed given\.$#'
  435. identifier: argument.type
  436. count: 1
  437. path: src/Writer.php
  438. -
  439. message: '#^Parameter \#3 \$subject of function str_replace expects array\<string\>\|string, mixed given\.$#'
  440. identifier: argument.type
  441. count: 1
  442. path: src/Writer.php
  443. -
  444. message: '#^Part \$function \(mixed\) of encapsed string cannot be cast to string\.$#'
  445. identifier: encapsedStringPart.nonString
  446. count: 1
  447. path: src/Writer.php
  448. -
  449. message: '#^Part \$line \(mixed\) of encapsed string cannot be cast to string\.$#'
  450. identifier: encapsedStringPart.nonString
  451. count: 1
  452. path: src/Writer.php
  453. -
  454. message: '#^Property NunoMaduro\\Collision\\Writer\:\:\$ignore \(array\<int, Closure\|string\>\) does not accept array\.$#'
  455. identifier: assign.propertyType
  456. count: 1
  457. path: src/Writer.php