X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fdependency-injection%2FArgument%2FRewindableGenerator.php;h=f8f771d627acf97ff112f5b0ecc9e52d14f991fc;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=e162a7c34decabb02c991443e899074e2b990ca6;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/vendor/symfony/dependency-injection/Argument/RewindableGenerator.php b/vendor/symfony/dependency-injection/Argument/RewindableGenerator.php index e162a7c34..f8f771d62 100644 --- a/vendor/symfony/dependency-injection/Argument/RewindableGenerator.php +++ b/vendor/symfony/dependency-injection/Argument/RewindableGenerator.php @@ -38,7 +38,7 @@ class RewindableGenerator implements \IteratorAggregate, \Countable public function count() { - if (is_callable($count = $this->count)) { + if (\is_callable($count = $this->count)) { $this->count = $count(); }