Skip to content

Commit 63a326a

Browse files
chore(release): 12.0.1 [skip ci]
## [12.0.1](v12.0.0...v12.0.1) (2025-10-10) ### Bug Fixes * **php 8.4:** implicitly marking parameter as nullable is deprecated ([682f94d](682f94d))
1 parent 682f94d commit 63a326a

File tree

7 files changed

+16
-9
lines changed

7 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+
## [12.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v12.0.0...v12.0.1) (2025-10-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **php 8.4:** implicitly marking parameter as nullable is deprecated ([682f94d](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/commit/682f94dd062d78b2586843d0adb98a2d54d509f9))
7+
18
# [12.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v11.0.10...v12.0.0) (2025-09-26)
29

310

docs/classes/CNIC-CNR-Logger.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
260260
: <span class="phpdocumentor-signature__argument__return-type">string|null</span>
261261
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
262262
<dd class="phpdocumentor-argument-list__definition">
263-
<section class="phpdocumentor-description"><p>error message</p>
263+
<section class="phpdocumentor-description"><p>error message (optional)</p>
264264
</section>
265265

266266
</dd>

docs/classes/CNIC-CNR-ResponseTemplateManager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
368368
: <span class="phpdocumentor-signature__argument__return-type">string|null</span>
369369
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
370370
<dd class="phpdocumentor-argument-list__definition">
371-
<section class="phpdocumentor-description"><p>API response description</p>
371+
<section class="phpdocumentor-description"><p>API response description (optional)</p>
372372
</section>
373373

374374
</dd>

docs/classes/CNIC-ClientFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h4 class="phpdocumentor-element__name" id="method_getClient">
217217

218218
<code class="phpdocumentor-code phpdocumentor-signature ">
219219
<span class="phpdocumentor-signature__visibility">public</span>
220-
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">getClient</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">$params</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/CNIC-CNR-Logger.html"><abbr title="\CNIC\CNR\Logger">Logger</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$logger</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/CNIC-CNR-SessionClient.html"><abbr title="\CNIC\CNR\SessionClient">SessionClient</abbr></a>|<a href="classes/CNIC-IBS-SessionClient.html"><abbr title="\CNIC\IBS\SessionClient">SessionClient</abbr></a></span></code>
220+
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">getClient</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">$params</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/CNIC-CNR-Logger.html"><abbr title="\CNIC\CNR\Logger">Logger</abbr></a>|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$logger</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/CNIC-CNR-SessionClient.html"><abbr title="\CNIC\CNR\SessionClient">SessionClient</abbr></a>|<a href="classes/CNIC-IBS-SessionClient.html"><abbr title="\CNIC\IBS\SessionClient">SessionClient</abbr></a></span></code>
221221

222222
<div class="phpdocumentor-label-line">
223223
</div>
@@ -236,7 +236,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
236236
</dd>
237237
<dt class="phpdocumentor-argument-list__entry">
238238
<span class="phpdocumentor-signature__argument__name">$logger</span>
239-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/CNIC-CNR-Logger.html"><abbr title="\CNIC\CNR\Logger">Logger</abbr></a></span>
239+
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/CNIC-CNR-Logger.html"><abbr title="\CNIC\CNR\Logger">Logger</abbr></a>|null</span>
240240
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
241241
<dd class="phpdocumentor-argument-list__definition">
242242
<section class="phpdocumentor-description"><p>Logger Instance (optional)</p>

docs/classes/CNIC-IBS-Logger.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h4 class="phpdocumentor-element__name" id="method_log">
229229

230230
<code class="phpdocumentor-code phpdocumentor-signature ">
231231
<span class="phpdocumentor-signature__visibility">public</span>
232-
<span class="phpdocumentor-signature__name">log</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$post</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/CNIC-IBS-Response.html"><abbr title="\CNIC\IBS\Response">Response</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$r</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">string|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$error</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
232+
<span class="phpdocumentor-signature__name">log</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$post</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/CNIC-CNR-Response.html"><abbr title="\CNIC\CNR\Response">Response</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$r</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">string|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$error</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
233233

234234
<div class="phpdocumentor-label-line">
235235
</div>
@@ -248,7 +248,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
248248
</dd>
249249
<dt class="phpdocumentor-argument-list__entry">
250250
<span class="phpdocumentor-signature__argument__name">$r</span>
251-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/CNIC-IBS-Response.html"><abbr title="\CNIC\IBS\Response">Response</abbr></a></span>
251+
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/CNIC-CNR-Response.html"><abbr title="\CNIC\CNR\Response">Response</abbr></a></span>
252252
</dt>
253253
<dd class="phpdocumentor-argument-list__definition">
254254
<section class="phpdocumentor-description"><p>Response to log</p>
@@ -260,7 +260,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
260260
: <span class="phpdocumentor-signature__argument__return-type">string|null</span>
261261
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
262262
<dd class="phpdocumentor-argument-list__definition">
263-
<section class="phpdocumentor-description"><p>Error message</p>
263+
<section class="phpdocumentor-description"><p>Error message (optional)</p>
264264
</section>
265265

266266
</dd>

docs/classes/CNIC-LoggerInterface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
238238
: <span class="phpdocumentor-signature__argument__return-type">string|null</span>
239239
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
240240
<dd class="phpdocumentor-argument-list__definition">
241-
<section class="phpdocumentor-description"><p>Error message</p>
241+
<section class="phpdocumentor-description"><p>Error message (optional)</p>
242242
</section>
243243

244244
</dd>

src/CNR/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public function getReferer()
262262
*/
263263
public function getVersion()
264264
{
265-
return "12.0.0";
265+
return "12.0.1";
266266
}
267267

268268
/**

0 commit comments

Comments
 (0)