From 0a80b2855390bf49002c53a05a2873edbb1e47f1 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 17 Jun 2021 09:20:19 +0900 Subject: [PATCH] Add PHPCS ignore for errors in class debug test file --- www/admin/class_test.debug.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/admin/class_test.debug.php b/www/admin/class_test.debug.php index c25306b8..490c5863 100644 --- a/www/admin/class_test.debug.php +++ b/www/admin/class_test.debug.php @@ -1,4 +1,5 @@ -DEBUG(html,strip): ".$debug->debug('CLASS-TEST-DEBUG', 'HTML TAG
PRINTERRORMSG:
".$debug->printErrorMsg()."
"; echo "CLASS DEBUG CALL
"; +// @codingStandardsIgnoreLine class TestL { public $log; @@ -74,6 +76,7 @@ class TestL return true; } } +// @codingStandardsIgnoreLine class TestR extends TestL { public $foo; @@ -101,6 +104,7 @@ print "CLASS EXTEND: DEBUG/tr: ".$tr->subTest()."
"; print "CLASS EXTEND: PRINTERRORMSG:
".$tr->log->printErrorMsg()."
"; // test attaching a logger from outside +// @codingStandardsIgnoreLine class AttachOutside { public $log;