Passed
Push — gcconnex ( cbd9a7...76b251 )
by
unknown
17:34
created
mod/gc_communities/views/default/widgets/filtered_events_index/content.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -12,6 +12,11 @@
 block discarded – undo
12 12
 	require_once($CONFIG->pluginspath.'event_calendar/models/model.php');
13 13
 
14 14
 	if( !function_exists('getLastDayOfMonth') ){
15
+
16
+		/**
17
+		 * @param string $month
18
+		 * @param string $year
19
+		 */
15 20
 		function getLastDayOfMonth($month, $year) {
16 21
 			return idate('d', mktime(0, 0, 0, ($month + 1), 0, $year));
17 22
 		}
Please login to merge, or discard this patch.
engine/classes/ElggObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -561,7 +561,7 @@
 block discarded – undo
561 561
 	/**
562 562
 	 * Return an array of fields which can be exported.
563 563
 	 *
564
-	 * @return array
564
+	 * @return string[]
565 565
 	 * @deprecated 1.9 Use toObject()
566 566
 	 */
567 567
 	public function getExportableValues() {
Please login to merge, or discard this patch.
engine/classes/ElggSite.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -561,7 +561,7 @@
 block discarded – undo
561 561
 	/**
562 562
 	 * Return an array of fields which can be exported.
563 563
 	 *
564
-	 * @return array
564
+	 * @return string[]
565 565
 	 * @deprecated 1.9 Use toObject()
566 566
 	 */
567 567
 	public function getExportableValues() {
Please login to merge, or discard this patch.