From f5c361cf44739058b79f322576a1bad2d8c142d9 Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Fri, 20 Jan 2023 11:45:08 +0100 Subject: composer run cs:fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- build/OCPSinceChecker.php | 1 - 1 file changed, 1 deletion(-) (limited to 'build/OCPSinceChecker.php') diff --git a/build/OCPSinceChecker.php b/build/OCPSinceChecker.php index 75ce9c97cbc..f882d1b7724 100644 --- a/build/OCPSinceChecker.php +++ b/build/OCPSinceChecker.php @@ -28,7 +28,6 @@ require_once(dirname(__DIR__) . '/3rdparty/autoload.php'); * this class checks all methods for the presence of the @since tag */ class SinceTagCheckVisitor extends \PhpParser\NodeVisitorAbstract { - /** @var string */ protected $namespace = ''; /** @var string */ -- cgit v1.2.3