Passed
Pull Request — master (#10)
by Matthias
02:04
created
src/Traits/TronAwareTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      */
64 64
     public function hexString2Address($sHexString)
65 65
     {
66
-        if (strlen($sHexString) < 2 || (strlen($sHexString) & 1) != 0) {
66
+        if (strlen($sHexString) < 2 || (strlen($sHexString)&1) != 0) {
67 67
             return '';
68 68
         }
69 69
 
Please login to merge, or discard this patch.