Completed
Pull Request — master (#177)
by
unknown
01:49
created
includes/auto-load-next-post-template-functions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
 	 * The list is in the order to look for the templates that store the content.
97 97
 	 *
98 98
 	 * @since  1.6.0
99
-	 * @return array
99
+	 * @return string[]
100 100
 	 */
101 101
 	function alnp_get_locations() {
102 102
 		return array(
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 	 * @since  1.6.0
123 123
 	 * @param  string $post_type
124 124
 	 * @param  string $post_format
125
-	 * @return array
125
+	 * @return string[]
126 126
 	 */
127 127
 	function alnp_get_templates( $post_type = 'post', $post_format = '' ) {
128 128
 		$get_standard = array(
Please login to merge, or discard this patch.
vendor/connekt-plugin-installer/class-connekt-plugin-installer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 		 * @access public
36 36
 		 * @static
37 37
 		 * @since  1.0
38
-		 * @param  array $plugin Plugin data
38
+		 * @param  array $plugins Plugin data
39 39
 		 */
40 40
 		public static function init( $plugins ) {
41 41
 			?>
Please login to merge, or discard this patch.