Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweepr authored and StyleCIBot committed Aug 16, 2020
1 parent 5d22690 commit 4d0e1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dao/Mysql/Dao_Mysql_Spot.php
Expand Up @@ -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]);
Expand Down

0 comments on commit 4d0e1dc

Please sign in to comment.