Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielssp committed May 19, 2016
1 parent de7df1a commit d78b2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Query/Expression.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
namespace Jivoo\Data\Query;

use Jivoo\Data\Query\Expression\Quoter;
use Jivoo\Data\Record;

/**
* A record expression.
Expand Down
4 changes: 2 additions & 2 deletions src/Query/ReadSelection.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function getGrouping();

/**
*
* @return Predicate|null Grouping predicate.
* @return Expression|null Grouping predicate.
*/
public function getGroupPredicate();

Expand All @@ -46,7 +46,7 @@ public function getOffset();
* Each array is of the following format:
* <code>
* array(
* 'source' => ..., // Data source to join with ({@see DataSource})
* 'source' => ..., // Data source to join with ({@see \Jivoo\Data\DataSource})
* 'type' => ..., // Type of join: 'INNER', 'RIGHT' or 'LEFT'
* 'alias' => ..., // Alias for other data source (string|null)
* 'predicate' => ... // Join predicate ({@see Expression})
Expand Down

0 comments on commit d78b2b3

Please sign in to comment.