mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
PHP-cs-fixer compatibility.
This commit is contained in:
@@ -97,3 +97,6 @@ export RANDFILE=$XDG_RUNTIME_DIR/rnd
|
|||||||
export NODE_REPL_HISTORY="$XDG_CACHE_HOME/node_repl_history"
|
export NODE_REPL_HISTORY="$XDG_CACHE_HOME/node_repl_history"
|
||||||
export MYSQL_HISTFILE="$XDG_CACHE_HOME/mysql_history"
|
export MYSQL_HISTFILE="$XDG_CACHE_HOME/mysql_history"
|
||||||
export PSQL_HISTORY="$XDG_CACHE_HOME/psql_history"
|
export PSQL_HISTORY="$XDG_CACHE_HOME/psql_history"
|
||||||
|
|
||||||
|
# php-cs-fixer doesn't like php 7.3
|
||||||
|
export PHP_CS_FIXER_IGNORE_ENV=1
|
||||||
|
|||||||
Reference in New Issue
Block a user