Php 7 La función cada () está en desuso.
<?php
foreach($this->images as $file => $info) {
// ...
}
Half Unicorn, Half Potato
<?php
foreach($this->images as $file => $info) {
// ...
}