Skip to content

Commit 5e8f81d

Browse files
committed
Fix tests
1 parent 35af61f commit 5e8f81d

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

resources/views/partials/example-requests/bash.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
-d '{!! json_encode($route['cleanBodyParameters']) !!}'
1010
@endif
1111

12-
```
12+
```

resources/views/partials/example-requests/javascript.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
})
3636
.then(response => response.json())
3737
.then(json => console.log(json));
38-
```
38+
```

resources/views/partials/frontmatter.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
language_tabs:
44
@foreach($settings['languages'] as $language)
55
- {{ $language }}
6-
76
@endforeach
87

98
includes:

resources/views/partials/route.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
@include("apidoc::partials.example-requests.$language")
1616

1717
@endforeach
18-
1918
@if(in_array('GET',$route['methods']) || (isset($route['showresponse']) && $route['showresponse']))
2019
@if(is_array($route['response']))
2120
@foreach($route['response'] as $response)

0 commit comments

Comments
 (0)