Rename StringAbstractType as StringTypeAbstract.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
Hugues Peccatte 2015-08-29 23:40:36 +02:00
parent a00f7935c0
commit 058d37903a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ namespace PMA\libraries;
* @package PhpMyAdmin-String
* @subpackage CType
*/
class StringCType extends StringAbstractType
class StringCType extends StringTypeAbstract
{
/**
* Checks if a character is an alphanumeric one

View File

@ -15,7 +15,7 @@ namespace PMA\libraries;
* @subpackage Native
* @todo May be join this class with PMA_StringNative class
*/
class StringNativeType extends StringAbstractType
class StringNativeType extends StringTypeAbstract
{
/**
* Checks if a character is an alphanumeric one