Completed
Push — master ( 3f0917...ad69cb )
by Henry
07:39
created
includes/Admin/View/Helper/Option.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@
 block discarded – undo
268 268
 	 * @since 3.0.0
269 269
 	 *
270 270
 	 * @param string $table name of the table
271
-	 * @param array $excludeArray array of the exclude
271
+	 * @param integer[] $excludeArray array of the exclude
272 272
 	 *
273 273
 	 * @return array
274 274
 	 */
Please login to merge, or discard this patch.
includes/Filesystem/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 	 *
38 38
 	 * @param string $file name of the file
39 39
 	 *
40
-	 * @return string|bool
40
+	 * @return string|false
41 41
 	 */
42 42
 
43 43
 	public function readFile(string $file = null)
Please login to merge, or discard this patch.
includes/Head/Title.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 	 *
46 46
 	 * @param string $text
47 47
 	 *
48
-	 * @return string|bool
48
+	 * @return string|false
49 49
 	 */
50 50
 
51 51
 	public function render(string $text = null)
Please login to merge, or discard this patch.
modules/SocialSharer/SocialSharer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 	 *
37 37
 	 * @since 3.0.0
38 38
 	 *
39
-	 * @return string|bool
39
+	 * @return string|false
40 40
 	 */
41 41
 
42 42
 	public function contentFragmentEnd()
Please login to merge, or discard this patch.
includes/Language.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 	 *
27 27
 	 * @since 2.2.0
28 28
 	 *
29
-	 * @param string|array|bool $language detected language to process
29
+	 * @param null|string $language detected language to process
30 30
 	 */
31 31
 
32 32
 	public function init($language = 'en')
Please login to merge, or discard this patch.
includes/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
 	 * @since 2.2.0
216 216
 	 *
217 217
 	 * @param string $key key of the item
218
-	 * @param string|array|bool $value value of the item
218
+	 * @param string $value value of the item
219 219
 	 */
220 220
 
221 221
 	public function setPost($key = null, $value = null)
Please login to merge, or discard this patch.
includes/Admin/Router/Router.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
 	 *
229 229
 	 * @since 3.3.0
230 230
 	 *
231
-	 * @return string|bool
231
+	 * @return string|false
232 232
 	 */
233 233
 
234 234
 	protected function _renderView()
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
 	 *
281 281
 	 * @since 3.3.0
282 282
 	 *
283
-	 * @return string|bool
283
+	 * @return string|false
284 284
 	 */
285 285
 
286 286
 	protected function _renderNew()
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
 	 *
328 328
 	 * @since 3.3.0
329 329
 	 *
330
-	 * @return string|bool
330
+	 * @return string|false
331 331
 	 */
332 332
 
333 333
 	protected function _renderEdit()
Please login to merge, or discard this patch.
includes/Admin/View/Helper/Panel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -508,7 +508,7 @@
 block discarded – undo
508 508
 	 *
509 509
 	 * @since 4.0.0
510 510
 	 *
511
-	 * @return string|null
511
+	 * @return Html\Element|null
512 512
 	 */
513 513
 
514 514
 	protected function _renderNotification() : ?string
Please login to merge, or discard this patch.
includes/Client/ClientAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 	 *
66 66
 	 * @since 2.4.0
67 67
 	 *
68
-	 * @param array $setupArray array of client setup
68
+	 * @param string[] $setupArray array of client setup
69 69
 	 * @param string $type type of the client
70 70
 	 */
71 71
 
Please login to merge, or discard this patch.