micha

Avatar
  • 活动总数 47
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 14
  • 已编辑于

    how to reformat this php 8 code?

    已回答
    i 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 |...
    • 2 个关注者
    • 9 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    [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 ??...
    • 2 个关注者
    • 2 条评论
    • 1 票
  • 创建于

    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...
    • 3 个关注者
    • 2 条评论
    • 1 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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...
    • 3 个关注者
    • 4 条评论
    • 1 票
  • 创建于

    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...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    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 ...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    [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
    • 1 个关注者
    • 1 条评论
    • 0 票