Skip to content

Commit

Permalink
[common] Devices metadata refactoring (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 12, 2023
1 parent e1b5ce8 commit 0082f68
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Controllers/CharacteristicsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
use FastyBird\Module\Devices\Utilities as DevicesUtilities;
use Fig\Http\Message\StatusCodeInterface;
use InvalidArgumentException;
use IPub\Phone\Exceptions as PhoneExceptions;
use IPub\SlimRouter;
use Nette\Utils;
use Psr\EventDispatcher;
Expand Down Expand Up @@ -211,8 +210,6 @@ public function index(
* @throws Exceptions\InvalidState
* @throws Exceptions\Runtime
* @throws InvalidArgumentException
* @throws MetadataExceptions\FileNotFound
* @throws MetadataExceptions\Logic
* @throws RuntimeException
* @throws Utils\JsonException
*/
Expand Down Expand Up @@ -512,15 +509,11 @@ private function readCharacteristic(
* @throws DBAL\Exception
* @throws DevicesExceptions\InvalidState
* @throws DevicesExceptions\Runtime
* @throws ExchangeExceptions\InvalidArgument
* @throws ExchangeExceptions\InvalidState
* @throws MetadataExceptions\FileNotFound
* @throws MetadataExceptions\InvalidArgument
* @throws MetadataExceptions\InvalidData
* @throws MetadataExceptions\InvalidState
* @throws MetadataExceptions\Logic
* @throws MetadataExceptions\MalformedInput
* @throws PhoneExceptions\NoValidCountryException
* @throws PhoneExceptions\NoValidPhoneException
* @throws Utils\JsonException
*/
public function writeCharacteristic(
Expand Down

0 comments on commit 0082f68

Please sign in to comment.