Adamo \Aerendir\ Crespi
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
-
Edited Undefined class object
Answered/** * @param MyClass|MySecondClass|object $myArgument * * @return array */private function myMethod(object $myArgument): array{ The `object` in the DocBlock is highlighted and the message says: "... -
Created Terminal doesn't accepts alt + 5 to type ~ on Mac OS Sierra
As you can see, writing here the title of this post, I can write ~ (alt + 5). But the embedded Terminal in PHPStorm doesn't accepts the combination. It is very frustrating as I cannot squash commit...