PHP Interface (#28)

I commented on the previous issue, but not sure if it would get read. Problem is partially solved in that the "implements " is correctly created. However, the interface itself is still created like:

class

instead of:

interface

Created
11 March 2012 17:33:12
Closed
18 March 2012 18:31:49
Requested by
Tyler
State
Solved
Version
5.06.4453.41892
OperatingSystem
Windows XP Professional SP3
Solved in
5.07

Dusan Rodina - softwareideas.net 12 March 2012 15:45:23

It creates a class and also an interface for single element representing the interface, which is also incorrect. I didn't notice it at testing before release. I will fix this problem in the next release.

TrackedRequestComment
Your Name:
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]