Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 3, 2019
1 parent b4ca4b5 commit 1470e74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Tests/Extension/Core/Type/BirthdayTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace Symfony\Component\Form\Tests\Extension\Core\Type;


/**
* @author Stepan Anchugov <[email protected]>
*/
Expand Down
1 change: 0 additions & 1 deletion Tests/Extension/Core/Type/ButtonTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace Symfony\Component\Form\Tests\Extension\Core\Type;


/**
* @author Bernhard Schussek <[email protected]>
*/
Expand Down
1 change: 0 additions & 1 deletion Tests/Extension/Core/Type/UrlTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace Symfony\Component\Form\Tests\Extension\Core\Type;


class UrlTypeTest extends TextTypeTest
{
const TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\UrlType';
Expand Down

0 comments on commit 1470e74

Please sign in to comment.