Daniele Pignedoli

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Daniele Pignedoli created a post, Configure PHP inspections to tell a white-space or tab at the begin of the file as error?
I've just lost about 30 minutes looking for the file in my project that added a tab at the begin of the output ;)So im wondering if there is a way to tell phpStorm to report php files that begin li... -
Daniele Pignedoli created a post, Create/update PHPDOC comments in batch?
Hi all!I have inherited a BIG project where the previous dev's didnt pay much attention to functions comments, so i have a lot of function like this:class Foo{ public function bar($a, $b, $c){ ...