Fix some space-related phpcs warnings in includes/
[lhc/web/wiklou.git] / includes / widget / NamespaceInputWidget.php
index 2d69ed7..f10ea70 100644 (file)
@@ -103,7 +103,7 @@ class NamespaceInputWidget extends \OOUI\Widget {
                $namespaceOptions = \Html::namespaceSelectorOptions( $namespaceOptionsParams );
 
                $options = array();
-               foreach( $namespaceOptions as $id => $name ) {
+               foreach ( $namespaceOptions as $id => $name ) {
                        $options[] = array(
                                'data' => (string)$id,
                                'label' => $name,