Compare commits
No commits in common. "b018eaa33f1826f166a3b50e4977ba368693f6db" and "a2585689f4f87951c7291f0da3d4eedcd9c1b2d2" have entirely different histories.
b018eaa33f
...
a2585689f4
|
@ -2,10 +2,10 @@
|
|||
#
|
||||
# Checks the PHP CS syntax
|
||||
#
|
||||
if ! echo "${CHANGED_FILES}" | grep -qE "^(\\.php-cs-fixer(\\.dist)?\\.php|composer\\.lock)$"; then
|
||||
if ! echo "${CHANGED_FILES}" | grep -qE "^(\\.php_cs(\\.dist)?|composer\\.lock)$"; then
|
||||
EXTRA_ARGS=$(printf -- '--path-mode=intersection\n--\n%s' "${CHANGED_FILES}");
|
||||
else
|
||||
EXTRA_ARGS='';
|
||||
fi
|
||||
|
||||
./vendor/bin/php-cs-fixer fix -v --diff --dry-run --stop-on-violation --using-cache=no ${EXTRA_ARGS}
|
||||
./bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --diff --diff-format=udiff --dry-run --using-cache=no ${EXTRA_ARGS}
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
|||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype json iconv pcntl openssl intl
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype json iconv pcntl openssl
|
||||
|
||||
RUN set -ex; \
|
||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
|||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype json iconv pcntl openssl intl
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype json iconv pcntl openssl
|
||||
|
||||
RUN set -ex; \
|
||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
|||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv intl
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv
|
||||
|
||||
RUN set -ex; \
|
||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
|||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv intl
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv
|
||||
|
||||
RUN set -ex; \
|
||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN set -ex; \
|
|||
apt-get autoremove -y; apt-get autoclean; apt-get clean; \
|
||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*;
|
||||
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv intl
|
||||
RUN phpenmod curl pdo pdo_mysql xml gd zip opcache mbstring posix ctype iconv
|
||||
|
||||
RUN set -ex; \
|
||||
curl -O -L https://phar.phpunit.de/phpunit-9.phar; \
|
||||
|
|
Loading…
Reference in a new issue