<?php is_file(string $filename): bool
<?php public static function backup(string $file = 'composer.lock') { if (! is_file($file)) { return; }
<?php ]; foreach ($files as $lockFile) { if (is_file($lockFile)) { unlink($lockFile); } }