@@ -35,7 +35,7 @@ |
||
35 | 35 | |
36 | 36 | $filename = $this->getPath() . '/' . $address->__toString() . '_' . $this->getTimestamp() . '.txt'; |
37 | 37 | |
38 | - if (! $this->putContents($filename, $text)) { |
|
38 | + if (!$this->putContents($filename, $text)) { |
|
39 | 39 | throw new \RuntimeException('Unable to write data'); |
40 | 40 | } |
41 | 41 | } catch (\Exception $exception) { |