From 9aad69e9a6dd989f7f949f4dcc4953c773154b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Sun, 18 Apr 2021 19:10:07 +0200 Subject: [PATCH] Cleanup YodaStyleFixerTest --- tests/Fixer/ControlStructure/YodaStyleFixerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Fixer/ControlStructure/YodaStyleFixerTest.php b/tests/Fixer/ControlStructure/YodaStyleFixerTest.php index 96510b94276..ee0db83af91 100644 --- a/tests/Fixer/ControlStructure/YodaStyleFixerTest.php +++ b/tests/Fixer/ControlStructure/YodaStyleFixerTest.php @@ -1076,8 +1076,8 @@ public function provideFix80Cases() yield [ 'myObject1?->{$index}+$b === "";', - //null, - //['equal' => true, 'identical' => true] + null, + ['equal' => true, 'identical' => true], ]; } }