summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-foundation/RequestMatcher.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-10-16 14:56:14 +0100
committerGreg Roach <fisharebest@gmail.com>2017-10-16 14:56:14 +0100
commit542cb0023a05d14b3bf09a1c6c99f99b4256eaa2 (patch)
treef56893fcd67f4f1c8c7da08f9344702d3b471852 /vendor/symfony/http-foundation/RequestMatcher.php
parent14b849be814811cd4d8ef5390813857fac9669da (diff)
downloadwebtrees-542cb0023a05d14b3bf09a1c6c99f99b4256eaa2.tar.gz
webtrees-542cb0023a05d14b3bf09a1c6c99f99b4256eaa2.tar.bz2
webtrees-542cb0023a05d14b3bf09a1c6c99f99b4256eaa2.zip
Update vendor code
Diffstat (limited to 'vendor/symfony/http-foundation/RequestMatcher.php')
-rw-r--r--vendor/symfony/http-foundation/RequestMatcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/http-foundation/RequestMatcher.php b/vendor/symfony/http-foundation/RequestMatcher.php
index aa4f67b58b..076d077c7d 100644
--- a/vendor/symfony/http-foundation/RequestMatcher.php
+++ b/vendor/symfony/http-foundation/RequestMatcher.php
@@ -173,6 +173,6 @@ class RequestMatcher implements RequestMatcherInterface
// Note to future implementors: add additional checks above the
// foreach above or else your check might not be run!
- return count($this->ips) === 0;
+ return 0 === count($this->ips);
}
}