Skip to content

Commit 2c37cb6

Browse files
committed
New style array definition.
1 parent 9cc427b commit 2c37cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/triagens/ArangoDb/CollectionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ public function truncate($collection)
663663
*
664664
* @return bool - always true, will throw if there is an error
665665
*/
666-
public function drop($collection, $options = array())
666+
public function drop($collection, $options = [])
667667
{
668668
$collectionName = $this->getCollectionName($collection);
669669

0 commit comments

Comments
 (0)