Skip to content

Commit 00f2a03

Browse files
committed
Apply fixes from StyleCI
1 parent 0f41cec commit 00f2a03

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

config/scribe.php

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of Cachet.
5+
*
6+
* (c) Alt Three Services Limited
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
use Knuckles\Scribe\Extracting\Strategies;
413

514
return [
@@ -74,7 +83,7 @@
7483
],
7584

7685
'external' => [
77-
'html_attributes' => []
86+
'html_attributes' => [],
7887
],
7988

8089
'try_it_out' => [
@@ -122,7 +131,7 @@
122131
],
123132

124133
// Text to place in the "Introduction" section, right after the `description`. Markdown and HTML are supported.
125-
'intro_text' => <<<INTRO
134+
'intro_text' => <<<'INTRO'
126135
This documentation aims to provide all the information you need to work with our API.
127136
128137
<aside>As you scroll, you'll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile).
@@ -158,7 +167,7 @@
158167
'enabled' => true,
159168

160169
'overrides' => [
161-
'info.version' => '3.0.0',
170+
'info.version' => '3.0.0',
162171
],
163172
],
164173

@@ -178,7 +187,7 @@
178187
'Incident Templates',
179188
'Metrics',
180189
'Metric Points',
181-
'Schedules'
190+
'Schedules',
182191
],
183192
],
184193

@@ -233,9 +242,9 @@
233242
'override',
234243
[
235244
'Content-Type' => 'application/json',
236-
'Accept' => 'application/json',
237-
]
238-
]
245+
'Accept' => 'application/json',
246+
],
247+
],
239248
],
240249
'bodyParameters' => [
241250
Strategies\BodyParameters\GetFromFormRequest::class,
@@ -257,8 +266,8 @@
257266
'config' => [
258267
'app.debug' => false,
259268
],
260-
]
261-
]
269+
],
270+
],
262271
],
263272
'responseFields' => [
264273
Strategies\ResponseFields\GetFromResponseFieldAttribute::class,

0 commit comments

Comments
 (0)