aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/php/issue-2497.php
blob: 2da7d3a73a2ad759f1d87f7ab0f98d89c8ca1233 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

use Illuminate\Support\Facades\Route;

Route::get('/', function () {
    return view('welcome');
});

Route::get(
    '/',
    1,
    aaaaaaaaaaaaaaaaaaaaaaaaa,
    2
);