From 4d0e1dc1ddefcaa98f80f0362b3eca07a0f1294c Mon Sep 17 00:00:00 2001 From: Sweepr Date: Sun, 16 Aug 2020 12:53:07 +0000 Subject: [PATCH] Apply fixes from StyleCI --- lib/dao/Mysql/Dao_Mysql_Spot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dao/Mysql/Dao_Mysql_Spot.php b/lib/dao/Mysql/Dao_Mysql_Spot.php index 71ec6abc1..43d5a40a8 100644 --- a/lib/dao/Mysql/Dao_Mysql_Spot.php +++ b/lib/dao/Mysql/Dao_Mysql_Spot.php @@ -23,7 +23,7 @@ public function addFullSpots($fullSpots) 'INSERT IGNORE INTO spotsfull(messageid, verified, usersignature, userkey, xmlsignature, fullxml) VALUES', [PDO::PARAM_STR, PDO::PARAM_INT, PDO::PARAM_STR, PDO::PARAM_STR, PDO::PARAM_STR, PDO::PARAM_STR], - ['messageid', 'verified', 'user-signature', 'user-key', 'xml-signature', 'fullxml'] + ['messageid', 'verified', 'user-signature', 'user-key', 'xml-signature', 'fullxml'] ); SpotTiming::stop(__CLASS__.'::'.__FUNCTION__, [$fullSpots]);