Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed May 22, 2015
1 parent 46ba06f commit addd1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/PaginatorComponent.php
Expand Up @@ -337,7 +337,7 @@ public function validateSort(Table $object, array $options)
/**
* Prefixes the field with the table alias if possible.
*
* @param \Cake\ORM\Table Table object.
* @param \Cake\ORM\Table $object Table object.
* @param array $order Order array.
* @param bool $validate If field should be validated. Defaults to false.
* @return array Final order array.
Expand Down

0 comments on commit addd1f5

Please sign in to comment.