diff --git a/WordPress/AbstractValidSlugSniff.php b/WordPress/AbstractValidSlugSniff.php index 3c97c7609..a96cbe15b 100644 --- a/WordPress/AbstractValidSlugSniff.php +++ b/WordPress/AbstractValidSlugSniff.php @@ -225,8 +225,8 @@ public function process_parameters( $stackPtr, $group_name, $matched_content, $p array( $matched_content, $this->slug_type, - ucfirst( $this->slug_type ), $slug, + ucfirst( $this->slug_type ), ) ); }