Skip to content

Commit

Permalink
[core] Clearing core dependencies (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 25, 2024
1 parent 3fc63c2 commit 8cf9f51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions src/Subscribers/StateEntities.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
use FastyBird\Module\Devices\Events;
use FastyBird\Module\Devices\Exceptions;
use FastyBird\Module\Devices\States;
use IPub\Phone\Exceptions as PhoneExceptions;
use Nette;
use Nette\Caching as NetteCaching;
use Symfony\Component\EventDispatcher;
Expand Down Expand Up @@ -80,8 +79,6 @@ public static function getSubscribedEvents(): array
* @throws ToolsExceptions\InvalidData
* @throws ToolsExceptions\Logic
* @throws ToolsExceptions\MalformedInput
* @throws PhoneExceptions\NoValidCountryException
* @throws PhoneExceptions\NoValidPhoneException
*/
public function stateCreated(
Events\ConnectorPropertyStateEntityCreated|Events\DevicePropertyStateEntityCreated|Events\ChannelPropertyStateEntityCreated $event,
Expand All @@ -104,8 +101,6 @@ public function stateCreated(
* @throws ToolsExceptions\InvalidData
* @throws ToolsExceptions\Logic
* @throws ToolsExceptions\MalformedInput
* @throws PhoneExceptions\NoValidCountryException
* @throws PhoneExceptions\NoValidPhoneException
*/
public function stateUpdated(
Events\ConnectorPropertyStateEntityUpdated|Events\DevicePropertyStateEntityUpdated|Events\ChannelPropertyStateEntityUpdated $event,
Expand Down Expand Up @@ -139,8 +134,6 @@ private function cleanCache(
* @throws ToolsExceptions\InvalidData
* @throws ToolsExceptions\Logic
* @throws ToolsExceptions\MalformedInput
* @throws PhoneExceptions\NoValidCountryException
* @throws PhoneExceptions\NoValidPhoneException
*/
private function publishDocument(
MetadataTypes\Sources\Source $source,
Expand Down
1 change: 0 additions & 1 deletion tests/common.neon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ extensions:
nettrineOrmCache : Nettrine\ORM\DI\OrmCacheExtension
ipubDoctrineCrud : IPub\DoctrineCrud\DI\DoctrineCrudExtension
ipubDoctrineTimestampable : IPub\DoctrineTimestampable\DI\DoctrineTimestampableExtension
ipubPhone : IPub\Phone\DI\PhoneExtension
fbDateTimeFactory : FastyBird\DateTimeFactory\DI\DateTimeFactoryExtension
fbJsonApi : FastyBird\JsonApi\DI\JsonApiExtension
fbSimpleAuth : FastyBird\SimpleAuth\DI\SimpleAuthExtension
Expand Down

0 comments on commit 8cf9f51

Please sign in to comment.