minor #30427 [PropertyInfo] Removes useless namespace (tsantos84)

This PR was merged into the 4.3-dev branch.

Discussion
----------

[PropertyInfo] Removes useless namespace

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| License       | MIT
| Doc PR        | ~

Removes a duplicated namespace in test file. The target branch is `master` because [this feature](f6510cda40) was not released yet.

Commits
-------

b3d536f04d [PropertyInfo] Removed useless namespace
This commit is contained in:
Fabien Potencier 2019-03-03 14:20:24 +01:00
commit 3165d4be71
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
<?php
namespace Symfony\Component\PropertyInfo\Tests\Fixtures;
/*
* This file is part of the Symfony package.
*