Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 5, 2025
1 parent 0f41cec commit 00f2a03
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions config/scribe.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

use Knuckles\Scribe\Extracting\Strategies;

return [
Expand Down Expand Up @@ -74,7 +83,7 @@
],

'external' => [
'html_attributes' => []
'html_attributes' => [],
],

'try_it_out' => [
Expand Down Expand Up @@ -122,7 +131,7 @@
],

// Text to place in the "Introduction" section, right after the `description`. Markdown and HTML are supported.
'intro_text' => <<<INTRO
'intro_text' => <<<'INTRO'
This documentation aims to provide all the information you need to work with our API.
<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).
Expand Down Expand Up @@ -158,7 +167,7 @@
'enabled' => true,

'overrides' => [
'info.version' => '3.0.0',
'info.version' => '3.0.0',
],
],

Expand All @@ -178,7 +187,7 @@
'Incident Templates',
'Metrics',
'Metric Points',
'Schedules'
'Schedules',
],
],

Expand Down Expand Up @@ -233,9 +242,9 @@
'override',
[
'Content-Type' => 'application/json',
'Accept' => 'application/json',
]
]
'Accept' => 'application/json',
],
],
],
'bodyParameters' => [
Strategies\BodyParameters\GetFromFormRequest::class,
Expand All @@ -257,8 +266,8 @@
'config' => [
'app.debug' => false,
],
]
]
],
],
],
'responseFields' => [
Strategies\ResponseFields\GetFromResponseFieldAttribute::class,
Expand Down

0 comments on commit 00f2a03

Please sign in to comment.