Skip to content

Commit

Permalink
Fixed case
Browse files Browse the repository at this point in the history
  • Loading branch information
sin0light committed Jun 6, 2023
1 parent 9e270fa commit 4f3be08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/classes/Fortinet-FortiOSAPI-Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ <h4 class="phpdocumentor-element__name" id="property_proxy">
<span class="phpdocumentor-signature__name">$proxy</span>
</code>

<section class="phpdocumentor-description"><p>proxy url to use.</p>
<section class="phpdocumentor-description"><p>Proxy url to use.</p>
</section>


Expand Down Expand Up @@ -1048,7 +1048,7 @@ <h4 class="phpdocumentor-element__name" id="method_getProxy">
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">string</span>
&mdash;
<section class="phpdocumentor-description"><p>proxy connect url</p>
<section class="phpdocumentor-description"><p>Proxy connect url</p>
</section>


Expand Down
4 changes: 2 additions & 2 deletions src/Fortinet/FortiOSAPI/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @property string $hostname Firewall's FQDN.
* @property string $username Firewall user's valid username.
* @property string $password Firewall user's valid password.
* @property string $proxy proxy url to use.
* @property string $proxy Proxy url to use.
* @property int $timeout Wanted HTTP requests timeout, default to 5 seconds.
* @property bool $SSLVerifyPeer HTTP client ssl verify peer option.
* @property int $SSLVerifyHost HTTP client ssl verify host option.
Expand Down Expand Up @@ -88,7 +88,7 @@ public function getPassword() : string

/**
* Getter for curl proxy string.
* @return string proxy connect url
* @return string Proxy connect url
*/
public function getProxy() : string
{
Expand Down

0 comments on commit 4f3be08

Please sign in to comment.