Commit 052327f
committed
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()
```1 parent 204d3ee commit 052327f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
| 345 | + | |
345 | 346 | | |
346 | 347 | | |
347 | 348 | | |
| |||
0 commit comments