Skip to content

Commit

Permalink
ClrEvent is internal
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed May 9, 2024
1 parent f2ae59e commit 5f98ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Peachpie.Runtime/ClrEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal interface IClrEvent
IDisposable Add(IPhpCallable callable);
}

public class ClrEvent<TDelegate> : IPhpConvertible, IClrEvent, IPhpCallable where TDelegate : Delegate
internal class ClrEvent<TDelegate> : IPhpConvertible, IClrEvent, IPhpCallable where TDelegate : Delegate
{
sealed class Hook : IDisposable
{
Expand Down

0 comments on commit 5f98ae9

Please sign in to comment.