Skip to content

Commit 5cc3876

Browse files
committed
Fix syntax-error, close bracket
1 parent 7f03126 commit 5cc3876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/phpcassa/Batch/Mutator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ public function insert($column_family, $key, $columns, $timestamp=null, $ttl=nul
5757
*/
5858
public function remove($column_family, $key, $columns=null, $super_column=null, $timestamp=null) {
5959
return $this->remove_cf($column_family, $key, $columns, $super_column, $timestamp);
60+
}
6061
}

0 commit comments

Comments
 (0)