Skip to content

Commit 58f2007

Browse files
committed
Fix code formatting
1 parent 9849a54 commit 58f2007

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Aspose/BarCode/ObjectSerializer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ public static function buildQuery(array $params, $encoding = PHP_QUERY_RFC3986):
292292
throw new \InvalidArgumentException('Invalid type');
293293
}
294294

295-
$castBool = function ($v) {
296-
return $v ? 'true' : 'false';
297-
};
295+
$castBool = function ($v) { return $v ? 'true' : 'false'; };
298296

299297
$qs = '';
300298
foreach ($params as $k => $v) {

0 commit comments

Comments
 (0)