From 2ae4bdcecbac80b1276e4ebda8dc4f6a4dc80cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 28 Oct 2024 00:35:26 +0100 Subject: [PATCH] fix phpstan (#31588) --- htdocs/societe/class/client.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/societe/class/client.class.php b/htdocs/societe/class/client.class.php index 6bc7a0bcdcb..090392efd70 100644 --- a/htdocs/societe/class/client.class.php +++ b/htdocs/societe/class/client.class.php @@ -1,8 +1,8 @@ - * Copyright (C) 2005-2012 Regis Houssin +/* Copyright (C) 2004 Rodolphe Quiedeville + * Copyright (C) 2005-2012 Regis Houssin * Copyright (C) 2020 Open-Dsi - * Copyright (C) 2024 Frédéric France + * Copyright (C) 2024 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -37,7 +37,7 @@ class Client extends Societe public $next_prev_filter = "te.client in (1,2,3)"; /** - * @var array + * @var array */ public $cacheprospectstatus = array();