From 27703a33f2edede9c3070ffbb3f094e696d64e83 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Wed, 5 Feb 2025 02:07:10 +0100 Subject: [PATCH 1/2] [GH-37] Stop mentionning the managesieve client that was removed a long time ago --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88dd92c..83e6eef 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Coverage](https://img.shields.io/codecov/c/github/ProtonMail/libsieve-php.svg?style=flat-square)](https://codecov.io/gh/ProtonMail/libsieve-php) [![License](https://img.shields.io/github/license/ProtonMail/libsieve-php.svg?style=flat-square)](https://github.com/ProtonMail/libsieve-php/blob/master/LICENSE) -libsieve-php is a library to manage and modify sieve (RFC5228) scripts. It contains a parser for the sieve language (including extensions) and a client for the managesieve protocol. +libsieve-php is a library to manage and modify sieve (RFC5228) scripts. It contains a parser for the sieve language (including extensions). This project is adopted from the discontinued PHP sieve library available at https://sourceforge.net/projects/libsieve-php. @@ -53,7 +53,7 @@ class ExtensionCheckExample /** * Checks if an extension is loaded. * - * @param string $extension + * @param strin]g $extension * @return bool */ public function isLoaded(string $extension) From 91cae418ec88476ab0affabb8bb25e4e09058073 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Thu, 6 Feb 2025 23:43:53 +0100 Subject: [PATCH 2/2] ok --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e6eef..2cb18e3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ class ExtensionCheckExample /** * Checks if an extension is loaded. * - * @param strin]g $extension + * @param string $extension * @return bool */ public function isLoaded(string $extension)