Skip to content

Commit 74fa6d5

Browse files
committed
Fix typo in phpdoc
1 parent 0b02d61 commit 74fa6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/UseStatementGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class UseStatementGenerator implements \Stringable
2323
/**
2424
* For use statements that contain aliases, the $classesToBeImported array
2525
* may contain an array(s) like [\Some\Class::class => 'ZYX']. The generated
26-
* use statement would appear as "use Some\Class::class as 'ZXY'". It is ok
26+
* use statement would appear as "use Some\Class::class as 'ZYX'". It is ok
2727
* to mix non-aliases classes with aliases.
2828
*
2929
* @param string[]|array<string, string> $classesToBeImported

0 commit comments

Comments
 (0)