mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
whitespace correction
This commit is contained in:
parent
5993ac39de
commit
8b21710c95
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ class PaginatorComponent extends Component {
|
||||||
* @param Model|string $object Model to paginate (e.g: model instance, or 'Model', or 'Model.InnerModel')
|
* @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 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
|
* @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.
|
* on how the whitelisting and sort field validation works.
|
||||||
* @return array Model query results
|
* @return array Model query results
|
||||||
* @throws MissingModelException
|
* @throws MissingModelException
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
<?php
|
<?php
|
||||||
if (!empty($filePresent)):
|
if (!empty($filePresent)):
|
||||||
App::uses('ConnectionManager', 'Model');
|
App::uses('ConnectionManager', 'Model');
|
||||||
$connected = ConnectionManager::getDataSource('default');
|
$connected = ConnectionManager::getDataSource('default');
|
||||||
?>
|
?>
|
||||||
<p>
|
<p>
|
||||||
<span class="notice">
|
<span class="notice">
|
||||||
|
|
Loading…
Reference in a new issue