From 20fd78ab5366291283a20295897de948ae91d660 Mon Sep 17 00:00:00 2001 From: kj Date: Thu, 16 Oct 2025 20:51:52 -0300 Subject: [PATCH] docs(Request): Remove param comment --- src/Libs/Request.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Libs/Request.php b/src/Libs/Request.php index 7ffbe6a..a25e9d0 100644 --- a/src/Libs/Request.php +++ b/src/Libs/Request.php @@ -27,8 +27,6 @@ class Request extends Neuron /** * __construct - * - * @param string $path Current path, taking the DuckBrain installation as root. */ public function __construct() {