micha
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Edited how to reformat this php 8 code?
Answeredi would like things marked here in code to be aligned.i tried everything, but i didn´t get this to work... thanks for any hint !!!i should mention, this is NOT working: "Wrapping and Braces" tab |... -
Created 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... -
Created 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... -
Created [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 ??... -
Created 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... -
Created 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... -
Created inspections of class names with different capitalization
hi,today i noticed that phpstorm does not inspect class names written with different capitalization:class DateAndTime { ... }phpstorm does not nag about:dateAndTime::now()ordateandtime::now()that´s... -
Created monitoring keyword todo
sometimes i have properties called "todo":<?php/** * @property mixed mode * @property mixed todo */class params { .... }phpstorm always parses this as a real todo comment, does anyone know howto fi... -
Created problem with mysql query inspections
hi,i have a lot dynamic built sql queries like this one here in the screenshot:"DELETE FROM XXX WHERE aaa = ? ".$AND;or"SELECT * FROM XXX ".$WHERE." ".$AND;i don´t see a way to tell phpstorm, that ... -
Created [EAP 131.332] Unneeded comma
hi all,i cannot really understand this "unneeded comma" notice....the code is NOT working with removing this comma, i see this as a bug - and you ? ;)regards,micha