From 5e588b1bd596eb92dcee77d744d3698a2974c011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20=C5=BDoljom?= Date: Mon, 22 Jan 2024 11:05:37 +0100 Subject: [PATCH] Fixup --- .../PSR12/Docs/Files/FileHeaderStandard.xml | 84 ++++--------------- 1 file changed, 17 insertions(+), 67 deletions(-) diff --git a/src/Standards/PSR12/Docs/Files/FileHeaderStandard.xml b/src/Standards/PSR12/Docs/Files/FileHeaderStandard.xml index 529d38995a..6caecb0c8d 100644 --- a/src/Standards/PSR12/Docs/Files/FileHeaderStandard.xml +++ b/src/Standards/PSR12/Docs/Files/FileHeaderStandard.xml @@ -5,7 +5,7 @@ ]]> - + - + - + - + use function Another\Vendor\funcD; -/** - * FooBar is an example class. - */ -class FooBar -{ - // ... additional PHP code ... -} +// Remainder of the code in the file. ]]> - + - + use const Vendor\Package\{CONST_A, CONST_B}; use const Another\Vendor\CONST_D; use function Vendor\Package\{funcA, funcB}; use function Another\Vendor\funcD; -/** - * FooBar is an example class. - */ -class FooBar -{ - // ... additional PHP code ... -} +// Remainder of the code in the file. ]]>