Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-09-13 03:54:21 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-09-13 20:08:57 +0300
commit873eb098b922638d33a7748fedc3b33ead33227c (patch)
tree911841423ce0a523c9e885b80f66802e9bd97ccd /psalm.xml
parent5d74cd134e870837c69d71c8e291576f26149958 (diff)
Remove crlf global variable
The crlf global variable is only diferent for SQL export method, otherwise is always the value of the PHP_EOL constant. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/psalm.xml b/psalm.xml
index 59407f9bb5..edcb269d77 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -230,7 +230,6 @@
config: PhpMyAdmin\Config,
ConfigFile: PhpMyAdmin\Config\ConfigFile,
containerBuilder: Symfony\Component\DependencyInjection\ContainerBuilder,
- crlf: string,
csv_columns: bool,
csv_enclosed: string,
csv_escaped: string,