Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
0.00% covered (danger)
0.00%
0 / 16
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2
3// Matches the syntax of Cirrus function chains, e.g. in RescoreFunctionChains.config.php
4
5return [
6    'optional_chain_no_template_boost' => [
7        'functions' => [
8            [ 'type' => 'recency' ],
9            [ 'type' => 'namespaces' ],
10            [ 'type' => 'language' ],
11        ],
12        'add_extensions' => true,
13    ],
14    'template_boost_only' => [
15        'functions' => [
16            [ 'type' => 'templates' ],
17        ],
18        'score_mode' => 'max',
19    ],
20];