Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 13, 2024
1 parent e244286 commit 3e606e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/PhpParser/Node/Name.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ public static function concat($name1, $name2, array $attributes = []) {
*
* @param string|string[]|self $name Name to prepare
*
* @return non-empty-string Prepared name
* @psalm-return non-empty-string
* @return string Prepared name
*/
private static function prepareName($name): string {
if (\is_string($name)) {
Expand Down

0 comments on commit 3e606e6

Please sign in to comment.