From d0dd4b09a0d758b62ff2d896047177e3b1b2a234 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 28 Jul 2015 11:42:13 +0200 Subject: [PATCH] Repository: It's "sort rules" in general, not "default sort rules" --- library/Icinga/Repository/Repository.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Icinga/Repository/Repository.php b/library/Icinga/Repository/Repository.php index 4c6a0270b..7ca12a43d 100644 --- a/library/Icinga/Repository/Repository.php +++ b/library/Icinga/Repository/Repository.php @@ -78,7 +78,7 @@ abstract class Repository implements Selectable 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 *

@@ -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.
      *