summaryrefslogtreecommitdiffstats
path: root/150.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-05 07:34:45 +0100
committerRemi Collet <remi@remirepo.net>2017-12-05 07:34:45 +0100
commitbf24c85776ff204ccf0e96738ffede9f1ee7beaa (patch)
tree5e547376bcf9c66b6b22c696ab2e9f2d4c9e25e0 /150.patch
parentf8eee68c71bac8246496586ae06a69385c23c6a6 (diff)
Update to 2.8.0
raise dependency on zend-validator 2.10.1
Diffstat (limited to '150.patch')
-rw-r--r--150.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/150.patch b/150.patch
deleted file mode 100644
index 4e1b4ca..0000000
--- a/150.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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 @@ class CollectionInputFilter extends Inpu
- /**
- * {@inheritdoc}
- */
-- public function isValid()
-+ public function isValid($context = null)
- {
- $this->collectionMessages = [];
- $inputFilter = $this->getInputFilter();