src/Registrar/Post_Type_Registrar.php
Method compile_args
has 78 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
protected function compile_args( Post_Type $post_type ): array {
// Create the labels.
$labels = array(
'name' => $post_type->plural,
'singular_name' => $post_type->singular,