Fixed phpdoc broken links to PHP manual pages [skip ci]

This commit is contained in:
Skiptir Engu
2017-04-10 18:43:38 -03:00
committed by Alexander Makarov
parent 3a6a590eae
commit e62ea0136c
4 changed files with 7 additions and 7 deletions

View File

@ -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)