Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2113beb

Browse files
committed
Fix CS
1 parent f5d4ee3 commit 2113beb

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

src/Symfony/Component/Validator/Constraints/NoAutoMapping.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Symfony\Component\Validator\Constraints;
413

514
/*

src/Symfony/Component/Validator/Mapping/Loader/AutoMappingTrait.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
311

412
namespace Symfony\Component\Validator\Mapping\Loader;
13+
514
use Symfony\Component\Validator\Constraints\NoAutoMapping;
615
use Symfony\Component\Validator\Mapping\ClassMetadata;
716

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
***************
2+
*** 1,5 ****
3+
<?php
4+
5+
6+
namespace Symfony\Component\Validator\Mapping\Loader;
7+
use Symfony\Component\Validator\Constraints\NoAutoMapping;
8+
--- 1,13 ----
9+
<?php
10+
11+
+ /*
12+
+ * This file is part of the Symfony package.
13+
+ *
14+
+ * (c) Fabien Potencier <[email protected]>
15+
+ *
16+
+ * For the full copyright and license information, please view the LICENSE
17+
+ * file that was distributed with this source code.
18+
+ */
19+
20+
namespace Symfony\Component\Validator\Mapping\Loader;
21+
use Symfony\Component\Validator\Constraints\NoAutoMapping;

0 commit comments

Comments
 (0)