Skip to content

Commit

Permalink
Update for AbraFlexi 2021.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Jan 11, 2022
1 parent 4fdaa95 commit 52a0450
Show file tree
Hide file tree
Showing 40 changed files with 315 additions and 8,301 deletions.
4 changes: 2 additions & 2 deletions src/AbraFlexi/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* AbraFlexi - Evidence Actions.
*
* @author Vítězslav Dvořák <[email protected]>
* @copyright (C) 2015-2021 Spoje.Net
* @copyright (C) 2015-2022 Spoje.Net
*/

namespace AbraFlexi;
Expand All @@ -21,7 +21,7 @@ class Actions
*
* @var string
*/
static public $version = '2021.8.0';
static public $version = '2021.9.3';

/**
* Evidence adresar (Adresy firem) Actions.
Expand Down
2 changes: 1 addition & 1 deletion src/AbraFlexi/DateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DateTime extends \DateTime {
* Support for Null values
* @var bool
*/
public bool $isNull = false;
public /*bool*/ $isNull = false;

/**
* Default output format
Expand Down
Loading

0 comments on commit 52a0450

Please sign in to comment.