phpcs fix
[civicrm-core.git] / CRM / Utils / Sort.php
index 84a1d29b7f294e710dc6e4600ecbf91a9a055fd3..f509ab3dc2d22182c35a4183568bd29afe4f2679 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -41,7 +41,7 @@
  * if introducing additional functionality
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -200,7 +200,7 @@ class CRM_Utils_Sort {
 
     list($current, $direction) = explode('_', $url);
 
-    // if current is wierd and does not exist in the vars array, skip
+    // if current is weird and does not exist in the vars array, skip
     if (!array_key_exists($current, $this->_vars)) {
       return;
     }