Skip to content

Commit

Permalink
Do not dynamically create properties
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Apr 25, 2024
1 parent 63f56a7 commit 2313d65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/DependenciesEnumerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ class DependenciesEnumerator
*/
protected array $filesAutoloaders = [];

/**
* @param ?array{files?:array<string>, classmap?:array<string>, psr?:array<string,string|array<string>>} $overrideAutoload
*/
protected array $overrideAutoload;

/**
* Constructor.
*
Expand Down
5 changes: 5 additions & 0 deletions src/FileScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ class FileScanner

protected DiscoveredSymbols $discoveredSymbols;

/**
* @var string[]
*/
protected array $excludePackagesFromPrefixing;

/**
* FileScanner constructor.
* @param \BrianHenryIE\Strauss\Composer\Extra\StraussConfig $config
Expand Down

0 comments on commit 2313d65

Please sign in to comment.