Skip to content

Commit ce8c405

Browse files
akiraakira
akira
authored and
akira
committed
update
1 parent 1a7781a commit ce8c405

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

EventSubscriber/NonMemberRegisterSubscriber.php

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
<?php
22

3+
/*
4+
* Copyright (C) 2019 Akira Kurozumi <info@a-zumi.net>.
5+
*
6+
* This library is free software; you can redistribute it and/or
7+
* modify it under the terms of the GNU Lesser General Public
8+
* License as published by the Free Software Foundation; either
9+
* version 2.1 of the License, or (at your option) any later version.
10+
*
11+
* This library is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
* Lesser General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Lesser General Public
17+
* License along with this library; if not, write to the Free Software
18+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19+
* MA 02110-1301 USA
20+
*/
21+
322
namespace Customize\EventSubscriber;
423

524
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
@@ -18,6 +37,9 @@
1837
use Eccube\Service\OrderHelper;
1938
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
2039

40+
/**
41+
* @author Akira Kurozumi <info@a-zumi.net>
42+
*/
2143
class NonMemberRegisterSubscriber implements EventSubscriberInterface
2244
{
2345
use ControllerTrait;

Form/Type/NonMemberRegisterType.php

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
use Eccube\Entity\Order;
3131

3232
/**
33-
* Description of NonMemberRegister
34-
*
3533
* @author Akira Kurozumi <info@a-zumi.net>
3634
*/
3735
class NonMemberRegisterType extends AbstractType{

0 commit comments

Comments
 (0)