sabat24
- 活动总数 145
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 45
-
sabat24 创建了一个帖子, Typehints for generic PHP collections doesn't work for me
I tried to use new generic type hints feature in the following way: 1. I created a repository class with getAllForPage method. /** * @param Page $page * @return Collection<Reaction> */public functi... -
sabat24 创建了一个帖子, Turn off the data sharing acceptance modal window on startup
Each time on IDE's startup it shows me that screen: Each time I click "Don't send", but it nothing changes. How can I get rid of that permanently? -
-
-
sabat24 创建了一个帖子, Optimize imports in before commit for php files only
I like to use that option to remove unused "use" statements from php files. However I lately discovered that it also removes some imports from my js files as well, which shouldn't be removed. Is th... -
-
sabat24 创建了一个帖子, PHP CS Fixer - force to use project CLI version in inspections instead of system one
I installed PHP CS Fixer as a composer dependency using this article: https://www.jetbrains.com/help/phpstorm/using-php-cs-fixer.html#installing-php-cs-fixer-composer In IDE configuration I set tha... -
-
sabat24 创建了一个帖子, Visibility of scrach files only per project
Is there some way to create scratch files that would be available only for project in which the file was created? I work on 8-9 projects at the same time. Right now I've got ca. 50 scratch files an... -