diff options
Diffstat (limited to 'tests/indent/php')
| -rw-r--r-- | tests/indent/php/unfinished-call.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/php/unfinished-call.php b/tests/indent/php/unfinished-call.php new file mode 100644 index 000000000..396d7174b --- /dev/null +++ b/tests/indent/php/unfinished-call.php @@ -0,0 +1,6 @@ +<?php + +Route::get( + '/', + 1, + aaaaaaaaaaaaaaaaaaaaaaaaa, |
