Removing inheritance of Object in Set, String and in Validation.

This commit is contained in:
jperras 2009-09-30 00:01:47 -04:00
parent 627eff5f24
commit a06147272d
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
* @package cake
* @subpackage cake.cake.libs
*/
class Set extends Object {
class Set {
/**
* Deprecated

View file

@ -26,7 +26,7 @@
* @package cake
* @subpackage cake.cake.libs
*/
class String extends Object {
class String {
/**
* Gets a reference to the String object instance

View file

@ -59,7 +59,7 @@
* @subpackage cake.cake.libs
* @since CakePHP v 1.2.0.3830
*/
class Validation extends Object {
class Validation {
/**
* Set the the value of methods $check param.