Skip to content

Commit

Permalink
ClrEvent.PropertyType (almost unused tho)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed May 9, 2024
1 parent 24bee47 commit f2ae59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Peachpie.Runtime/Reflection/PhpPropertyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public override FieldAttributes Attributes

public override string PropertyName => Event.Name;

public override Type PropertyType => typeof(PhpValue);
public override Type PropertyType => ConstructedClrEventType;

public override PhpValue GetValue(Context ctx, object instance)
{
Expand Down

0 comments on commit f2ae59e

Please sign in to comment.