Skip to content

Commit

Permalink
Update PluginBuilder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zOmArRD committed Aug 21, 2023
1 parent f8a6ad1 commit d18fadc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PluginBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d18fadc

Please sign in to comment.