Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored and actions-user committed Feb 10, 2025
1 parent f7c2a64 commit bdccf61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Networks/AbstractNetwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

namespace ArkEcosystem\Crypto\Networks;


abstract class AbstractNetwork
{
/**
* {@inheritdoc}
*/
public static function __callStatic(string $method, array $args)
{
return static::factory()->{$method}(...$args);
Expand Down

0 comments on commit bdccf61

Please sign in to comment.