Skip to content

Commit

Permalink
#99 Fix error when Psalm exists in GrumpPHP.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirsman committed May 16, 2024
1 parent f8ab95a commit c7a9908
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Task/Psalm/services.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
Wunderio\GrumPHP\Task\Psalm\PsalmTask:
class: Wunderio\GrumPHP\Task\Psalm\PsalmTask
arguments:
- '@process_builder'
- '@formatter.raw_process'
tags:
- {name: grumphp.task, task: psalm}

0 comments on commit c7a9908

Please sign in to comment.