chore: lint code

This commit is contained in:
Ben Goldsworthy 2021-05-02 20:44:09 +01:00
parent 760e7cc2d0
commit 7c0b05b59e
2 changed files with 21 additions and 19 deletions

View file

@ -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();