/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/container
NameSizeModeActions
Attributes/-0755rm
BoundMethod.php74870644editdlrm
composer.json9380755editdlrm
Container.php440980755editdlrm
ContextualBindingBuilder.php24470644editdlrm
EntryNotFoundException.php2350644editdlrm
LICENSE.md10750644editdlrm
PATCHES.txt2660644editdlrm
RewindableGenerator.php11450644editdlrm
Util.php22250644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/container/RewindableGenerator.php (1145B)
count = $count; $this->generator = $generator; } /** * Get an iterator from the generator. * * @return \Traversable */ public function getIterator() : Traversable { return ($this->generator)(); } /** * Get the total number of tagged services. * * @return int */ public function count() : int { if (\is_callable($count = $this->count)) { $this->count = $count(); } return $this->count; } }