Completed
Push — sf2.7 ( 984f44...92aca1 )
by Laurent
11:07 queued 06:43
created
src/Glsr/GestockBundle/DependencyInjection/Configuration.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
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
  */
Please login to merge, or discard this patch.
src/Glsr/GestockBundle/Entity/InventoryArticlesRepository.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.