fix namespace of 'self'

This commit is contained in:
Julien Fastré 2021-04-27 23:21:15 +02:00
parent 58047faac6
commit 148221cdc7

View File

@ -13,8 +13,6 @@ declare(strict_types=1);
namespace Chill\ThirdPartyBundle\ThirdPartyType; namespace Chill\ThirdPartyBundle\ThirdPartyType;
use self;
/** /**
* Manages types of third parties. * Manages types of third parties.
*/ */