Michael Maier
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
-
-
-
-
Michael Maier commented, -
Michael Maier created a post, Mac + Xdebug 3 + Docker Compose + Apache
How do you configure and setup Xdebug 3 in Docker based on php:7.3-apache image? index.php <?phpphpinfo(); // I have a breakpoint in this line Dockerfile FROM php:7.3-apacheRUN pecl install xdebug ... -
-
Michael Maier commented, -
Michael Maier created a post, .phpstorm.meta.php: How to type generic container
I'm using Doctrine which has a class called EntityManager that has a method EntityManager::getRepository, which returns an EntityRepository object. The repository has i.a. a method find that return... -