Ernesto Aides

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

    Giet log search dissapear in new version PHPStrom

    已回答
    With the new version of PHPStorm, in the “Git -alt 9-” window, for the LOG section, in previous versions we had a search input to search by developer or task name/description.In the new version, I ...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Identify potential ArgumentCountError in phpstorm

    Which type of inspection can be used for search, in a whole project, call to functions with less number of mandatory parameters, that will throw a fatal error since PHP 7.1 (before was only a waning)
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    How to ignore error for a query wich is defined in several lines

    I have to write a query like that $sep = "";$query = "SELECT * FROM `my_table` WHERE `id` IN(";foreach ($my_array as $item_id) {   $query .= $sep . $item_id;   $sep = ',';}$query .= ")"; The final ...
    • 2 个关注者
    • 4 条评论
    • 0 票