Skip to content

Commit fc2c525

Browse files
jrfnlkukulich
authored andcommitted
File::getDeclarationName(): tweak method description
1 parent b520d4b commit fc2c525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ public function getFilename()
12231223

12241224

12251225
/**
1226-
* Returns the declaration names for classes, interfaces, traits, and functions.
1226+
* Returns the declaration name for classes, interfaces, traits, enums, and functions.
12271227
*
12281228
* @param int $stackPtr The position of the declaration token which
12291229
* declared the class, interface, trait, or function.

0 commit comments

Comments
 (0)