Skip to content

Commit

Permalink
removed the /e modifier, left by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Jun 5, 2013
1 parent e975ffa commit c55c8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/Twilio/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static function decamelize($word)
'return strtolower(strlen("$matches[1]") ? "$matches[1]_$matches[2]" : "$matches[2]");');

return preg_replace_callback(
'/(^|[a-z])([A-Z])/e',
'/(^|[a-z])([A-Z])/',
$callback,
$word
);
Expand Down

0 comments on commit c55c8c1

Please sign in to comment.