Skip to content

Commit f280d11

Browse files
committed
Cleanup whitespaces
1 parent 1da15ad commit f280d11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/JsPhpize/Compiler/Compiler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ protected function visitFunctionCall(FunctionCall $functionCall, $indent)
202202
return $staticCall;
203203
}
204204

205-
206205
return 'function_exists(' . var_export($name, true) . ') ? ' .
207206
$staticCall . ' : ' .
208207
$dynamicCall;

tests/options.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function testDisallow()
2020
return a;
2121
'));
2222

23-
2423
$jsPhpize = new JsPhpize(array(
2524
'disallow' => 'foo comment bar',
2625
));

0 commit comments

Comments
 (0)