mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-05-12 04:31:59 +00:00
code style
This commit is contained in:
parent
7b6803ffad
commit
74178bcbce
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ class BaseQuery
|
|||
* @return T
|
||||
* @internal
|
||||
*/
|
||||
public final function copyTo(BaseQuery $query): BaseQuery
|
||||
final public function copyTo(BaseQuery $query): BaseQuery
|
||||
{
|
||||
$query->setDefaults($this->defaults);
|
||||
if (null !== $this->getCurrentUser()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue