Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-foundation / RequestMatcher.php
index aa4f67b58bb4313659dace783477ba45c23483b8..076d077c7d0728a399dc8e822d35b83dcb85f931 100644 (file)
@@ -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);
     }
 }