Skip to content

Commit

Permalink
fix: make methodMetadata nullable in MethodSignatureMetadata
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed Jun 5, 2022
1 parent 7755bbc commit 4e56652
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ class MethodSignature(
*/
data class MethodSignatureMetadata(
val name: String,
val methodMetadata: MethodMetadata,
val methodMetadata: MethodMetadata?,
val patternScanMethod: PatternScanMethod,
val compatiblePackages: Iterable<String>,
val description: String?,
Expand Down

0 comments on commit 4e56652

Please sign in to comment.