Skip to content

Commit 0caa35d

Browse files
author
Nuno
committed
removed unused code
1 parent ec0e2ef commit 0caa35d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Table/TableColumn.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -188,16 +188,4 @@ private function isJson($string)
188188
return (json_last_error() == JSON_ERROR_NONE);
189189
}
190190

191-
/**
192-
* Check if array is associative
193-
*
194-
* @param array $arr
195-
* @return bool
196-
*/
197-
private function isArrayAssociative(array $arr)
198-
{
199-
if (array() === $arr) return false;
200-
return array_keys($arr) !== range(0, count($arr) - 1);
201-
}
202-
203191
}

0 commit comments

Comments
 (0)