the what now?

This commit is contained in:
DubbleClick 2025-05-25 11:00:38 +07:00
parent f83715c370
commit a8987d48ed

View File

@ -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