summaryrefslogtreecommitdiffstats
path: root/build/OCPSinceChecker.php
diff options
context:
space:
mode:
Diffstat (limited to 'build/OCPSinceChecker.php')
-rw-r--r--build/OCPSinceChecker.php1
1 files changed, 0 insertions, 1 deletions
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 */