Skip to content

Commit bf49670

Browse files
committed
creating base forms and components
1 parent 8ce809b commit bf49670

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ExpandedCollectionBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\HttpKernel\Bundle\Bundle;
1515

1616
/**
17-
* @author Abdielcs Carrazana <[email protected]>
17+
* @author Abdiel Carrazana <[email protected]>
1818
*/
1919
class ExpandedCollectionBundle extends Bundle
2020
{

Form/DataTransformer/MiddleClassTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Transformer for converting between middle class and target class instances.
1919
*
20-
* @author Abdielcs Carrazana <[email protected]>
20+
* @author Abdiel Carrazana <[email protected]>
2121
*/
2222
class MiddleClassTransformer implements DataTransformerInterface
2323
{

Form/ExpandedMTMType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* Custom form type for render expanded entities collections in a ManyToMany association mapping.
2121
*
22-
* @author Abdielcs Carrazana <[email protected]>
22+
* @author Abdiel Carrazana <[email protected]>
2323
*/
2424
class ExpandedMTMType extends AbstractType
2525
{

Form/ExpandedOTMType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* Custom form type for render expanded entities collections in a OneToMany association mapping.
2121
*
22-
* @author Abdielcs Carrazana <[email protected]>
22+
* @author Abdiel Carrazana <[email protected]>
2323
*/
2424
class ExpandedOTMType extends AbstractType
2525
{

0 commit comments

Comments
 (0)