PHP code example of kunstmaan / code-quality-config
1. Go to this page and download the library: Download kunstmaan/code-quality-config library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
kunstmaan / code-quality-config example snippets
rn Kunstmaan\CodeQuality\PhpCsFixer\Config::fromFolders('src');
rn Kunstmaan\CodeQuality\PhpCsFixer\Config::fromFolders(['src'])->mergeRules([
'php_unit_strict' => false,
]);