Michal
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Michal created a post, Unchecked exceptions settings - how to turn off propagation to inherited exceptions?
In the settings PHP > Analysis I can choose which exceptions are going to be unchecked, like so:In the above example I added the \Exception class to the list but the problem is that now all excepti... -
-
-
-
-
Michal created a post, AnsweredHow to get changes between two git commits and upload them?
In PhpStorm, when I have uncommitted git changes in my project I can see them in the commit tab like this:I can right click on the ‘Changes’ title, select ‘Deployment’ and upload all the changes to... -
-
-
Michal created a post, Structural replace - how to rename method call?
I'm trying to replace all occurrences of a method call (which is deprecated) with a another method. Current usages look like this:$product = $this->db->fetchAssoc("SELECT id, name FROM products... -