8889841chome/clixcotz/mars.clix.co.tz/vendor/psy/psysh/src/VarDumper/Cloner.php000066600000001647150515227770022223 0ustar00filter = $filter; return parent::cloneVar($var, $filter); } /** * {@inheritdoc} */ protected function castResource(Stub $stub, $isNested): array { return Caster::EXCLUDE_VERBOSE & $this->filter ? [] : parent::castResource($stub, $isNested); } }