[PHP-WEBMASTER] [web-php] master: Remove unused intro variable from docs
[email protected] (Jordi Kroon via Derick Rethans) Wed, 8 Jul 2026 08:20:38 +0000
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Author: Jordi Kroon (jordikroon)
Committer: Derick Rethans (derickr)
Date: 2026-07-08T09:20:35+01:00
Commit: https://github.com/php/web-php/commit/26a69e4ef9b70fca819f95e468edbf6a10345567
Raw diff: https://github.com/php/web-php/commit/26a69e4ef9b70fca819f95e468edbf6a10345567.diff
Remove unused intro variable from docs
Changed paths:
M docs.php
Diff:
diff --git a/docs.php b/docs.php
index 59f33bf3c4..635da0b7e1 100644
--- a/docs.php
+++ b/docs.php
@@ -9,7 +9,6 @@
"Documentation",
[
"current" => "docs",
- 'intro' => $intro,
'cache_control' => 5 * 60, // 5 minutes
]
);