From a8987d48edc9a53a76c2b654860c5b0396968032 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sun, 25 May 2025 11:00:38 +0700 Subject: [PATCH] the what now? --- src/SPC/builder/Extension.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SPC/builder/Extension.php b/src/SPC/builder/Extension.php index ca627b9d..b997fe0a 100644 --- a/src/SPC/builder/Extension.php +++ b/src/SPC/builder/Extension.php @@ -205,8 +205,8 @@ class Extension /** * @return string - * returns a command line string with all required shared extensions to load - * i.e.; pdo_pgsql would return: + * returns a command line string with all required shared extensions to load + * i.e.; pdo_pgsql would return: * * `-d "extension=pgsql" -d "extension=pdo_pgsql"` * @throws FileSystemException