Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbummen99 committed Dec 1, 2024
1 parent 491b6b2 commit 7f651d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/GameQ/Helpers/Arr.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ public static function set(array &$array, array $path, $value)
*
* **Example:** foo, bar, baz becomes bar, baz, baz
*
* @param mixed &...$args
* @return void
* @param mixed &...$args
* @return void
*/
public static function shift(&...$args)
{
Expand Down
3 changes: 2 additions & 1 deletion src/GameQ/Protocols/Stationeers.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
/**
* Stationeers Protocol Class
*
* This protocol uses a server list from a JSON response to find the server and parse the server's status information
* **Note:** This protocol does use the offical, centralized "Metaserver" to query the list of all available servers. This
* is effectively a host controlled by a third party which could interfere with the functionality of this protocol.
*
* @author Austin Bischoff <[email protected]>
*/
Expand Down

0 comments on commit 7f651d8

Please sign in to comment.