Skip to content

Commit

Permalink
Add missing bracket in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisgibby committed Mar 10, 2016
1 parent 7480ec3 commit 18fcf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/EntityTrait.php
Expand Up @@ -497,7 +497,7 @@ public function offsetSet($offset, $value)
}

/**
* Implements unset($result[$offset);
* Implements unset($result[$offset]);
*
* @param mixed $offset The offset to remove.
* @return void
Expand Down

0 comments on commit 18fcf41

Please sign in to comment.