Skip to content

Commit 7e1c13f

Browse files
committed
Add doc comment of
1 parent 42c86f4 commit 7e1c13f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WP_CLI/Core/CoreUpgrader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class CoreUpgrader extends DefaultCoreUpgrader {
2727
* CoreUpgrader constructor.
2828
*
2929
* @param \WP_Upgrader_Skin|null $skin
30+
* @param bool $insecure
3031
*/
3132
public function __construct( $skin = null, $insecure = false ) {
3233
$this->insecure = $insecure;

0 commit comments

Comments
 (0)