From 26004c1314d4660ac33ae217bc741f0be927e2ab Mon Sep 17 00:00:00 2001 From: orakili Date: Mon, 16 Oct 2023 08:04:23 +0000 Subject: [PATCH] chore: remove pathauto patch file --- PATCHES/pathauto-php-82-compatibility.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 PATCHES/pathauto-php-82-compatibility.patch diff --git a/PATCHES/pathauto-php-82-compatibility.patch b/PATCHES/pathauto-php-82-compatibility.patch deleted file mode 100644 index c75d465..0000000 --- a/PATCHES/pathauto-php-82-compatibility.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/src/AliasCleaner.php b/src/AliasCleaner.php -index 20cdb6d..bbd0a7f 100644 ---- a/src/AliasCleaner.php -+++ b/src/AliasCleaner.php -@@ -70,6 +70,13 @@ class AliasCleaner implements AliasCleanerInterface { - */ - protected $moduleHandler; - -+ /** -+ * List of punctuation characters. -+ * -+ * @var array -+ */ -+ protected $punctuationCharacters; -+ - /** - * Creates a new AliasCleaner. - *