Skip to content

Commit 1b7922b

Browse files
committed
Dev: CS Fixer run
1 parent 70504ad commit 1b7922b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Database/Query.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ public function pkey($pkey = null)
481481

482482
if (is_string($pkey)) {
483483
$this->_pkey = [$pkey];
484+
484485
return $this;
485486
}
486487

Editor.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,11 +2325,11 @@ private function _optionsSearch($http)
23252325
/**
23262326
* Delete one or more rows from the database for an individual table.
23272327
*
2328-
* @param string $table Database table name to use
2329-
* @param array $ids Array of ids to remove
2328+
* @param string $table Database table name to use
2329+
* @param array $ids Array of ids to remove
23302330
* @param string|array|null $pkey Database column name to match the ids on for the
2331-
* delete condition. If not given the instance's base primary key is
2332-
* used.
2331+
* delete condition. If not given the instance's base primary key is
2332+
* used.
23332333
*/
23342334
private function _remove_table($table, $ids, $pkey = null)
23352335
{

0 commit comments

Comments
 (0)