Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelpetscentercampinas.meumercado.app
/
vendor
/
box
/
spout
/
src
/
Spout
/
Reader
/
Editing: IteratorInterface.php
<?php namespace Box\Spout\Reader; /** * Interface IteratorInterface */ interface IteratorInterface extends \Iterator { /** * Cleans up what was created to iterate over the object. * * @return void */ public function end(); }
Save
Cancel