Increase PHPStan levels and update code to resolve issues found

This commit is contained in:
SignpostMarv
2018-01-27 19:45:35 +00:00
committed by Ben Ramsey
parent a2ba41740c
commit 0030399564
26 changed files with 82 additions and 84 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class OrderedTimeCodec extends StringCodec
$fields['node'],
];
return hex2bin(implode('', $optimized));
return (string) hex2bin(implode('', $optimized));
}
/**