Browse Source

Add missing bracket in comment

Curtis Gibby 10 years ago
parent
commit
18fcf41b4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Datasource/EntityTrait.php

+ 1 - 1
src/Datasource/EntityTrait.php

@@ -497,7 +497,7 @@ trait EntityTrait
     }
 
     /**
-     * Implements unset($result[$offset);
+     * Implements unset($result[$offset]);
      *
      * @param mixed $offset The offset to remove.
      * @return void