https://github.com/andyexeter/psalm-513-alpine-issue-demo
https://github.com/andyexeter/psalm-513-alpine-issue-demo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andyexeter/psalm-513-alpine-issue-demo
- Owner: andyexeter
- Created: 2023-06-26T09:51:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T09:59:26.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T02:19:26.489Z (about 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Psalm v5.1.3 Alpine Linux Issue Demo
## Setup
```shell
$ composer install
```
## Replicate Issue
```shell
$ docker run --rm -v $(pwd):/app -w /app php:8.2-alpine php vendor/bin/psalm
```
## Confirm Issue Not Present in Non-Alpine Image
```bash
$ docker run --rm -v $(pwd):/app -w /app php:8.2 php vendor/bin/psalm
```