mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Removing inheritance of Object in Set, String and in Validation.
This commit is contained in:
parent
627eff5f24
commit
a06147272d
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
* @package cake
|
||||
* @subpackage cake.cake.libs
|
||||
*/
|
||||
class Set extends Object {
|
||||
class Set {
|
||||
|
||||
/**
|
||||
* Deprecated
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* @package cake
|
||||
* @subpackage cake.cake.libs
|
||||
*/
|
||||
class String extends Object {
|
||||
class String {
|
||||
|
||||
/**
|
||||
* Gets a reference to the String object instance
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue