From 7ad2133194f8a7d371800bf23c2ebdac582f6e95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20B=C3=B6sing?=
<2189546+boesing@users.noreply.github.com>
Date: Mon, 6 Nov 2023 19:41:24 +0100
Subject: [PATCH] qa: add missing property to prevent dynamic property
deprecation message
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
---
psalm-baseline.xml | 10 ----------
test/Pattern/AbstractCommonPatternTest.php | 3 +++
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 0ee001c6..1f7c7266 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -194,7 +194,6 @@
setDirPermission
setFileLocking
setFilePermission
- setIndexFilename
setObject
setObjectCacheMagicProperties
setObjectCacheMethods
@@ -851,9 +850,6 @@
-
- setIndexFilename
-
@@ -866,12 +862,6 @@
set
set
-
- options]]>
-
-
- options]]>
-
diff --git a/test/Pattern/AbstractCommonPatternTest.php b/test/Pattern/AbstractCommonPatternTest.php
index a5ff0abc..9ad2a282 100644
--- a/test/Pattern/AbstractCommonPatternTest.php
+++ b/test/Pattern/AbstractCommonPatternTest.php
@@ -17,6 +17,9 @@ abstract class AbstractCommonPatternTest extends TestCase
/** @var PatternInterface */
protected $pattern;
+ /** @var PatternOptions */
+ protected $options;
+
protected function setUp(): void
{
self::assertInstanceOf(