PHP 7 Funkcja () jest przestarzała.
<?php
foreach($this->images as $file => $info) {
// ...
}
Half Unicorn, Half Potato
<?php
foreach($this->images as $file => $info) {
// ...
}