Skip to content

Commit

Permalink
Strict Types update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Sep 14, 2024
1 parent c87ac0c commit 0846eac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/MultiFlexi/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
class Configuration extends \Ease\SQL\Engine
{

public function __construct($identifier = null, $options = [])
{
$this->myTable = 'configuration';
Expand Down
1 change: 0 additions & 1 deletion src/MultiFlexi/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function __construct($identifier = null, $options = [])
if (\Ease\Shared::cfg('ZABBIX_SERVER')) {
$this->zabbixSender = new ZabbixSender(\Ease\Shared::cfg('ZABBIX_SERVER'));
}

}

/**
Expand Down
2 changes: 0 additions & 2 deletions src/MultiFlexi/Pohoda/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public function getServerEnvironment()

/**
* Company Environment with Pohoda Specific values.
*
* @return array
*/
public function getEnvironment(): array
{
Expand Down

0 comments on commit 0846eac

Please sign in to comment.