Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/advanced.../packages/mobilede.../mobilede...
File: docker-compose.yml
# This is for local development. NOT WORKING ATM!
[0] Fix | Delete
# Docker image of PHP 5.3 lacks ssl module and composer requires it
[1] Fix | Delete
# Also this image lacks git which is at some point required during installation of phpunit deps.
[2] Fix | Delete
services:
[3] Fix | Delete
app:
[4] Fix | Delete
image: php:7-alpine3.16
[5] Fix | Delete
working_dir: /app
[6] Fix | Delete
command: >
[7] Fix | Delete
/bin/sh -c "
[8] Fix | Delete
rm -rf vendor &&
[9] Fix | Delete
rm -f composer.lock composer.phar &&
[10] Fix | Delete
curl -s https://getcomposer.org/download/2.0.0/composer.phar -o composer.phar &&
[11] Fix | Delete
php composer.phar update --no-interaction --prefer-dist -vvv &&
[12] Fix | Delete
vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text --strict-coverage --stop-on-risky"
[13] Fix | Delete
volumes:
[14] Fix | Delete
- .:/app
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function