Skip to content

Commit 9fc4ab5

Browse files
committed
added comment
1 parent 81f25e5 commit 9fc4ab5

File tree

1 file changed

+3
-0
lines changed
  • app/helpers/MetaFormats/AnnotationConversion

1 file changed

+3
-0
lines changed

app/helpers/MetaFormats/AnnotationConversion/Utils.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ public static function getAttributeClassFromString(string $type)
9999
return self::shortenClass($className);
100100
}
101101

102+
/**
103+
* @return array Returns all parameter attribute class names (including namespace).
104+
*/
102105
public static function getParamAttributeClassNames()
103106
{
104107
return array_values(self::$paramLocationToAttributeClassDictionary);

0 commit comments

Comments
 (0)