From 1b0679c7bbe2abeb49c9c9e0d25fe4e4257325c7 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Tue, 18 Aug 2020 12:28:56 +0000 Subject: [PATCH] add one more link to official php doc about properties --- .../CompatInfo/Sniffs/Classes/PropertyDeclarationSniff.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bartlett/CompatInfo/Sniffs/Classes/PropertyDeclarationSniff.php b/src/Bartlett/CompatInfo/Sniffs/Classes/PropertyDeclarationSniff.php index 93904d09..c8efacdc 100644 --- a/src/Bartlett/CompatInfo/Sniffs/Classes/PropertyDeclarationSniff.php +++ b/src/Bartlett/CompatInfo/Sniffs/Classes/PropertyDeclarationSniff.php @@ -7,6 +7,7 @@ use PhpParser\Node; /** + * @link https://www.php.net/manual/en/language.oop5.properties.php * @link https://www.php.net/manual/en/language.oop5.visibility.php#language.oop5.visibility-members */ class PropertyDeclarationSniff extends SniffAbstract