Clean up per PSR2

This commit is contained in:
Zach Borboa
2016-08-24 00:25:38 -07:00
parent 81be853f51
commit 39c21041a5
30 changed files with 355 additions and 216 deletions
+1 -2
View File
@@ -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+)\';/',