Passed
Push — master ( 2488a8...c9802b )
by Anthony
03:12
created
core/Configuration.class.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -57,6 +57,10 @@
 block discarded – undo
57 57
 		public function getNomSite() {
58 58
 			return $this->nom_site;
59 59
 		}
60
+
61
+		/**
62
+		 * @return string|null
63
+		 */
60 64
 		public function getMailSite() {
61 65
 			return $this->mail_site;
62 66
 		}
Please login to merge, or discard this patch.