diff --git a/src/PluginBuilder.php b/src/PluginBuilder.php index e32e330..bcf8c33 100644 --- a/src/PluginBuilder.php +++ b/src/PluginBuilder.php @@ -20,10 +20,10 @@ class PluginBuilder { - protected string $pluginPath, $outputPath; - protected array $pluginDescription; + private string $pluginPath, $outputPath; + private array $pluginDescription; - protected function __construct(string $pluginPath) + public function __construct(string $pluginPath) { // Set error reporting to the max error_reporting(E_ALL | E_STRICT);