Verified Commit 6a0db37d authored by Steven Jones's avatar Steven Jones
Browse files

Issue #3493480 by steven jones: Update the PHPStan baseline

parent 4fe5efd2
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
parameters:
	ignoreErrors:
		-
			message: """
				#^Call to deprecated method setCellValueByColumnAndRow\\(\\) of class PhpOffice\\\\PhpSpreadsheet\\\\Worksheet\\\\Worksheet\\:
				1\\.23\\.0
				     Use the setCellValue\\(\\) method with a cell address such as 'C5' instead;,
				         or passing in an array of \\[\\$columnIndex, \\$row\\] \\(e\\.g\\. \\[3, 5\\]\\), or a CellAddress object\\.$#
			"""
			count: 1
			path: src/Plugin/views/display/DataExport.php

		-
			message: "#^\\\\Drupal calls should be avoided in classes, use dependency injection instead$#"
			count: 5