Skip to content

Commit fa4e348

Browse files
committed
💚 Bump psalm error level +badges
1 parent aa27632 commit fa4e348

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
### FreeSWITCH Integration Core
1+
# FreeSWITCH Integration Core
2+
3+
[![CI Status](https://github.com/rtckit/ficore/workflows/CI/badge.svg)](https://github.com/rtckit/ficore/actions/workflows/ci.yaml)
4+
[![Psalm Type Coverage](https://shepherd.dev/github/rtckit/ficore/coverage.svg)](https://shepherd.dev/github/rtckit/ficore)
5+
[![Latest Stable Version](https://poser.pugx.org/rtckit/ficore/v/stable.png)](https://packagist.org/packages/rtckit/ficore)
6+
[![Installs on Packagist](https://img.shields.io/packagist/dt/rtckit/ficore?color=blue&label=Installs%20on%20Packagist)](https://packagist.org/packages/rtckit/ficore)
7+
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)

etc/psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
findUnusedCode="false"
88
findUnusedBaselineEntry="false"
99
findUnusedVariablesAndParams="false"
10+
errorLevel="1"
1011
>
1112
<projectFiles>
1213
<directory name="../src" />

0 commit comments

Comments
 (0)