Skip to content

Commit

Permalink
[AUTO] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gigili committed May 4, 2024
1 parent 478ec3b commit 3c67bc7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions docs/classes/Gac-Routing-Request.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">46</span>
<span class="phpdocumentor-element-found-in__line">49</span>

</aside>

Expand Down Expand Up @@ -387,7 +387,7 @@ <h4 class="phpdocumentor-element__name" id="method_getAllData">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">56</span>
<span class="phpdocumentor-element-found-in__line">59</span>

</aside>

Expand Down Expand Up @@ -427,7 +427,7 @@ <h4 class="phpdocumentor-element__name" id="method_header">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">134</span>
<span class="phpdocumentor-element-found-in__line">137</span>

</aside>

Expand Down Expand Up @@ -505,7 +505,7 @@ <h4 class="phpdocumentor-element__name" id="method_headers">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">69</span>
<span class="phpdocumentor-element-found-in__line">72</span>

</aside>

Expand Down Expand Up @@ -559,7 +559,7 @@ <h4 class="phpdocumentor-element__name" id="method_send">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">156</span>
<span class="phpdocumentor-element-found-in__line">159</span>

</aside>

Expand Down Expand Up @@ -629,7 +629,7 @@ <h4 class="phpdocumentor-element__name" id="method_status">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">116</span>
<span class="phpdocumentor-element-found-in__line">119</span>

</aside>

Expand Down Expand Up @@ -707,7 +707,7 @@ <h4 class="phpdocumentor-element__name" id="method_get_request_headers">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">87</span>
<span class="phpdocumentor-element-found-in__line">90</span>

</aside>

Expand Down Expand Up @@ -747,7 +747,7 @@ <h4 class="phpdocumentor-element__name" id="method_parse_patch_and_put_request_d
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">169</span>
<span class="phpdocumentor-element-found-in__line">172</span>

</aside>

Expand Down Expand Up @@ -787,7 +787,7 @@ <h4 class="phpdocumentor-element__name" id="method_parse_raw_form_data">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">258</span>
<span class="phpdocumentor-element-found-in__line">261</span>

</aside>

Expand Down
6 changes: 3 additions & 3 deletions docs/reports/deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,21 @@ <h3><abbr title="src/Request.php">Request.php</abbr></h3>
<th class="phpdocumentor-heading">Reason</th>
</tr>
<tr>
<td class="phpdocumentor-cell">116</td>
<td class="phpdocumentor-cell">119</td>
<td class="phpdocumentor-cell"><a href="classes/Gac-Routing-Request.html#method_status"><abbr title="\Gac\Routing\Request::status()">Request::status()</abbr></a></td>
<td class="phpdocumentor-cell"><p>Soon this option will be removed and should be replaced with a call to the Response class
New way of using the Response class: Response::withStatus(401, 'Not Authorized');</p>
</td>
</tr>
<tr>
<td class="phpdocumentor-cell">134</td>
<td class="phpdocumentor-cell">137</td>
<td class="phpdocumentor-cell"><a href="classes/Gac-Routing-Request.html#method_header"><abbr title="\Gac\Routing\Request::header()">Request::header()</abbr></a></td>
<td class="phpdocumentor-cell"><p>Soon this option will be removed and should be replaced with a call to the Response class
New way of using the Response class: Response::withHeader('header-key', 'header-value');</p>
</td>
</tr>
<tr>
<td class="phpdocumentor-cell">156</td>
<td class="phpdocumentor-cell">159</td>
<td class="phpdocumentor-cell"><a href="classes/Gac-Routing-Request.html#method_send"><abbr title="\Gac\Routing\Request::send()">Request::send()</abbr></a></td>
<td class="phpdocumentor-cell"><p>Soon this option will be removed and should be replaced with a call to the Response class
New way of using the Response class: Response::status(200, 'OK')::setBody($output);</p>
Expand Down

0 comments on commit 3c67bc7

Please sign in to comment.