Skip to content

Commit e01bd2b

Browse files
author
Vítězslav Dvořák
committed
Updates Actions class to enhance type safety and structure
Implements strict types in the Actions class, ensuring better type safety across the codebase. Refactors property declarations to use static types, improving code clarity and maintainability. Updates version number to reflect the latest release, ensuring accurate version tracking. Additionally, improves documentation to provide better context for the various actions defined within the class.
1 parent 41d4f30 commit e01bd2b

21 files changed

Lines changed: 18343 additions & 18543 deletions

src/AbraFlexi/Actions.php

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

src/AbraFlexi/EvidenceList.php

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

src/AbraFlexi/Formats.php

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

src/AbraFlexi/RO.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,8 +1867,8 @@ public function getAllFromAbraFlexi($conditions = null, $indexBy = null)
18671867
/**
18681868
* Get Summary.
18691869
*
1870-
* @param array<string> $fields with summary ability
1871-
* @param array<string|string> $conditions
1870+
* @param array<string> $fields with summary ability
1871+
* @param array<string> $conditions
18721872
*
18731873
* @throws \InvalidArgumentException - when requested field does not support summmarization
18741874
*/

0 commit comments

Comments
 (0)