Nikita Sapogov
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited Code completion for array of objects in class implemented interface
I have interface and class interface StoreFilterInterface{ /** * @param Store[] $stores * * @return Store[] */ public function filter(array $stores): array;} class LocalityIdS...