ProtonMail / libsieve-php

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. It is written entirely in PHP 8+.
https://packagist.org/packages/protonlabs/libsieve-php
GNU General Public License v3.0
22 stars 7 forks source link

Fix Functions and Constants in README #25

Closed Stoffo closed 5 years ago

Stoffo commented 5 years ago

I just tried out this package and it is amazing so far. But I stumbled upon some Typos in the Readme Examples, so I fixed it to avoid confusion for other users.

codecov-io commented 5 years ago

Codecov Report

Merging #25 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #25   +/-   ##
=========================================
  Coverage     94.28%   94.28%           
  Complexity      280      280           
=========================================
  Files             7        7           
  Lines           770      770           
=========================================
  Hits            726      726           
  Misses           44       44

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9ecefe1...f4fc1cf. Read the comment docs.

ThHareau commented 5 years ago

Oh thanks, yeah constant were renamed but the readme was forgotten. I'm merging it right now :+1: