@@ -21,7 +21,6 @@ |
||
21 | 21 | * and merges configuration from your app/config files. |
22 | 22 | * |
23 | 23 | * @category DependencyInjection |
24 | - |
|
25 | 24 | * @link http://symfony.com/doc/current/cookbook/bundles/extension.html |
26 | 25 | * #cookbook-bundles-extension-config-class |
27 | 26 | */ |
@@ -35,8 +35,8 @@ |
||
35 | 35 | $qb = $this->createQueryBuilder('ia'); |
36 | 36 | |
37 | 37 | $qb |
38 | - ->where('ia.inventory = :inventory') |
|
39 | - ->setParameter('inventory', $inventory); |
|
38 | + ->where('ia.inventory = :inventory') |
|
39 | + ->setParameter('inventory', $inventory); |
|
40 | 40 | |
41 | 41 | return $qb |
42 | 42 | ->getQuery() |