Completed
Pull Request — master (#52)
by Rafał
04:38
created
src/PH/Bundle/CoreBundle/Doctrine/ORM/SubscriptionRepository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         ;
41 41
     }
42 42
 
43
+    /**
44
+     * @param \Doctrine\ORM\QueryBuilder $queryBuilder
45
+     */
43 46
     public function applyCustomCriteria($queryBuilder, $criteria): void
44 47
     {
45 48
         foreach ((array) $criteria as $key => $criterion) {
Please login to merge, or discard this patch.