Sandbox project for a PHPStan workshop
Installation
Requirements
- Docker Engine
- Docker Compose
- Git
- Bash
Getting started
- Clone this repository (
git clone [email protected]:matthiasnoback/phpstan-workshop.git
) andcd
into it. - Run
bin/install
.
Now run bin/phpstan
. You should see a number of issues that we'll tackle during the workshop.