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:
Thomas Vincent 2026-04-02 20:58:13 -07:00
parent d0de56088e
commit 519193fedb
No known key found for this signature in database
GPG Key ID: DDE49EA87D9A4F77
6 changed files with 6 additions and 1 deletions

View File

@ -5739,7 +5739,7 @@ parameters:
-
message: '#^Cannot access offset ''alias'' on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 6
count: 4
path: src/Export/Export.php
-

View File

@ -1,4 +1,5 @@
<?php
/**
* Verbose descriptions for settings.
*/

View File

@ -1,4 +1,5 @@
<?php
/**
* User preferences form
*/

View File

@ -1,4 +1,5 @@
<?php
/**
* function for the main export logic
*/

View File

@ -1,4 +1,5 @@
<?php
/**
* This class includes various sanitization methods that can be called statically
*/

View File

@ -1,4 +1,5 @@
<?php
/**
* SQL data types definition
*/