Bill B

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Bill B commented, -
Bill B created a post, Phpstorm - extend class in another project
I have two projects (a WordPress Parent Theme and a WordPress Child Theme). I'm using PSR-4 autoloading and in my Child Theme project I'm extending a class found in my Parent Theme project. This ... -
-
Bill B created a post, Unresolved warnings for JavaScript alert() and window
In a JavaScript file with the following code/** * Created by billb on 11/14/2014. */var test = 1;var todo = 1;if (window) { alert(test + todo);}I'm getting weak warnings for both "window" and "al...