Skip to content

Commit e88af3f

Browse files
committed
Releasing 1.1.9
2 parents 076066f + 9900690 commit e88af3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TgUtils/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public static function isEmpty($s) {
126126
* @param array $arr - the array to be tested
127127
* @return boolean TRUE - when array is associative, FALSE otherwise
128128
*/
129-
public static isAssoc(array $arr) {
129+
public static function isAssoc(array $arr) {
130130
if (array() === $arr) return FALSE;
131131
return array_keys($arr) !== range(0, count($arr)-1);
132132
}

0 commit comments

Comments
 (0)