Skip to content

Commit

Permalink
whitespace correction
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jul 25, 2013
1 parent 5993ac3 commit 8b21710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Controller/Component/PaginatorComponent.php
Expand Up @@ -121,7 +121,7 @@ public function __construct(ComponentCollection $collection, $settings = array()
* @param Model|string $object Model to paginate (e.g: model instance, or 'Model', or 'Model.InnerModel')
* @param string|array $scope Additional find conditions to use while paginating
* @param array $whitelist List of allowed fields for ordering. This allows you to prevent ordering
* on non-indexed, or undesirable columns. See PaginatorComponent::validateSort() for additional details
* on non-indexed, or undesirable columns. See PaginatorComponent::validateSort() for additional details
* on how the whitelisting and sort field validation works.
* @return array Model query results
* @throws MissingModelException
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/test_app/View/Posts/test_nocache_tags.ctp
Expand Up @@ -61,7 +61,7 @@
<?php
if (!empty($filePresent)):
App::uses('ConnectionManager', 'Model');
$connected = ConnectionManager::getDataSource('default');
$connected = ConnectionManager::getDataSource('default');
?>
<p>
<span class="notice">
Expand Down

0 comments on commit 8b21710

Please sign in to comment.