mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 14:14:36 +00:00
Upgrade/Install: Properly exclude the admin/includesSchema.php tests file for the WordPress.DB.PreparedSQL.NotPrepared sniff.
The way this was implemented in [43630] caused the file to be excluded for all sniffs, since PHPCS does not support file-wide ignores of a specific sniff at this point. Props jrf. See #44896. git-svn-id: https://develop.svn.wordpress.org/trunk@43641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
// phpcs:ignoreFile WordPress.DB.PreparedSQL.NotPrepared
|
||||
|
||||
/**
|
||||
* @group admin
|
||||
|
||||
Reference in New Issue
Block a user