From b3ff5c163b2c342f1c19a8361230ab20ae2b33e9 Mon Sep 17 00:00:00 2001 From: SerafimArts Date: Sun, 1 Jan 2023 16:50:13 +0300 Subject: [PATCH] Remove extra docblocks --- src/ApiAwareTrait.php | 7 ------- src/ApiInterface.php | 7 ------- src/Exception/NotAvailableException.php | 7 ------- src/Exception/ProxyException.php | 7 ------- src/Proxy.php | 7 ------- src/ProxyAwareTrait.php | 7 ------- src/Registry.php | 7 ------- 7 files changed, 49 deletions(-) diff --git a/src/ApiAwareTrait.php b/src/ApiAwareTrait.php index b1589b5..d4965ff 100644 --- a/src/ApiAwareTrait.php +++ b/src/ApiAwareTrait.php @@ -1,12 +1,5 @@