mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Add parallel thing
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
|
||||||
|
|
||||||
$current = __DIR__;
|
$current = __DIR__;
|
||||||
|
|
||||||
$paths = [
|
$paths = [
|
||||||
@@ -35,6 +37,7 @@ $finder = PhpCsFixer\Finder::create()
|
|||||||
|
|
||||||
|
|
||||||
$config = new PhpCsFixer\Config();
|
$config = new PhpCsFixer\Config();
|
||||||
|
$config->setParallelConfig(ParallelConfigFactory::detect());
|
||||||
return $config->setRules(
|
return $config->setRules(
|
||||||
[
|
[
|
||||||
// rule sets
|
// rule sets
|
||||||
|
Reference in New Issue
Block a user