mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-19 23:31:42 +00:00
Clean up
This commit is contained in:
@@ -13,7 +13,7 @@ foreach (array(
|
||||
'const VERSION = \'' . $new_version . '\';',
|
||||
),
|
||||
) as $info) {
|
||||
list($filepath, $find, $replace) = $info;
|
||||
list($filepath, $find, $replace) = $info;
|
||||
$data = preg_replace($find, $replace, file_get_contents($filepath));
|
||||
file_put_contents($filepath, $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user