From 7bed9c45eb5f0e63d33887a9a0427c33a6231c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Mon, 30 Sep 2019 16:42:10 +0200 Subject: [PATCH] Added `Assert::implementsInterface` to `README.md` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20061c5..073d6d3 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ This extension specifies types of values passed to: * `Assert::notNull` * `Assert::same` * `Assert::notSame` +* `Assert::implementsInterface` * `nullOr*` and `all*` variants of the above methods