Avoid globals in EditPage::__construct()
[lhc/web/wiklou.git] / phpcs.xml
index a02e1a8..92a218a 100644 (file)
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -43,6 +43,7 @@
                <exclude-pattern>*/includes/StubObject.php</exclude-pattern>
        </rule>
        <file>.</file>
+       <arg name="bootstrap" value="vendor/mediawiki/mediawiki-codesniffer/utils/bootstrap-ci.php"/>
        <arg name="encoding" value="UTF-8"/>
        <arg name="extensions" value="php,php5,inc,sample"/>
        <exclude-pattern>node_modules/</exclude-pattern>