1
0
mirror of synced 2024-12-13 06:46:03 +03:00
This commit is contained in:
jwage 2008-01-22 23:12:29 +00:00
parent 767172a60d
commit 3a0f99f637

View File

@ -864,7 +864,7 @@ class Doctrine_Inflector
preg_replace('/([A-Z]+)([A-Z][a-z])/', '\1_\2',
preg_replace('/::/', '/', $text)))));
return trim($text);
return trim($text, '-');
}
/**