diff options
author | Andrey Andreev <narf@devilix.net> | 2016-05-20 16:30:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-05-20 16:30:39 +0200 |
commit | e13fa9fdb3f2e311bd7331e49b26889f24bc81cb (patch) | |
tree | eabe2f0059ff64915dee36d3e2faa94a4ad5e612 /system/core/compat | |
parent | 45520a5a0b57490e1c8c5e031bce61e0dc4851e5 (diff) |
Merge pull request #4638 from kasimtan/phpdoc_fixes
[ci skip] Fixed PHPDoc parameter name and type discrepancies
Diffstat (limited to 'system/core/compat')
-rw-r--r-- | system/core/compat/standard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/compat/standard.php b/system/core/compat/standard.php index 47d47aeff..c54cab951 100644 --- a/system/core/compat/standard.php +++ b/system/core/compat/standard.php @@ -62,7 +62,7 @@ if ( ! function_exists('array_column')) * array_column() * * @link http://php.net/array_column - * @param string $array + * @param array $array * @param mixed $column_key * @param mixed $index_key * @return array |