Sandbox project for a PHPStan workshop
Installation
Requirements
- Docker Engine
- Docker Compose
- Git
- Bash
Getting started
- Clone this repository (
git clone git@github.com: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.