Skip to content

Commit 8fbd20f

Browse files
weitzmanactions-user
authored andcommitted
[CI] Add Doctum build
1 parent 2d261ac commit 8fbd20f

File tree

161 files changed

+71134
-6924
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+71134
-6924
lines changed

api/Drush/Application.html

Lines changed: 60 additions & 168 deletions
Large diffs are not rendered by default.

api/Drush/Attributes/Bootstrap.html

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="robots" content="index, follow, all" />
6-
<title>Drush\Attributes\Bootstrap | Drush API 14</title>
6+
<title>Drush\Attributes\Bootstrap | Drush API 13</title>
77

88
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
99
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
@@ -57,7 +57,7 @@
5757
<span class="icon-bar"></span>
5858
<span class="icon-bar"></span>
5959
</button>
60-
<a class="navbar-brand" href="../../index.html">Drush API 14</a>
60+
<a class="navbar-brand" href="../../index.html">Drush API 13</a>
6161
</div>
6262
<div class="collapse navbar-collapse" id="navbar-elements">
6363
<ul class="nav navbar-nav">
@@ -86,7 +86,7 @@ <h1>Bootstrap
8686

8787

8888
<p> class
89-
<strong>Bootstrap</strong> (<a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/Bootstrap.php">View source</a>)
89+
<strong>Bootstrap</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Bootstrap.php">View source</a>)
9090
</p>
9191

9292

@@ -113,7 +113,7 @@ <h2>Methods</h2>
113113
</div>
114114
<div class="row">
115115
<div class="col-md-2 type">
116-
static&nbsp;void
116+
static&nbsp;
117117
</div>
118118
<div class="col-md-8">
119119
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
@@ -130,7 +130,7 @@ <h2>Details</h2>
130130
<div id="method-details">
131131
<div class="method-item">
132132
<h3 id="method___construct">
133-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/Bootstrap.php#L22">at line 22</a></div>
133+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Bootstrap.php#L22">at line 22</a></div>
134134
<code>
135135
<strong>__construct</strong>(int $level, int|null $max_level = null)
136136
</code>
@@ -169,8 +169,8 @@ <h4>Parameters</h4>
169169
</div>
170170
<div class="method-item">
171171
<h3 id="method_handle">
172-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/Bootstrap.php#L31">at line 31</a></div>
173-
<code> static void
172+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Bootstrap.php#L31">at line 31</a></div>
173+
<code> static
174174
<strong>handle</strong>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
175175
</code>
176176
</h3>
@@ -199,15 +199,6 @@ <h4>Parameters</h4>
199199
</table>
200200

201201

202-
<h4>Return Value</h4>
203-
204-
<table class="table table-condensed">
205-
<tr>
206-
<td>void</td>
207-
<td></td>
208-
</tr>
209-
</table>
210-
211202

212203

213204

api/Drush/Attributes/Format.html

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="robots" content="index, follow, all" />
6-
<title>Drush\Attributes\Format | Drush API 14</title>
6+
<title>Drush\Attributes\Format | Drush API 13</title>
77

88
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
99
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
@@ -57,7 +57,7 @@
5757
<span class="icon-bar"></span>
5858
<span class="icon-bar"></span>
5959
</button>
60-
<a class="navbar-brand" href="../../index.html">Drush API 14</a>
60+
<a class="navbar-brand" href="../../index.html">Drush API 13</a>
6161
</div>
6262
<div class="collapse navbar-collapse" id="navbar-elements">
6363
<ul class="nav navbar-nav">
@@ -86,7 +86,7 @@ <h1>Format
8686

8787

8888
<p> class
89-
<strong>Format</strong> (<a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/Format.php">View source</a>)
89+
<strong>Format</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Format.php">View source</a>)
9090
</p>
9191

9292

@@ -113,7 +113,7 @@ <h2>Methods</h2>
113113
</div>
114114
<div class="row">
115115
<div class="col-md-2 type">
116-
static&nbsp;void
116+
static&nbsp;
117117
</div>
118118
<div class="col-md-8">
119119
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
@@ -130,7 +130,7 @@ <h2>Details</h2>
130130
<div id="method-details">
131131
<div class="method-item">
132132
<h3 id="method___construct">
133-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/Format.php#L23">at line 23</a></div>
133+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Format.php#L23">at line 23</a></div>
134134
<code>
135135
<strong>__construct</strong>(string|null $listDelimiter, string|null $tableStyle)
136136
</code>
@@ -169,8 +169,8 @@ <h4>Parameters</h4>
169169
</div>
170170
<div class="method-item">
171171
<h3 id="method_handle">
172-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/Format.php#L30">at line 30</a></div>
173-
<code> static void
172+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Format.php#L30">at line 30</a></div>
173+
<code> static
174174
<strong>handle</strong>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
175175
</code>
176176
</h3>
@@ -199,15 +199,6 @@ <h4>Parameters</h4>
199199
</table>
200200

201201

202-
<h4>Return Value</h4>
203-
204-
<table class="table table-condensed">
205-
<tr>
206-
<td>void</td>
207-
<td></td>
208-
</tr>
209-
</table>
210-
211202

212203

213204

api/Drush/Attributes/InteractConfigName.html

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="robots" content="index, follow, all" />
6-
<title>Drush\Attributes\InteractConfigName | Drush API 14</title>
6+
<title>Drush\Attributes\InteractConfigName | Drush API 13</title>
77

88
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
99
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
@@ -57,7 +57,7 @@
5757
<span class="icon-bar"></span>
5858
<span class="icon-bar"></span>
5959
</button>
60-
<a class="navbar-brand" href="../../index.html">Drush API 14</a>
60+
<a class="navbar-brand" href="../../index.html">Drush API 13</a>
6161
</div>
6262
<div class="collapse navbar-collapse" id="navbar-elements">
6363
<ul class="nav navbar-nav">
@@ -86,7 +86,7 @@ <h1>InteractConfigName
8686

8787

8888
<p> class
89-
<strong>InteractConfigName</strong> (<a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/InteractConfigName.php">View source</a>)
89+
<strong>InteractConfigName</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/InteractConfigName.php">View source</a>)
9090
</p>
9191

9292

@@ -113,7 +113,7 @@ <h2>Methods</h2>
113113
</div>
114114
<div class="row">
115115
<div class="col-md-2 type">
116-
static&nbsp;void
116+
static&nbsp;
117117
</div>
118118
<div class="col-md-8">
119119
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
@@ -130,7 +130,7 @@ <h2>Details</h2>
130130
<div id="method-details">
131131
<div class="method-item">
132132
<h3 id="method___construct">
133-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/InteractConfigName.php#L20">at line 20</a></div>
133+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/InteractConfigName.php#L20">at line 20</a></div>
134134
<code>
135135
<strong>__construct</strong>(string $argumentName = &#039;config_name&#039;)
136136
</code>
@@ -164,8 +164,8 @@ <h4>Parameters</h4>
164164
</div>
165165
<div class="method-item">
166166
<h3 id="method_handle">
167-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/InteractConfigName.php#L25">at line 25</a></div>
168-
<code> static void
167+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/InteractConfigName.php#L25">at line 25</a></div>
168+
<code> static
169169
<strong>handle</strong>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
170170
</code>
171171
</h3>
@@ -194,15 +194,6 @@ <h4>Parameters</h4>
194194
</table>
195195

196196

197-
<h4>Return Value</h4>
198-
199-
<table class="table table-condensed">
200-
<tr>
201-
<td>void</td>
202-
<td></td>
203-
</tr>
204-
</table>
205-
206197

207198

208199

api/Drush/Attributes/Kernel.html

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="robots" content="index, follow, all" />
6-
<title>Drush\Attributes\Kernel | Drush API 14</title>
6+
<title>Drush\Attributes\Kernel | Drush API 13</title>
77

88
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
99
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
@@ -57,7 +57,7 @@
5757
<span class="icon-bar"></span>
5858
<span class="icon-bar"></span>
5959
</button>
60-
<a class="navbar-brand" href="../../index.html">Drush API 14</a>
60+
<a class="navbar-brand" href="../../index.html">Drush API 13</a>
6161
</div>
6262
<div class="collapse navbar-collapse" id="navbar-elements">
6363
<ul class="nav navbar-nav">
@@ -86,7 +86,7 @@ <h1>Kernel
8686

8787

8888
<p> class
89-
<strong>Kernel</strong> (<a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/Kernel.php">View source</a>)
89+
<strong>Kernel</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Kernel.php">View source</a>)
9090
</p>
9191

9292

@@ -113,7 +113,7 @@ <h2>Methods</h2>
113113
</div>
114114
<div class="row">
115115
<div class="col-md-2 type">
116-
static&nbsp;void
116+
static&nbsp;
117117
</div>
118118
<div class="col-md-8">
119119
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
@@ -130,7 +130,7 @@ <h2>Details</h2>
130130
<div id="method-details">
131131
<div class="method-item">
132132
<h3 id="method___construct">
133-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/Kernel.php#L21">at line 21</a></div>
133+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Kernel.php#L21">at line 21</a></div>
134134
<code>
135135
<strong>__construct</strong>(string $name)
136136
</code>
@@ -164,8 +164,8 @@ <h4>Parameters</h4>
164164
</div>
165165
<div class="method-item">
166166
<h3 id="method_handle">
167-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/Kernel.php#L26">at line 26</a></div>
168-
<code> static void
167+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Kernel.php#L26">at line 26</a></div>
168+
<code> static
169169
<strong>handle</strong>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
170170
</code>
171171
</h3>
@@ -194,15 +194,6 @@ <h4>Parameters</h4>
194194
</table>
195195

196196

197-
<h4>Return Value</h4>
198-
199-
<table class="table table-condensed">
200-
<tr>
201-
<td>void</td>
202-
<td></td>
203-
</tr>
204-
</table>
205-
206197

207198

208199

api/Drush/Attributes/NoArgumentsBase.html

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="robots" content="index, follow, all" />
6-
<title>Drush\Attributes\NoArgumentsBase | Drush API 14</title>
6+
<title>Drush\Attributes\NoArgumentsBase | Drush API 13</title>
77

88
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
99
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
@@ -57,7 +57,7 @@
5757
<span class="icon-bar"></span>
5858
<span class="icon-bar"></span>
5959
</button>
60-
<a class="navbar-brand" href="../../index.html">Drush API 14</a>
60+
<a class="navbar-brand" href="../../index.html">Drush API 13</a>
6161
</div>
6262
<div class="collapse navbar-collapse" id="navbar-elements">
6363
<ul class="nav navbar-nav">
@@ -86,7 +86,7 @@ <h1>NoArgumentsBase
8686

8787

8888
<p> abstract class
89-
<strong>NoArgumentsBase</strong> (<a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/NoArgumentsBase.php">View source</a>)
89+
<strong>NoArgumentsBase</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/NoArgumentsBase.php">View source</a>)
9090
</p>
9191

9292

@@ -114,7 +114,7 @@ <h2>Methods</h2>
114114
<div class="container-fluid underlined">
115115
<div class="row">
116116
<div class="col-md-2 type">
117-
static&nbsp;void
117+
static&nbsp;
118118
</div>
119119
<div class="col-md-8">
120120
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
@@ -131,8 +131,8 @@ <h2>Details</h2>
131131
<div id="method-details">
132132
<div class="method-item">
133133
<h3 id="method_handle">
134-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/14.x/src/Attributes/NoArgumentsBase.php#L13">at line 13</a></div>
135-
<code> static void
134+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/NoArgumentsBase.php#L14">at line 14</a></div>
135+
<code> static
136136
<strong>handle</strong>(ReflectionAttribute $attribute, <a href="../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
137137
</code>
138138
</h3>
@@ -161,15 +161,6 @@ <h4>Parameters</h4>
161161
</table>
162162

163163

164-
<h4>Return Value</h4>
165-
166-
<table class="table table-condensed">
167-
<tr>
168-
<td>void</td>
169-
<td></td>
170-
</tr>
171-
</table>
172-
173164

174165

175166

0 commit comments

Comments
 (0)