Skip to content

Commit

Permalink
Fix PHP warning with no composer classloader
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Jul 2, 2024
1 parent 6bbe1d0 commit c9a4711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Analyser
*
* @var array<string, ClassLoader>
*/
private $classLoaders;
private $classLoaders = [];

/**
* @var Configuration
Expand Down

0 comments on commit c9a4711

Please sign in to comment.