Passed
Push — master ( 347387...5b95ab )
by Artem
03:35
created
src/Amadeus/Client/Struct/Fop/TdsBlbData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.