Bill B

Avatar
  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 3
  • Created

    Unresolved variable even with jsdoc specified

    I'm getting Unresolved variable version warnings in PhpStorm even though I'm using JSDoc to document the relevant variable.  In the code below (which is a greatly simplified version of my code) I'm...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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 ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 3 followers
    • 2 comments
    • 2 votes