Skip to content

Commit 4357263

Browse files
committed
Upgrade php-cs-fixer
Dependabot push required a very minor code change.
1 parent 41d6f5a commit 4357263

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

composer.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/PhpSpreadsheet/Worksheet/AutoFilter/Column.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public function clearRules(): static
360360
public function __clone()
361361
{
362362
$vars = get_object_vars($this);
363-
/** @var AutoFilter\Column\Rule[] $value */
363+
/** @var Column\Rule[] $value */
364364
foreach ($vars as $key => $value) {
365365
if ($key === 'parent') {
366366
// Detach from autofilter parent

0 commit comments

Comments
 (0)