Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnittcher committed Sep 5, 2023
1 parent 2020e7b commit 74d0975
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions libs/ColorHelper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

trait ColorHelper
{
protected function HexToRGB($value)
Expand Down
2 changes: 0 additions & 2 deletions libs/MQTTHelper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

if (!function_exists('fnmatch')) {
function fnmatch($pattern, $string)
{
Expand Down
2 changes: 0 additions & 2 deletions libs/VariableProfileHelper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/**
* @addtogroup generic
* @{
Expand Down
2 changes: 0 additions & 2 deletions libs/Zigbee2MQTTBridgeHelper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

trait Zigbee2MQTTBridgeHelper
{
public function AddGroup(string $group_name, string $friendly_name)
Expand Down

0 comments on commit 74d0975

Please sign in to comment.