Completed
Push — renovate/major-eslint-and-plug... ( 32931a...ea602c )
by Jeremy
41:27 queued 30:19
created
projects/packages/identity-crisis/src/class-identity-crisis.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 	/**
51 51
 	 * Initializer.
52 52
 	 *
53
-	 * @return object
53
+	 * @return Identity_Crisis
54 54
 	 */
55 55
 	public static function init() {
56 56
 		if ( is_null( self::$instance ) ) {
Please login to merge, or discard this patch.
projects/packages/jitm/src/class-jitm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
 	 *
254 254
 	 * The list includes an empty string, which is used when no icon should be displayed.
255 255
 	 *
256
-	 * @return array The list of supported icons.
256
+	 * @return string[] The list of supported icons.
257 257
 	 */
258 258
 	public function get_supported_icons() {
259 259
 		return array(
Please login to merge, or discard this patch.