mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removing deprecated and unused class property.
This commit is contained in:
parent
e8be5bac8d
commit
38365924eb
1 changed files with 0 additions and 6 deletions
|
@ -26,12 +26,6 @@
|
|||
*/
|
||||
class Set {
|
||||
|
||||
/**
|
||||
* Deprecated
|
||||
*
|
||||
*/
|
||||
var $value = array();
|
||||
|
||||
/**
|
||||
* This function can be thought of as a hybrid between PHP's array_merge and array_merge_recursive. The difference
|
||||
* to the two is that if an array key contains another array then the function behaves recursive (unlike array_merge)
|
||||
|
|
Loading…
Add table
Reference in a new issue