0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-12 04:31:59 +00:00

code style

This commit is contained in:
Kevin Papst 2024-08-20 14:54:43 +02:00
parent 7b6803ffad
commit 74178bcbce

View file

@ -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()) {