From ee9f53910ad9e278a0dbdddf253f88a9c331f745 Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Fri, 12 Feb 2016 15:21:53 +0000 Subject: [PATCH] add deprecated note. --- .../DependencyInjection/Factory/Gateway/JmsGatewayFactory.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Payum/Bridge/JMSPayment/DependencyInjection/Factory/Gateway/JmsGatewayFactory.php b/src/Payum/Bridge/JMSPayment/DependencyInjection/Factory/Gateway/JmsGatewayFactory.php index 1555e13..338d250 100644 --- a/src/Payum/Bridge/JMSPayment/DependencyInjection/Factory/Gateway/JmsGatewayFactory.php +++ b/src/Payum/Bridge/JMSPayment/DependencyInjection/Factory/Gateway/JmsGatewayFactory.php @@ -7,6 +7,9 @@ use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\DependencyInjection\Reference; +/** + * @deprecated since 1.0 and will be removed in 2.0 + */ class JmsGatewayFactory extends AbstractGatewayFactory { /**