chore: lint code
This commit is contained in:
parent
760e7cc2d0
commit
7c0b05b59e
2 changed files with 21 additions and 19 deletions
|
@ -51,7 +51,7 @@ class Init {
|
|||
* @since 1.5.0
|
||||
* @since 2.8.0 Added `$plugin_name` parameter.
|
||||
*/
|
||||
public function __construct(
|
||||
public function __construct(
|
||||
/**
|
||||
* The ID of this plugin.
|
||||
*
|
||||
|
@ -60,7 +60,7 @@ class Init {
|
|||
*
|
||||
* @since 2.8.0
|
||||
*/
|
||||
private string $plugin_name
|
||||
private string $plugin_name
|
||||
) {
|
||||
$this->load_dependencies();
|
||||
|
||||
|
|
Reference in a new issue