Skip to content

Commit 66bf3dc

Browse files
chore(release): 7.1.4 [skip ci]
## [7.1.4](v7.1.3...v7.1.4) (2022-06-20) ### Bug Fixes * **hexonet response:** fn addColumn patched type declaration issue ([06a0ad0](06a0ad0))
1 parent f2e561a commit 66bf3dc

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.1.4](https://github.com/centralnic-reseller/php-sdk/compare/v7.1.3...v7.1.4) (2022-06-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **hexonet response:** fn addColumn patched type declaration issue ([06a0ad0](https://github.com/centralnic-reseller/php-sdk/commit/06a0ad08df7d0b083d91eaed85a19b9f5ade43c0))
7+
18
## [7.1.3](https://github.com/centralnic-reseller/php-sdk/compare/v7.1.2...v7.1.3) (2022-06-10)
29

310

docs/classes/CNIC-HEXONET-Response.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,14 @@ <h3 id="toc">
222222
<dt class="phpdocumentor-table-of-contents__entry -method -public">
223223
<a href="classes/CNIC-HEXONET-Response.html#method_addColumn">addColumn()</a>
224224
<span>
225-
&nbsp;: $this </span>
225+
&nbsp;: <a href="classes/CNIC-ResponseInterface.html"><abbr title="\CNIC\ResponseInterface">ResponseInterface</abbr></a> </span>
226226
</dt>
227227
<dd>Add a column to the column list</dd>
228228

229229
<dt class="phpdocumentor-table-of-contents__entry -method -public">
230230
<a href="classes/CNIC-HEXONET-Response.html#method_addRecord">addRecord()</a>
231231
<span>
232-
&nbsp;: $this </span>
232+
&nbsp;: <a href="classes/CNIC-ResponseInterface.html"><abbr title="\CNIC\ResponseInterface">ResponseInterface</abbr></a> </span>
233233
</dt>
234234
<dd>Add a record to the record list</dd>
235235

@@ -478,7 +478,7 @@ <h3 id="toc">
478478
<dt class="phpdocumentor-table-of-contents__entry -method -public">
479479
<a href="classes/CNIC-HEXONET-Response.html#method_rewindRecordList">rewindRecordList()</a>
480480
<span>
481-
&nbsp;: $this </span>
481+
&nbsp;: <a href="classes/CNIC-ResponseInterface.html"><abbr title="\CNIC\ResponseInterface">ResponseInterface</abbr></a> </span>
482482
</dt>
483483
<dd>Reset index in record list back to zero</dd>
484484

@@ -849,7 +849,7 @@ <h4 class="phpdocumentor-element__name" id="method_addColumn">
849849

850850
<code class="phpdocumentor-code phpdocumentor-signature ">
851851
<span class="phpdocumentor-signature__visibility">public</span>
852-
<span class="phpdocumentor-signature__name">addColumn</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$key</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, string&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">$this</span></code>
852+
<span class="phpdocumentor-signature__name">addColumn</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$key</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, string&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/CNIC-ResponseInterface.html"><abbr title="\CNIC\ResponseInterface">ResponseInterface</abbr></a></span></code>
853853

854854

855855
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
@@ -877,7 +877,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
877877

878878

879879
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
880-
<span class="phpdocumentor-signature__response_type">$this</span>
880+
<span class="phpdocumentor-signature__response_type"><a href="classes/CNIC-ResponseInterface.html"><abbr title="\CNIC\ResponseInterface">ResponseInterface</abbr></a></span>
881881
&mdash;
882882

883883

@@ -903,7 +903,7 @@ <h4 class="phpdocumentor-element__name" id="method_addRecord">
903903

904904
<code class="phpdocumentor-code phpdocumentor-signature ">
905905
<span class="phpdocumentor-signature__visibility">public</span>
906-
<span class="phpdocumentor-signature__name">addRecord</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$h</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">$this</span></code>
906+
<span class="phpdocumentor-signature__name">addRecord</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$h</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/CNIC-ResponseInterface.html"><abbr title="\CNIC\ResponseInterface">ResponseInterface</abbr></a></span></code>
907907

908908

909909
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
@@ -922,7 +922,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
922922

923923

924924
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
925-
<span class="phpdocumentor-signature__response_type">$this</span>
925+
<span class="phpdocumentor-signature__response_type"><a href="classes/CNIC-ResponseInterface.html"><abbr title="\CNIC\ResponseInterface">ResponseInterface</abbr></a></span>
926926
&mdash;
927927

928928

@@ -2187,14 +2187,14 @@ <h4 class="phpdocumentor-element__name" id="method_rewindRecordList">
21872187

21882188
<code class="phpdocumentor-code phpdocumentor-signature ">
21892189
<span class="phpdocumentor-signature__visibility">public</span>
2190-
<span class="phpdocumentor-signature__name">rewindRecordList</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">$this</span></code>
2190+
<span class="phpdocumentor-signature__name">rewindRecordList</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/CNIC-ResponseInterface.html"><abbr title="\CNIC\ResponseInterface">ResponseInterface</abbr></a></span></code>
21912191

21922192

21932193

21942194

21952195

21962196
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
2197-
<span class="phpdocumentor-signature__response_type">$this</span>
2197+
<span class="phpdocumentor-signature__response_type"><a href="classes/CNIC-ResponseInterface.html"><abbr title="\CNIC\ResponseInterface">ResponseInterface</abbr></a></span>
21982198
&mdash;
21992199

22002200

0 commit comments

Comments
 (0)