aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/php/issue-2497.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/php/issue-2497.php')
-rw-r--r--tests/indent/php/issue-2497.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/indent/php/issue-2497.php b/tests/indent/php/issue-2497.php
new file mode 100644
index 000000000..2da7d3a73
--- /dev/null
+++ b/tests/indent/php/issue-2497.php
@@ -0,0 +1,14 @@
+<?php
+
+use Illuminate\Support\Facades\Route;
+
+Route::get('/', function () {
+ return view('welcome');
+});
+
+Route::get(
+ '/',
+ 1,
+ aaaaaaaaaaaaaaaaaaaaaaaaa,
+ 2
+);