We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4229aff + c5c23f9 commit 7df8b13Copy full SHA for 7df8b13
2 files changed
composer.json
@@ -6,7 +6,7 @@
6
"license": "",
7
"authors": [],
8
"minimum-stability": "stable",
9
- "version": "1.1.7",
+ "version": "1.1.7.1",
10
"require": {
11
"php": ">=7",
12
"silex/silex": "^2.0",
src/ImportResult.php
@@ -65,13 +65,13 @@ public function getErrorData(): array
65
66
public function addSelectTime(float $time): self
67
{
68
- $this->selectTime[] = $this;
+ $this->selectTime[] = $time;
69
return $this;
70
}
71
72
public function addConvertTime(float $time): self
73
74
- $this->convertTime[] = $this;
+ $this->convertTime[] = $time;
75
76
77
0 commit comments