From 50f914fe5f835103eb7cd2aa7a2f26aeb8ef8c90 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Sun, 21 May 2023 15:11:31 +0200 Subject: [PATCH] IBX-4929: Fixed PHPDoc syntax issues (#36) * ContentTagInterface.php: Fix @since usage Tag "since" with body "@since v0.9.3" has error * ContentTagInterface: Removed @since --------- Co-authored-by: Adrien Dupuis --- src/contracts/Handler/ContentTagInterface.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/contracts/Handler/ContentTagInterface.php b/src/contracts/Handler/ContentTagInterface.php index 60730f2..43f83bc 100644 --- a/src/contracts/Handler/ContentTagInterface.php +++ b/src/contracts/Handler/ContentTagInterface.php @@ -6,9 +6,6 @@ */ namespace Ibexa\Contracts\HttpCache\Handler; -/** - * @since v0.9.3 - */ interface ContentTagInterface { public const CONTENT_PREFIX = 'c';