fix: resolve CI failures for phpcs header spacing and phpstan baseline count
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
This commit is contained in:
parent
d0de56088e
commit
519193fedb
@ -5739,7 +5739,7 @@ parameters:
|
||||
-
|
||||
message: '#^Cannot access offset ''alias'' on mixed\.$#'
|
||||
identifier: offsetAccess.nonOffsetAccessible
|
||||
count: 6
|
||||
count: 4
|
||||
path: src/Export/Export.php
|
||||
|
||||
-
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Verbose descriptions for settings.
|
||||
*/
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* User preferences form
|
||||
*/
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* function for the main export logic
|
||||
*/
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* This class includes various sanitization methods that can be called statically
|
||||
*/
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* SQL data types definition
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user