@@ -243,7 +243,7 @@ |
||
| 243 | 243 | { |
| 244 | 244 | $driverType = (string) $this->getOption('driver_type'); |
| 245 | 245 | |
| 246 | - return $this->directory . '/' . $this->channel . '_' . $driverType . '_' . $this->checkpoint; |
|
| 246 | + return $this->directory . '/' . $this->channel . '_' . $driverType . '_' . $this->checkpoint; |
|
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | /** |
@@ -213,7 +213,7 @@ |
||
| 213 | 213 | $masked = implode('.', $tmp); |
| 214 | 214 | |
| 215 | 215 | } else { |
| 216 | - $masked = str_repeat('*', strlen($str) - 6) . substr($str, -6); |
|
| 216 | + $masked = str_repeat('*', strlen($str) - 6) . substr($str, -6); |
|
| 217 | 217 | } |
| 218 | 218 | |
| 219 | 219 | return $masked; |