From a49b98f73b2e9ae5d16acf3edd905f4e1b44179b Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 10 Feb 2026 08:13:25 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Add=20proper=20filedoc?= =?UTF-8?q?=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buy-ships.php | 9 +++++---- config.php | 9 +++++---- index.php | 9 +++++---- mining-fleet.php | 9 +++++---- ship-details.php | 9 +++++---- 5 files changed, 25 insertions(+), 20 deletions(-) diff --git a/buy-ships.php b/buy-ships.php index e5eb05b..fdc9fdf 100644 --- a/buy-ships.php +++ b/buy-ships.php @@ -2,10 +2,11 @@ /** * Spacetraders ship purchasing page. * - * @package SpacetradersApi - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-api.php'; diff --git a/config.php b/config.php index f62a0eb..2cd41eb 100644 --- a/config.php +++ b/config.php @@ -2,10 +2,11 @@ /** * Spacetraders configuration page. * - * @package Spacetraders - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-storage.php'; diff --git a/index.php b/index.php index 6cd9a32..48c4e83 100644 --- a/index.php +++ b/index.php @@ -2,10 +2,11 @@ /** * Spacetraders PHP Implementation * - * @package SpacetradersApi - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-api.php'; diff --git a/mining-fleet.php b/mining-fleet.php index 481f4ab..afd9cd7 100644 --- a/mining-fleet.php +++ b/mining-fleet.php @@ -2,10 +2,11 @@ /** * Spacetraders mining fleet control page. * - * @package SpacetradersApi - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-api.php'; diff --git a/ship-details.php b/ship-details.php index 2066aab..088b0fd 100644 --- a/ship-details.php +++ b/ship-details.php @@ -2,10 +2,11 @@ /** * Spacetraders ship details page. * - * @package SpacetradersApi - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-api.php';