diff --git a/src/Controller.php b/src/Controller.php index 1ee5e42e..9b121083 100755 --- a/src/Controller.php +++ b/src/Controller.php @@ -112,7 +112,10 @@ public function activate_for_single_site() : void { $this->setDefaultOptions(); } - public static function activate( bool $network_wide ) : void { + /** + * @param bool|null $network_wide + */ + public static function activate( $network_wide ) : void { $instance = self::getInstance(); if ( $network_wide ) {