Skip to content

Commit a822400

Browse files
committed
adding missing headers
1 parent dc7973d commit a822400

12 files changed

+13
-13
lines changed

src/Doctrine/BaseCollectionRelation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*

src/Doctrine/BaseRelation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*

src/Doctrine/BaseSingleRelation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*

src/Doctrine/DoctrineMetadataFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*
@@ -20,6 +20,7 @@
2020
* avoid PSR-4 issues.
2121
*
2222
* @internal
23+
*
2324
* @author Fabien Potencier <fabien@symfony.com>
2425
* @author Ryan Weaver <ryan@knpuniversity.com>
2526
*/

src/Doctrine/EntityRegenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*

src/Doctrine/EntityRelation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*

src/Doctrine/RelationManyToMany.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*

src/Doctrine/RelationManyToOne.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*

src/Doctrine/RelationOneToMany.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*

src/Doctrine/RelationOneToOne.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of the Symfony MakerBundle package.
55
*
66
* (c) Fabien Potencier <fabien@symfony.com>
77
*

0 commit comments

Comments
 (0)