Completed
Push — branch-6.7 ( 747d70...b1cc7a )
by Jeremy
26:03 queued 17:04
created
class.jetpack-gutenberg.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
  *
12 12
  * @param string $type Slug of the block. Will be prefixed with jetpack/.
13 13
  * @param array  $args Arguments that are passed into the register_block_type.
14
- * @param array  $avalibility Arguments that tells us what kind of avalibility the block has
14
+ * @param array  $availability Arguments that tells us what kind of avalibility the block has
15 15
  *
16 16
  * @see register_block_type
17 17
  *
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
 	/**
82 82
 	 * Checks for a given .json file in the `_inc/blocks` folder.
83 83
 	 *
84
-	 * @param $preset The name of the .json file to look for.
84
+	 * @param string $preset The name of the .json file to look for.
85 85
 	 *
86 86
 	 * @return bool True if the file is found.
87 87
 	 */
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
 	/**
93 93
 	 * Decodes JSON loaded from a preset file in `_inc/blocks`
94 94
 	 *
95
-	 * @param $preset The name of the .json file to load.
95
+	 * @param string $preset The name of the .json file to load.
96 96
 	 *
97 97
 	 * @return mixed Returns an object if the file is present, or false if a valid .json file is not present.
98 98
 	 */
Please login to merge, or discard this patch.