summaryrefslogtreecommitdiffstats
path: root/150.patch
diff options
context:
space:
mode:
Diffstat (limited to '150.patch')
-rw-r--r--150.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/150.patch b/150.patch
new file mode 100644
index 0000000..89eca38
--- /dev/null
+++ b/150.patch
@@ -0,0 +1,22 @@
+From fd1e1cbd97acff453fb47327aa3128f93243a45d Mon Sep 17 00:00:00 2001
+From: Remi Collet <remi@remirepo.net>
+Date: Tue, 24 Oct 2017 14:22:59 +0200
+Subject: [PATCH] fix proto for PHP 7.2
+
+---
+ src/CollectionInputFilter.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/CollectionInputFilter.php b/src/CollectionInputFilter.php
+index 78a938a..da08386 100644
+--- a/src/CollectionInputFilter.php
++++ b/src/CollectionInputFilter.php
+@@ -167,7 +167,7 @@ public function setData($data)
+ /**
+ * {@inheritdoc}
+ */
+- public function isValid()
++ public function isValid($context = null)
+ {
+ $inputFilter = $this->getInputFilter();
+ $valid = true;