Skip to content

Commit

Permalink
Update CL
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Mar 2, 2024
1 parent d62c1e8 commit f263b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,8 @@ Improvements:
- Skip parent parameters on complete constructor #2471 @mamazu
- Support generics on `@mixin` #2463
- Remove "on develop warning" service #2533
- Disable the processing of includes/requires, it doesn't work very well but
it has massive performance impact on certain projects #2580

Bug fixes:

Expand Down
1 change: 0 additions & 1 deletion lib/WorseReflection/Core/ServiceLocator.php
Expand Up @@ -13,7 +13,6 @@
use Phpactor\WorseReflection\Core\Inference\Walker\DiagnosticsWalker;
use Phpactor\WorseReflection\Core\Inference\Walker\PassThroughWalker;
use Phpactor\WorseReflection\Core\Inference\Walker\FunctionLikeWalker;
use Phpactor\WorseReflection\Core\Inference\Walker\IncludeWalker;
use Phpactor\WorseReflection\Core\Inference\Walker\VariableWalker;
use Phpactor\WorseReflection\Core\Inference\NodeToTypeConverter;
use Phpactor\WorseReflection\Core\Inference\NodeContextResolver;
Expand Down

0 comments on commit f263b31

Please sign in to comment.