From a1d783daf2c516d44fb6435b1a116ec2ed632635 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 22 Jul 2024 19:29:24 +0200 Subject: [PATCH] Squiz/FunctionDuplicateArgument: remove incorrect documentation Looks like this XML file was committed/accepted by accident / was an unfinished copy/paste error, as it has nothing to do with the `Squiz.Functions.FunctionDuplicateArgument` sniff. The sniff should be propely documented and the sniff has now been added to the task list in 148 --- .../FunctionDuplicateArgumentStandard.xml | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/Standards/Squiz/Docs/Functions/FunctionDuplicateArgumentStandard.xml diff --git a/src/Standards/Squiz/Docs/Functions/FunctionDuplicateArgumentStandard.xml b/src/Standards/Squiz/Docs/Functions/FunctionDuplicateArgumentStandard.xml deleted file mode 100644 index 8a0e47eab0..0000000000 --- a/src/Standards/Squiz/Docs/Functions/FunctionDuplicateArgumentStandard.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - isset($foo)) { - echo $foo; -} - ]]> - - - isSet($foo)) { - echo $foo; -} - ]]> - - -