From 148221cdc7c9c9e2fbbebee97400512c75deaac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 27 Apr 2021 23:21:15 +0200 Subject: [PATCH] fix namespace of 'self' --- .../ThirdPartyType/ThirdPartyTypeManager.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeManager.php b/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeManager.php index ae1372beb..aff8432d1 100644 --- a/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeManager.php +++ b/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeManager.php @@ -13,8 +13,6 @@ declare(strict_types=1); namespace Chill\ThirdPartyBundle\ThirdPartyType; -use self; - /** * Manages types of third parties. */