Briaten Smith
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Github setup via git on development server
Previously, I had set up phpstorm to a copy of a repo hosted on a linux server. We would have our golden repos in one area on the server, then we would clone to our own development area, then open... -
Created "Start tag has wrong closing tag" inspection gone wrong
I have a new version of phpstorm and am having an inspector problem. There's code: <tr<?=$stuff;?>> .... </tr> The inspector insists that "Start tag has wrong closing tag" and suggests I chang...