Add semantic tags to license info text
[lhc/web/wiklou.git] / tests / phpunit / includes / Services / TestWiring1.php
index 186021a..b6ff4eb 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 return [
-       'Foo' => function() {
+       'Foo' => function () {
                return 'Foo!';
        },
 ];