mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
Fixed phpdoc broken links to PHP manual pages [skip ci]
This commit is contained in:

committed by
Alexander Makarov

parent
3a6a590eae
commit
e62ea0136c
@ -761,7 +761,7 @@ class BaseArrayHelper
|
||||
* but additionally works on objects that implement the [[\Traversable]] interface.
|
||||
* @param mixed $var The variable being evaluated.
|
||||
* @return bool whether $var is array-like
|
||||
* @see http://php.net/manual/en/function.is_array.php
|
||||
* @see http://php.net/manual/en/function.is-array.php
|
||||
* @since 2.0.8
|
||||
*/
|
||||
public static function isTraversable($var)
|
||||
|
Reference in New Issue
Block a user