diff --git a/Yoast/Reports/Threshold.php b/Yoast/Reports/Threshold.php
index 1334af7..6894cd6 100644
--- a/Yoast/Reports/Threshold.php
+++ b/Yoast/Reports/Threshold.php
@@ -21,6 +21,7 @@
* @since 2.2.0
*
* @phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- Flags unused params which are required via the interface. Invalid.
+ * @phpcs:disable SlevomatCodingStandard.TypeHints.DisallowMixedTypeHint.DisallowedMixedTypeHint -- Type is too complex to document properly.
*/
final class Threshold implements Report {
diff --git a/Yoast/ruleset.xml b/Yoast/ruleset.xml
index 4885ab9..2a0faaf 100644
--- a/Yoast/ruleset.xml
+++ b/Yoast/ruleset.xml
@@ -317,6 +317,82 @@
SNIFFS RELATED TO COMMENTS AND DOCBLOCKS
#############################################################################
-->
+
+
+ 5
+
+
+ 5
+
+
+
+
+ 5
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ */tests/*\.php$
+
+