disable code sniff for define check

This commit is contained in:
Andreas Gohr 2023-03-14 20:12:55 +01:00
parent 0981255e12
commit d930200a99
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
<?php
/**
* Set up globally available constants
*/
@ -73,7 +74,7 @@ define('DOKU_MEDIA_EMPTY_NS', 8);
* @file inc/mail.php
* @file inc/Mailer.class.php
*/
if(!defined('MAILHEADER_EOL')) define('MAILHEADER_EOL', "\r\n");
// phpcs:disable
if (!defined('MAILHEADER_EOL')) define('MAILHEADER_EOL', "\r\n");
// phpcs:enable
// define('MAILHEADER_ASCIIONLY',1); // we currently don't use this