This repository was archived by the owner on Oct 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
- level : 5
2
+ level : 8
3
3
paths :
4
4
- src
5
5
excludePaths :
6
6
- src/DependencyInjection/Configuration.php
7
7
ignoreErrors :
8
8
- ' #is never written , only read #'
9
+ - ' #has no value type specified in iterable type #'
10
+ - ' #has parameter .* with no value type specified in iterable type #'
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public function onProcessEnded(ProcessEvent $processEvent): void
97
97
if ($ processExecution = ($ this ->processExecution [$ processEvent ->getProcessCode ()] ?? null )) {
98
98
$ this ->processExecution = array_filter ($ this ->processExecution );
99
99
array_pop ($ this ->processExecution );
100
- $ this ->processLogHandler ->setCurrentProcessCode (array_key_last ($ this ->processExecution ));
100
+ $ this ->processLogHandler ->setCurrentProcessCode (( string ) array_key_last ($ this ->processExecution ));
101
101
$ processExecution ->setEndDate (new DateTime ());
102
102
$ processExecution ->setStatus (ProcessExecution::STATUS_SUCCESS );
103
103
$ processExecution ->getProcess ()->setLastExecutionDate ($ processExecution ->getStartDate ());
You can’t perform that action at this time.
0 commit comments