Skip to content

Commit 6ce4cb7

Browse files
authored
Merge pull request #4 from blitz-php/devs
patch: definition du gestionnaire "file" comme etant celui par défaut
2 parents 8fd714a + b3a607c commit 6ce4cb7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"blitz-php/database": "^0.8.1",
2323
"blitz-php/framework": "^0.11",
2424
"kahlan/kahlan": "^6.0",
25-
"phpstan/phpstan": "^2.1"
25+
"phpstan/phpstan": "^1.11"
2626
},
2727
"autoload": {
2828
"psr-4": {

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ includes:
22
- phpstan-baseline.php
33

44
parameters:
5+
tmpDir: build/phpstan
56
level: 6
67
paths:
78
- src

src/Config/parametres.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @var list<string>
2222
*/
23-
'handlers' => ['array'],
23+
'handlers' => ['file'],
2424

2525
/**
2626
* Paramètres du gestionnaire "Array".

0 commit comments

Comments
 (0)