From 15728855382480e1e246fb145f64ac15c0d4c81c Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 16 Dec 2024 20:23:04 +0700 Subject: [PATCH] eol --- .../Fixture/skip_reassign_on_array_destruct.php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules-tests/Php81/Rector/Property/ReadOnlyPropertyRector/Fixture/skip_reassign_on_array_destruct.php.inc b/rules-tests/Php81/Rector/Property/ReadOnlyPropertyRector/Fixture/skip_reassign_on_array_destruct.php.inc index b1e65729f0..70f3b82372 100644 --- a/rules-tests/Php81/Rector/Property/ReadOnlyPropertyRector/Fixture/skip_reassign_on_array_destruct.php.inc +++ b/rules-tests/Php81/Rector/Property/ReadOnlyPropertyRector/Fixture/skip_reassign_on_array_destruct.php.inc @@ -12,4 +12,4 @@ class SkipReassignOnArrayDestruct [$this->selectedFrom, $this->selectedTo] = [0, 1]; [$this->selectedFrom, $this->selectedTo] = [0, 1]; } -} \ No newline at end of file +}