Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
@@ -101,8 +101,9 @@ class CardService {
|
||||
$card->setLastModified(time());
|
||||
}
|
||||
|
||||
if ($i === $order)
|
||||
$i++;
|
||||
if ($i === $order) {
|
||||
$i++;
|
||||
}
|
||||
|
||||
if ($card->id !== $id) {
|
||||
$card->setOrder($i++);
|
||||
|
||||
Reference in New Issue
Block a user