Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Dec 18, 2024
1 parent 2a6ff08 commit 48a13f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/N98/Magento/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Application extends BaseApplication
*/
private ?ConfigurationLoader $configurationLoader = null;

protected string $_magentoRootFolder = '';
protected ?string $_magentoRootFolder = null;

protected bool $_magentoEnterprise = false;

Expand All @@ -86,7 +86,7 @@ class Application extends BaseApplication

protected bool $_magerunStopFileFound = false;

protected string $_magerunStopFileFolder = '';
protected ?string $_magerunStopFileFolder = null;

protected bool $_magerunUseDeveloperMode;

Expand Down

0 comments on commit 48a13f0

Please sign in to comment.