Skip to content

Commit cc80a73

Browse files
chore(release): 9.1.0 [skip ci]
# [9.1.0](v9.0.1...v9.1.0) (2025-01-13) ### Bug Fixes * **cnr, hx:** reviewed array typing ([0bfe71b](0bfe71b)) * **phpstan:** reviewed codebase and dropped `treatPhpDocTypesAsCertain: false` setting ([a1dd4e1](a1dd4e1)) ### Features * **CommandFormatter.php:** enhance command sorting and formatting logic ([affd488](affd488))
1 parent affd488 commit cc80a73

18 files changed

+9086
-209
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [9.1.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v9.0.1...v9.1.0) (2025-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **cnr, hx:** reviewed array typing ([0bfe71b](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/commit/0bfe71b483751b8cbfcdabaa5a555c0c34e662cb))
7+
* **phpstan:** reviewed codebase and dropped `treatPhpDocTypesAsCertain: false` setting ([a1dd4e1](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/commit/a1dd4e17bdee1257167d4dfcb07b0a8c7bebf747))
8+
9+
10+
### Features
11+
12+
* **CommandFormatter.php:** enhance command sorting and formatting logic ([affd488](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/commit/affd488e750208a6fbff1310bb46c09b854c0225))
13+
114
## [9.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v9.0.0...v9.0.1) (2024-09-16)
215

316

docs/classes/CNIC-CNR-Client.html

Lines changed: 39 additions & 98 deletions
Large diffs are not rendered by default.

docs/classes/CNIC-CNR-Response.html

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

docs/classes/CNIC-CNR-SessionClient.html

Lines changed: 2685 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/CNIC-CommandFormatter.html

Lines changed: 634 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/CNIC-HEXONET-Client.html

Lines changed: 2472 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/CNIC-HEXONET-Response.html

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

docs/classes/CNIC-HEXONET-ResponseTranslator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ <h4 class="phpdocumentor-element__name" id="method_findMatch">
357357
<aside class="phpdocumentor-element-found-in">
358358
<abbr class="phpdocumentor-element-found-in__file" title="src/HEXONET/ResponseTranslator.php"><a href="files/src-hexonet-responsetranslator.html"><abbr title="src/HEXONET/ResponseTranslator.php">ResponseTranslator.php</abbr></a></abbr>
359359
:
360-
<span class="phpdocumentor-element-found-in__line">134</span>
360+
<span class="phpdocumentor-element-found-in__line">133</span>
361361

362362
</aside>
363363

docs/classes/CNIC-HEXONET-SessionClient.html

Lines changed: 2781 additions & 0 deletions
Large diffs are not rendered by default.

docs/css/template.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,6 @@
273273
.phpdocumentor-tag-link {
274274
margin-right: var(--spacing-sm);
275275
}
276+
.phpdocumentor-uml-diagram svg {
277+
cursor: zoom-in;
278+
}

0 commit comments

Comments
 (0)