Skip to content

Commit

Permalink
fix annotatino input/output
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 18, 2024
1 parent 0cf8590 commit 12ec888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AbstractDoctrineAnnotationFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@
* @internal
*
* @phpstan-type _AutogeneratedInputConfiguration array{
* map_types?: array<string, string>,
* scalar_types?: bool,
* union_types?: bool
* }
* @phpstan-type _AutogeneratedComputedConfiguration array{
* map_types: array<string, string>,
* scalar_types: bool,
* union_types: bool
* }
Expand Down

0 comments on commit 12ec888

Please sign in to comment.