Changeset 43641
- Timestamp:
- 09/14/2018 07:54:53 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcs.xml.dist
r43571 r43641 82 82 <exclude-pattern>/tests/phpunit/tests/db\.php</exclude-pattern> 83 83 </rule> 84 <rule ref="WordPress.DB.PreparedSQL.NotPrepared"> 85 <exclude-pattern>/tests/phpunit/tests/admin/includesSchema\.php</exclude-pattern> 86 </rule> 84 87 85 88 <!-- Whitelist the I18n functions file from issues identified by the I18n sniff -
trunk/tests/phpunit/tests/admin/includesSchema.php
r43630 r43641 1 1 <?php 2 // phpcs:ignoreFile WordPress.DB.PreparedSQL.NotPrepared3 2 4 3 /**
Note: See TracChangeset
for help on using the changeset viewer.