Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes "System.Reflection.AmbiguousMatchException"
``` System.Reflection.AmbiguousMatchException: Multiple custom attributes of the same type found. at System.Attribute.GetCustomAttribute(Assembly element, Type attributeType, Boolean inherit) at System.Reflection.CustomAttributeExtensions.GetCustomAttribute[T](Assembly element) at Pchp.Core.Reflection.PhpStackFrame.get_TypeName() at Pchp.Core.Reflection.PhpStackTrace.FrameLine.ToUserFrame() ```
- Loading branch information