THRIFT-2807 PHP CS Fix
This closes #252
Patch: Roger Thomas
diff --git a/lib/php/test/Test/Thrift/Fixtures.php b/lib/php/test/Test/Thrift/Fixtures.php
index 1b86f59..35fc0d9 100644
--- a/lib/php/test/Test/Thrift/Fixtures.php
+++ b/lib/php/test/Test/Thrift/Fixtures.php
@@ -52,12 +52,9 @@
self::$testArgs['testI32'] = pow( 2, 30 );
- if ( PHP_INT_SIZE == 8 )
- {
+ if (PHP_INT_SIZE == 8) {
self::$testArgs['testI64'] = pow( 2, 60 );
- }
- else
- {
+ } else {
self::$testArgs['testI64'] = "1152921504606847000";
}