@@ -64,7 +64,7 @@ |
||
| 64 | 64 | public function __construct($binaryData, $dataType, $dataLength) |
| 65 | 65 | { |
| 66 | 66 | if (!is_null($dataLength)) { |
| 67 | - $this->dataLength = (int)$dataLength; |
|
| 67 | + $this->dataLength = (int) $dataLength; |
|
| 68 | 68 | } else { |
| 69 | 69 | $this->dataLength = mb_strlen(base64_decode($binaryData)); |
| 70 | 70 | } |