Completed
Push — master ( 2fdc18...f6fd2e )
by Laurent
03:47
created
src/AppBundle/Entity/ArticleRepository.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,8 @@
 block discarded – undo
71 71
         return $query->getResult();
72 72
     }
73 73
 
74
-    public function getStockAlert($count) {
74
+    public function getStockAlert($count)
75
+    {
75 76
         $query = $this->createQueryBuilder('a')
76 77
             ->where('a.active = true')
77 78
             ->andWhere('a.quantity < a.minstock')
Please login to merge, or discard this patch.