wiki.techinc.nl/includes/gallery
Thiemo Kreuz 20b2c5000d Make use of array deconstruction directly in foreach, if possible
Deconstructing non-sparse, numerically indexed arrays directly in
foreach (a.k.a. using the list() syntax in foreach) is possible since
PHP 5.5.

The possibility to use string array keys as well as non-sequential
numeric keys in array deconstruction was added in PHP 7.1.

Change-Id: I56a48552a45f61cedc291b306cad8548fc70d485
2020-11-12 18:38:06 +00:00
..
Hook
ImageGalleryBase.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
NolinesImageGallery.php
PackedHoverImageGallery.php
PackedImageGallery.php
PackedOverlayImageGallery.php
SlideshowImageGallery.php
TraditionalImageGallery.php Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00