mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 12:29:10 +00:00
Clean up per PSR2
This commit is contained in:
@@ -6,8 +6,7 @@ $current_version = Curl\Curl::VERSION;
|
||||
list($major, $minor, $patch) = explode('.', $current_version);
|
||||
$new_version = implode('.', array($major, $minor, (string)((int)$patch += 1)));
|
||||
|
||||
foreach(
|
||||
array(
|
||||
foreach (array(
|
||||
array(
|
||||
dirname(__FILE__) . '/../src/Curl/Curl.php',
|
||||
'/const VERSION = \'(?:\d+.\d+.\d+)\';/',
|
||||
|
||||
Reference in New Issue
Block a user