Added backward compatibility for deprecated alignment options.
This commit is contained in:
parent
d74c0bd878
commit
3965f110ff
|
|
@ -55,7 +55,8 @@ final class Jc
|
|||
*
|
||||
* @return \Zend\Validator\InArray
|
||||
*/
|
||||
final public static function getValidator() {
|
||||
final public static function getValidator()
|
||||
{
|
||||
// todo: consider caching validator instances.
|
||||
return new InArray(
|
||||
array (
|
||||
|
|
|
|||
|
|
@ -48,7 +48,8 @@ final class JcTable
|
|||
*
|
||||
* @return \Zend\Validator\InArray
|
||||
*/
|
||||
final public static function getValidator() {
|
||||
final public static function getValidator()
|
||||
{
|
||||
// todo: consider caching validator instances.
|
||||
return new InArray(
|
||||
array (
|
||||
|
|
|
|||
Loading…
Reference in New Issue