resources: Collapse all jQuery UI modules into one deprecated mega-module
[lhc/web/wiklou.git] / maintenance / generateJsonI18n.php
index a7224b4..e9f4eca 100644 (file)
@@ -79,6 +79,7 @@ class GenerateJsonI18n extends Maintenance {
                        $dir_iterator = new RecursiveDirectoryIterator( dirname( $phpfile ) );
                        $iterator = new RecursiveIteratorIterator(
                                $dir_iterator, RecursiveIteratorIterator::LEAVES_ONLY );
+                       /** @var SplFileInfo $fileObject */
                        foreach ( $iterator as $path => $fileObject ) {
                                if ( fnmatch( "*.i18n.php", $fileObject->getFilename() ) ) {
                                        $this->output( "Converting $path.\n" );