Skip to content

Commit

Permalink
move method
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored and isfedorov committed Apr 1, 2023
1 parent 984e7a2 commit c10a3f7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions relay/Relay.php
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,14 @@ public function getPersistentID(): string|false {}
#[\Relay\Attributes\Local]
public function socketId(): string|false {}

/**
* Returns information about the license.
*
* @return array
*/
#[\Relay\Attributes\Local]
public static function license(): array {}

/**
* Returns statistics about Relay.
*
Expand Down Expand Up @@ -3204,12 +3212,4 @@ public function zpopmax(mixed $key, int $count = 1): Relay|array|false {}
*/
#[\Relay\Attributes\Local]
public function _getKeys();

/**
* Returns information about the license.
*
* @return array
*/
#[\Relay\Attributes\Local]
public static function license(): array {}
}

0 comments on commit c10a3f7

Please sign in to comment.