fuel / docs

Fuel PHP Framework - Fuel v1.x documentation
http://fuelphp.com/docs
Other
166 stars 233 forks source link

Fix classes/arr.html #711

Closed kenjis closed 8 years ago

kenjis commented 8 years ago
kenjis commented 8 years ago

You can see the true diff: https://github.com/fuel/docs/pull/711/files?w=1

Maybe is the current doc is right? and is the result of Arr::filter_recursive() wrong? I mean a bug in Arr::filter_recursive().

kenjis commented 8 years ago

The implementation of Arr::filter_recursive() is not changed since 2012: https://github.com/fuel/core/blame/1.8/develop/classes/arr.php#L456

After all, it seems the implementation is right.