Skip to content

Commit

Permalink
Fixed up docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
lordtatty committed Jul 22, 2015
1 parent a8cfc26 commit 6a96dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/MongoGraph.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private function add_tarray_to_index($tarray)
* Convert from Tripod value object format (comapct) to ExtendedGraph format (verbose)
*
* @param array $mongoValueObject
* @return array| false an array of values or false if the value is not valid
* @return array|bool an array of values or false if the value is not valid
*/
private function toGraphValueObject($mongoValueObject)
{
Expand Down

0 comments on commit 6a96dcb

Please sign in to comment.