Skip to content

Commit

Permalink
[PropertyInfo] CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 17, 2022
1 parent ed569b1 commit 1b25370
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Tests/Fixtures/DockBlockFallback.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Symfony\Component\PropertyInfo\Tests\Fixtures;

/*
* This file is part of the Symfony package.
*
Expand Down
2 changes: 0 additions & 2 deletions Tests/Fixtures/NoProperties.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Symfony\Component\PropertyInfo\Tests\Fixtures;

/*
* This file is part of the Symfony package.
*
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/Php80Dummy.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\PropertyInfo\Tests\Fixtures;

class Php80Dummy
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/Php81Dummy.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\PropertyInfo\Tests\Fixtures;

class Php81Dummy
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/PseudoTypeDummy.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\PropertyInfo\Tests\Fixtures;

class PseudoTypeDummy
Expand Down

0 comments on commit 1b25370

Please sign in to comment.