Fix error causing tasks to be un-deletable.

closes #786
This commit is contained in:
Dane Everitt 2017-12-01 20:10:06 -06:00
parent 47f2ca0673
commit 20beb2f280
3 changed files with 3 additions and 5 deletions

View file

@ -51,5 +51,5 @@ return PhpCsFixer\Config::create()
'equal' => false,
'identical' => false,
'less_and_greater' => false,
]
],
])->setRiskyAllowed(true)->setFinder($finder);