File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
->ignoreDotFiles (true )
14
14
->ignoreVCS (true );
15
15
16
- return \PhpCsFixer \Config:: create ( )
16
+ return ( new \PhpCsFixer \Config () )
17
17
->setRules ([
18
18
'@PSR2 ' => true ,
19
19
'array_syntax ' => ['syntax ' => 'short ' ],
20
- 'ordered_imports ' => ['sortAlgorithm ' => 'alpha ' ],
20
+ 'ordered_imports ' => ['sort_algorithm ' => 'alpha ' ],
21
21
'no_unused_imports ' => true ,
22
22
])
23
23
->setFinder ($ finder );
Original file line number Diff line number Diff line change 28
28
"ext-json" : " *"
29
29
},
30
30
"require-dev" : {
31
- "phpunit/phpunit" : " ^8.4 " ,
31
+ "phpunit/phpunit" : " ^9.5 " ,
32
32
"nesbot/carbon" : " ^2.27" ,
33
- "friendsofphp/php-cs-fixer" : " ^2.16 "
33
+ "friendsofphp/php-cs-fixer" : " ^3.13 "
34
34
},
35
35
"scripts" : {
36
36
"test" : " @php vendor/bin/phpunit --colors=always" ,
Original file line number Diff line number Diff line change 4
4
5
5
class RecoveryException extends \Exception
6
6
{
7
-
8
7
/**
9
8
* @param string $total
10
9
* @param string $toRecover
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ public function toArray(): array
325
325
326
326
if (isset ($ this ->authorisationRejectReason )) {
327
327
$ fields ['motifrefusautorisation ' ] = $ this ->authorisationRejectReason ;
328
- }
328
+ }
329
329
330
330
if (isset ($ this ->commitmentAmount )) {
331
331
$ fields ['montantech ' ] = $ this ->commitmentAmount ;
You can’t perform that action at this time.
0 commit comments