Skip to content

Commit ed8d734

Browse files
committed
fix spaces
1 parent e773f6f commit ed8d734

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22
/*
33
* Copyright (c) 2016 KUBO Atsuhiro <kubo@iteman.jp>,
4-
* All rights reserved.
5-
*
6-
* This file is part of PHPMentorsRouteBasedSessionConfigurationBundle.
7-
*
8-
* This program and the accompanying materials are made available under
9-
* the terms of the BSD 2-Clause License which accompanies this
10-
* distribution, and is available at http://opensource.org/licenses/BSD-2-Clause
11-
*/
4+
* All rights reserved.
5+
*
6+
* This file is part of PHPMentorsRouteBasedSessionConfigurationBundle.
7+
*
8+
* This program and the accompanying materials are made available under
9+
* the terms of the BSD 2-Clause License which accompanies this
10+
* distribution, and is available at http://opensource.org/licenses/BSD-2-Clause
11+
*/
1212

1313
namespace PHPMentors\RouteBasedSessionConfigurationBundle\DependencyInjection;
1414

src/EventListener/SessionConfigurationListener.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22
/*
33
* Copyright (c) 2016 KUBO Atsuhiro <kubo@iteman.jp>,
4-
* All rights reserved.
5-
*
6-
* This file is part of PHPMentorsRouteBasedSessionConfigurationBundle.
7-
*
8-
* This program and the accompanying materials are made available under
9-
* the terms of the BSD 2-Clause License which accompanies this
10-
* distribution, and is available at http://opensource.org/licenses/BSD-2-Clause
11-
*/
4+
* All rights reserved.
5+
*
6+
* This file is part of PHPMentorsRouteBasedSessionConfigurationBundle.
7+
*
8+
* This program and the accompanying materials are made available under
9+
* the terms of the BSD 2-Clause License which accompanies this
10+
* distribution, and is available at http://opensource.org/licenses/BSD-2-Clause
11+
*/
1212

1313
namespace PHPMentors\RouteBasedSessionConfigurationBundle\EventListener;
1414

src/Resources/config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" ?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
33
<parameters>
44
<!-- Classes -->

0 commit comments

Comments
 (0)