Repository: It's "sort rules" in general, not "default sort rules"

This commit is contained in:
Johannes Meyer 2015-07-28 11:42:13 +02:00
parent 1f6bc8ea47
commit d0dd4b09a0
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ abstract class Repository implements Selectable
protected $filterColumns; protected $filterColumns;
/** /**
* The default sort rules to be applied on a query * The sort rules to be applied on a query
* *
* This may be initialized by concrete repository implementations, in the following format * This may be initialized by concrete repository implementations, in the following format
* <pre><code> * <pre><code>
@ -284,7 +284,7 @@ abstract class Repository implements Selectable
} }
/** /**
* Return the default sort rules to be applied on a query * Return the sort rules to be applied on a query
* *
* Calls $this->initializeSortRules() in case $this->sortRules is null. * Calls $this->initializeSortRules() in case $this->sortRules is null.
* *