SchemaSuggestQuery::initDiscriminatorConditions()   A
last analyzed

Complexity

Conditions 1
Paths 1

Size

Total Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 1
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
1
<?php
2
3
namespace Mdiyakov\DoctrineSolrBundle\Query\Suggest;
4
5
use Mdiyakov\DoctrineSolrBundle\Query\Suggest\Solarium\Query;
6
7
class SchemaSuggestQuery extends AbstractSuggestQuery
8
{
9
10
    /**
11
     * @param Query $solrQuery
12
     */
13
    protected function initDiscriminatorConditions(Query $solrQuery) {}
14
}