Skip to content

Commit 85cec0c

Browse files
committed
Update StyleCI
1 parent b193a5e commit 85cec0c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.styleci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ preset: recommended
22

33
enabled:
44
- length_ordered_imports
5+
- concat_with_spaces
56

67
disabled:
78
- alpha_ordered_imports
9+
- concat_without_spaces

src/WmiScripting/Cim/CimCacheMemory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ class CimCacheMemory extends CimMemory
2424
protected $replacementPolicy;
2525

2626
protected $writePolicy;
27-
2827
}

src/WmiScripting/Cim/CimDependency.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace PhpWinTools\WmiScripting\Cim;
44

55
use PhpWinTools\WmiScripting\Win32Model;
6-
use PhpWinTools\WmiScripting\Configuration\Config;
76
use PhpWinTools\WmiScripting\Query\DependencyBuilder;
87

98
/**

src/WmiScripting/Cim/CimLogicalDisk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class CimLogicalDisk extends CimStorageExtent
1919

2020
protected $attribute_casting = [
2121
'freeSpace' => 'int',
22-
'size' => 'int',
22+
'size' => 'int',
2323
];
2424

2525
public function getFreeSpace(int $decimal_places = 2, array $byte_suffixes = null)

0 commit comments

Comments
 (0)