Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorJean Baptiste Noblot <noblot.jb@gmail.com>2020-03-04 19:04:07 +0300
committerGitHub <noreply@github.com>2020-03-04 19:04:07 +0300
commitff2296329e5a702f1513c7c356d86dbf2965c706 (patch)
treea96181c1531b696a0f5d555649a08935585800cd /libs
parentcac7b9c0ba492c6c349fb502c1025c09bdcc22bb (diff)
Fix void return used and "improve" isLeap in Date (#15662)
* let's PHP say is leap or not * try to return a void function
Diffstat (limited to 'libs')
-rw-r--r--libs/Zend/Mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Zend/Mail.php b/libs/Zend/Mail.php
index 27b115d4f2..001a1dd092 100644
--- a/libs/Zend/Mail.php
+++ b/libs/Zend/Mail.php
@@ -1153,7 +1153,7 @@ class Zend_Mail extends Zend_Mime_Message
/**
* Return mail headers
*
- * @return void
+ * @return array
*/
public function getHeaders()
{