micha

- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
micha commented, -
micha created a post, Question: ignore Kint dump warnings when using ~d() or +d()
hi there, i am a big fan of https://github.com/kint-php/kint - which gives me a beautiful dump with the function "d()". kint allows prefixes to modify the output of the dump, for instance: +d() or... -
-
micha commented, -
-
micha created a post, Phpstorm unable to show special chars in run console
hi there, i am a bug fan of https://github.com/kint-php/kint - which produces output like this: but when u run phpunit via docker remote, the phpstorm console shows me this: it has nothing todo wi... -
micha commented, -
micha created a post, [mysql] inspection warning: unable to resolve column (alias)
hi there, for me this is legal sql.but phpstorm is unable to see, that "ordid" is an alias of "o.ord_id".is there any good way to fix that without using "# noinspection SqlResolve" inside my sql ??... -
micha created a post, windows: phpunit via ssh on remote: how ?
hi all,i am not able to make phpunit remote via ssh working.my setup:- phpstorm 9 (latest): windows- linux- local path: B:\projects\tests\1\ (mounted via samba to widows)- remote path: /home/projec... -
micha created a post, phpstorm does not save svn login data
hi there, i am getting mad. everytime i close phpstorm, the svn login informations get lost ;(i am using latest EAP. don´t know if that is a bug, would be very happy if someone can help me here !th...