vexus2 / CakeStorm

CakeStorm is a PhpStorm plugin for CakePHP users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NullPointerException is invoked when performing CTRL+Space on anything that's wrapped in single quotation mark.

Timber232 opened this issue · comments

PHPStorm will spit out a NullPointerException error when I used the CTR+Space shortcut on anything that's wrapped in single quotation mark (Only happens in the Controller and Model).

For example:
$this->loadModel('Request'); Try CTR+Space inside the 'Request'

PHP event log: 10:32:02 AM NullPointerException: null

image

Thank you for your reporting!
I fixed it and submitted.

Please wait until the day or so plugin update.