Rename StringAbstractType as StringTypeAbstract.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
a00f7935c0
commit
058d37903a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user